net/bnxt: limit queue count for NS3/Stingray devices
[dpdk.git] / drivers / net / bnxt / bnxt_ethdev.c
2019-11-20 Somnath Koturnet/bnxt: limit queue count for NS3/Stingray devices
2019-11-20 Kalesh APnet/bnxt: add checks for firmware reset
2019-11-11 Pavan Nikhileshdrivers/net: update Rx RSS hash offload capabilities
2019-11-08 Kalesh APnet/bnxt: fix initialization
2019-11-08 Santoshkumar Karan... net/bnxt: fix VNIC allocation on port toggle
2019-11-08 Venkat Duvvurunet/bnxt: fix redundant MAC address check
2019-11-08 Kevin Traynornet/bnxt: remove commented out code
2019-10-25 Venkat Duvvurunet/bnxt: uninit locks during resource cleanup
2019-10-25 Kalesh APnet/bnxt: fix memory leak
2019-10-25 Kalesh APnet/bnxt: add wrapper function for Thor device check
2019-10-25 Kalesh APnet/bnxt: add PCI IDs for 57500 series NPAR devices
2019-10-25 Santoshkumar Karan... net/bnxt: fix crash after removing and adding slaves
2019-10-25 Kalesh APnet/bnxt: fix race between start and interrupt handler
2019-10-25 Venkat Duvvurunet/bnxt: fix default MAC check
2019-10-25 Santoshkumar Karan... net/bnxt: fix RSS configuration for Thor controller
2019-10-25 Santoshkumar Karan... net/bnxt: fix ping with MTU change
2019-10-23 Somnath Koturnet/bnxt: fix race between interrupt handler and dev...
2019-10-23 Kalesh APnet/bnxt: move macro definitions to header file
2019-10-23 Kalesh APnet/bnxt: fix coding style
2019-10-23 Kalesh APnet/bnxt: enable interrupts according interface status
2019-10-23 Rahul Guptanet/bnxt: reduce cleanup time during reset recovery
2019-10-23 Kalesh APnet/bnxt: remove redundant header file inclusion
2019-10-23 Kalesh APnet/bnxt: return error if setting link up fails
2019-10-23 Santoshkumar Karan... net/bnxt: free default completion ring before VF config
2019-10-08 Lance Richardsonnet/bnxt: advertise scatter Rx offload capability
2019-10-08 Lance Richardsonnet/bnxt: use common NQ ring
2019-10-08 Venkat Duvvurunet/bnxt: support CoS classification
2019-10-08 Lance Richardsonnet/bnxt: support LRO on Thor adapters
2019-10-08 Lance Richardsonnet/bnxt: increase TQM entry allocation
2019-10-08 Kalesh APnet/bnxt: fix multicast filter programming
2019-10-08 Venkat Duvvurunet/bnxt: fix VLAN filtering
2019-10-08 Venkat Duvvurunet/bnxt: synchronize between flow related functions
2019-10-08 Venkat Duvvurunet/bnxt: validate RSS hash key length
2019-10-08 Kalesh APnet/bnxt: fix setting default MAC address
2019-10-08 Ajit Khapardenet/bnxt: support creating SMAC and inner DMAC filters
2019-10-08 Ajit Khapardenet/bnxt: allow flow creation when RSS is enabled
2019-10-08 Ajit Khapardenet/bnxt: allow dynamic creation of VNIC
2019-10-08 Kalesh APnet/bnxt: use macro for getting default VNIC
2019-10-08 Somnath Koturnet/bnxt: support for QinQ insertion and stripping
2019-10-08 Stephen Hemmingernet/bnxt: fix crash in secondary process
2019-10-08 Rahul Guptanet/bnxt: fix Rx queue count
2019-10-08 Kalesh APnet/bnxt: remove unnecessary interrupt disable
2019-10-08 Ajit Khapardenet/bnxt: fix async link handling and update
2019-10-08 Kalesh APnet/bnxt: fix Rx queue start/stop
2019-10-08 Santoshkumar Karan... net/bnxt: fix forwarding with higher mbuf size
2019-10-08 Kalesh APnet/bnxt: support PTP for Thor
2019-10-08 Kalesh APnet/bnxt: reduce verbosity of logs
2019-10-08 Kalesh APnet/bnxt: support hot firmware upgrade for Stingray
2019-10-08 Kalesh APnet/bnxt: support FW reset
2019-10-08 Kalesh APnet/bnxt: support periodic FW health monitoring
2019-10-08 Kalesh APnet/bnxt: map status registers for FW health monitoring
2019-10-08 Kalesh APnet/bnxt: query firmware error recovery capabilities
2019-10-08 Kalesh APnet/bnxt: handle fatal event from FW
2019-10-08 Kalesh APnet/bnxt: inform firmware about IF state changes
2019-10-08 Kalesh APnet/bnxt: handle reset notify async event from FW
2019-10-08 Kalesh APnet/bnxt: prevent device access when device is in reset
2019-10-07 Ivan Ilchenkoethdev: change allmulticast callbacks to return status
2019-10-07 Andrew Rybchenkoethdev: change promiscuous callbacks to return status
2019-10-07 Ivan Ilchenkoethdev: change device info get callback to return int
2019-08-10 Lance Richardsonnet/bnxt: revert fix traffic stall on stop/start
2019-08-05 Kalesh APnet/bnxt: fix traffic stall on Rx queue stop/start
2019-07-30 Kalesh APnet/bnxt: fix context memory allocation
2019-07-25 Lance Richardsonnet/bnxt: use dedicated CPR for async events
2019-07-23 Ajit Khapardenet/bnxt: remove unnecessary interrupt disable
2019-07-23 Lance Richardsonnet/bnxt: disable vector mode Tx with VLAN offload
2019-07-23 Stephen Hemmingernet/bnxt: fix Rx interrupt vector
2019-07-23 Kalesh APnet/bnxt: add new device id
2019-07-23 Santoshkumar Karan... net/bnxt: fix MAC/VLAN filter allocation
2019-07-23 Kalesh APnet/bnxt: fix return values to standard error codes
2019-07-23 Kalesh APnet/bnxt: reset filters before registering interrupts
2019-07-23 Kalesh APnet/bnxt: fix device init error path
2019-07-23 Kalesh APnet/bnxt: fix setting primary MAC address
2019-07-23 Kalesh APnet/bnxt: fix unconditional wait in link update
2019-07-23 Kalesh APnet/bnxt: fix adding MAC address
2019-07-23 Kalesh APnet/bnxt: fix check of address mapping
2019-07-23 Kalesh APnet/bnxt: fix error handling in port start
2019-07-23 Qingmin Liunet/bnxt: fix RxQ count if ntuple filtering is disabled
2019-07-23 Kalesh APnet/bnxt: fix enabling/disabling interrupts
2019-07-23 Kalesh APnet/bnxt: fix VF probe when MAC address is zero
2019-07-23 Kalesh APnet/bnxt: fix extended port counter statistics
2019-07-23 Lance Richardsonnet/bnxt: create ring group array only when needed
2019-07-22 David Marchandeal: fix IOVA mode selection as VA for PCI drivers
2019-06-14 Ajit Khapardenet/bnxt: fix build with some compilers
2019-06-13 Naresh Kumar PBSnet/bnxt: fix icc build
2019-06-13 Naresh Kumar PBSnet/bnxt: fix interrupt vector initialization
2019-06-13 Kalesh APnet/bnxt: fix xstats
2019-06-13 Somnath Koturnet/bnxt: use configured MTU during load
2019-06-13 Lance Richardsonnet/bnxt: enable RSS for thor-based controllers
2019-06-13 Lance Richardsonnet/bnxt: support thor controller
2019-06-13 Lance Richardsonnet/bnxt: reset function earlier in initialization
2019-06-13 Stephen Hemmingernet/bnxt: remove unnecessary cast
2019-06-13 Ajit Khapardenet/bnxt: fix RSS RETA indirection table ops
2019-06-13 Lance Richardsonnet/bnxt: implement SSE vector mode
2019-06-13 Lance Richardsonnet/bnxt: compute and store scattered Rx status
2019-06-03 David Marchandnet: replace IPv4/v6 constants with uppercase name
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-04-12 Somnath Koturnet/bnxt: fix big endian build
2019-03-20 Stephen Hemmingernet/bnxt: silence IOVA warnings
2019-03-20 Stephen Hemmingernet/bnxt: use notice as default log level
next