ethdev: add namespace
[dpdk.git] / drivers / net / bnxt / bnxt_rxq.c
2021-10-22 Ferruh Yigitethdev: add namespace
2021-10-12 Ajit Khapardenet/bnxt: create aggregation rings when needed
2021-10-06 Xueming Liethdev: change queue release callback
2021-07-08 Ajit Khapardenet/bnxt: support runtime queue setup
2021-07-08 Lance Richardsonnet/bnxt: fix ring and context memory allocation
2021-05-02 Somnath Koturnet/bnxt: refactor multi-queue Rx configuration
2021-03-12 Lance Richardsonnet/bnxt: refactor mbuf pointer reset
2021-03-12 Venkat Duvvurunet/bnxt: fix queues per VNIC
2021-01-29 Ajit Khapardenet/bnxt: update copyright year
2021-01-08 Sriharsha Basavapatnanet/bnxt: fix max rings computation
2021-01-08 Ajit Khapardenet/bnxt: remove references to Thor
2021-01-08 Samik Guptanet/bnxt: fix VNIC config on Rx queue stop
2020-11-03 Rahul Guptanet/bnxt: fix Rx performance by removing spinlock
2020-11-03 Somnath Koturnet/bnxt: fix queue release
2020-10-08 Ajit Khapardenet/bnxt: support RSS hash selection
2020-09-30 Lance Richardsonnet/bnxt: fix drop enable in get Rx queue info
2020-09-18 Lance Richardsonnet/bnxt: handle multiple packets per loop in vector Rx
2020-09-18 Lance Richardsonnet/bnxt: improve small ring sizes support
2020-09-18 Lance Richardsonnet/bnxt: use appropriate type for Rx ring
2020-05-18 Ajit Khapardenet/bnxt: fix using RSS config struct
2019-11-20 Ajit Khapardenet/bnxt: fix null dereference in Rx stop
2019-11-20 Rahul Guptanet/bnxt: fix flow creation with non-consecutive group ids
2019-11-20 Somnath Koturnet/bnxt: limit queue count for NS3/Stingray devices
2019-11-08 Lance Richardsonnet/bnxt: fix Rx queue start/stop for Thor based NICs
2019-11-08 Lance Richardsonnet/bnxt: keep consistent Rx queue start/stop state
2019-11-08 Lance Richardsonnet/bnxt: fix RSS table update for start/stop Rx queue
2019-11-08 Venkat Duvvurunet/bnxt: fix redundant MAC address check
2019-10-25 Santoshkumar Karan... net/bnxt: fix crash after removing and adding slaves
2019-10-23 Kalesh APnet/bnxt: remove unnecessary variable assignment
2019-10-23 Kalesh APnet/bnxt: remove redundant header file inclusion
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 Ajit Khapardenet/bnxt: support creating SMAC and inner DMAC filters
2019-10-08 Ajit Khapardenet/bnxt: allow dynamic creation of VNIC
2019-10-08 Kalesh APnet/bnxt: fix accessing variable before null check
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: prevent device access when device is in reset
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-25 Lance Richardsonnet/bnxt: use dedicated CPR for async events
2019-07-23 Rahul Guptanet/bnxt: fix interrupt rearm logic
2019-07-23 Lance Richardsonnet/bnxt: reset Rx allocation state on port restart
2019-06-13 Lance Richardsonnet/bnxt: support thor controller
2019-06-13 Stephen Hemmingernet/bnxt: remove unnecessary cast
2019-06-13 Lance Richardsonnet/bnxt: implement SSE vector mode
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-03-20 Stephen Hemmingernet/bnxt: suppress spurious error log
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-07-02 Ajit Khapardenet/bnxt: fix queue start/stop operations
2018-07-02 Ferruh Yigitethdev: add new offload flag to keep CRC
2018-05-22 Ajit Khapardenet/bnxt: add fallthrough comment
2018-05-14 Xiaoxin Pengnet/bnxt: fix Rx mbuf and agg ring leak in dev stop
2018-05-14 Rahul Guptanet/bnxt: validate structs and pointers before use
2018-05-14 Jay Dingnet/bnxt: update returned error on invalid max ring
2018-04-27 Ajit Khapardenet/bnxt: avoid freeing memzone multiple times
2018-04-27 Ajit Khapardenet/bnxt: maintain mbuf alloc failure counter per queue
2018-04-13 Ajit Khapardenet/bnxt: switch to the new offload API
2018-04-13 Scott Brandennet/bnxt: convert to SPDX license tag
2018-01-29 Ajit Khapardenet/bnxt: fix number of pools for RSS
2018-01-29 Ajit Khapardenet/bnxt: support Rx/Tx queue start/stop
2018-01-29 Ajit Khapardenet/bnxt: use dynamic log type
2018-01-16 Ajit Khapardenet/bnxt: check on-chip resources
2017-11-01 Ajit Khapardenet/bnxt: do not set hash type unnecessarily
2017-10-26 Ajit Khapardenet/bnxt: remove redundant code parsing pool map
2017-10-26 Ajit Khapardenet/bnxt: handle Rx multi queue creation properly
2017-10-12 Ajit Khapardenet/bnxt: fix the association of a MACVLAN per VNIC
2017-10-06 Ajit Khapardenet/bnxt: fix number of MAC addresses for VMDq
2017-10-06 Somnath Koturnet/bnxt: support enable/disable interrupt
2017-10-06 Ajit Khapardenet/bnxt: fix config RSS update
2017-10-06 Ajit Khapardenet/bnxt: handle multi queue mode properly
2017-10-06 Ajit Khapardenet/bnxt: fix calculation of number of pools
2017-10-06 Ajit Khapardenet/bnxt: fix an issue with group id calculation
2017-06-12 Ajit Khapardenet/bnxt: support to set VF rxmode
2017-06-12 Ajit Khapardenet/bnxt: support LRO
2017-06-12 Ajit Khapardenet/bnxt: support set MTU
2017-06-12 Ferruh Yigitdrivers/net: remove unnecessary macro for unused variables
2016-06-20 Ajit Khapardenet/bnxt: allocate Rx/Tx and completion rings
2016-06-20 Ajit Khapardenet/bnxt: add initial Rx code
2016-06-20 Ajit Khapardenet/bnxt: add statistics
2016-06-20 Ajit Khapardenet/bnxt: add Rx queue create/destroy