net/bnxt: fix race between interrupt handler and dev config
[dpdk.git] / drivers / net / bnxt / bnxt_ethdev.c
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
2019-03-20 Stephen Hemmingernet/bnxt: do not double space version message
2019-02-13 Davide Carattinet/bnxt: support IOVA VA mode
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
2018-10-17 Qi Zhangdrivers/net: enable device detach on secondary process
2018-10-11 Ferruh Yigitdrivers/net: fix log type string
2018-10-11 Bei Sunnet/bnxt: set VLAN strip mode before default VNIC cfg
2018-10-11 Ajit Khapardenet/bnxt: support trusted VF
2018-10-11 Ajit Khapardenet/bnxt: support extended port counters
2018-10-11 Ajit Khapardenet/bnxt: fix MTU setting
2018-10-11 Somnath Koturnet/bnxt: get rid of ff pools and use VNIC info array
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-08-02 Ajit Khapardenet/bnxt: fix RETA size
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-02 Somnath Koturnet/bnxt: use correct flags during VLAN configuration
2018-07-02 Ajit Khapardenet/bnxt: fix Rx ring count limitation
2018-07-02 Ajit Khapardenet/bnxt: check VF resources if resource manager is...
next