net/bnxt: support runtime queue setup
[dpdk.git] / drivers / net / bnxt / bnxt_ethdev.c
2021-07-08 Ajit Khapardenet/bnxt: support runtime queue setup
2021-07-08 Lance Richardsonnet/bnxt: fix Tx descriptor status implementation
2021-07-08 Lance Richardsonnet/bnxt: fix ring and context memory allocation
2021-07-08 Kalesh APnet/bnxt: invoke device removal event on recovery failure
2021-07-08 Kalesh APnet/bnxt: fix typo in log message
2021-07-08 Kalesh APnet/bnxt: cleanup code
2021-07-08 Kalesh APnet/bnxt: dump SFP module info
2021-07-08 Mike Baucomnet/bnxt: add shared session support to ULP
2021-07-08 Kishore Padmanabhanet/bnxt: refactor ULP mapper
2021-07-08 Venkat Duvvurunet/bnxt: support GRE flows
2021-07-08 Venkat Duvvurunet/bnxt: check FW capability to support TRUFLOW
2021-06-08 Kalesh APnet/bnxt: remove unnecessary comment
2021-06-08 Kalesh APnet/bnxt: improve probing log message
2021-06-08 Somnath Koturnet/bnxt: workaround spurious zero stats in Thor
2021-06-07 Lance Richardsonnet/bnxt: add AVX2 RX/Tx
2021-05-11 David Marchandlog: register with standardized names
2021-05-04 Kalesh APnet/bnxt: prevent device access in error state
2021-05-02 Ajit Khapardenet/bnxt: check PCI config read
2021-05-02 Ajit Khapardenet/bnxt: fix mismatched type comparison in MAC restore
2021-05-02 Kalesh APnet/bnxt: fix single PF per port check
2021-05-02 Somnath Koturnet/bnxt: fix Rx timestamp when FIFO pending bit is set
2021-04-26 Ferruh Yigitdrivers/net: fix FW version query
2021-04-20 Kalesh APnet/bnxt: fix health check alarm cancellation
2021-04-19 Ajit Khapardenet/bnxt: cap max Rx rings for Thor
2021-04-19 Ajit Khapardenet/bnxt: fix resource cleanup
2021-04-07 Kalesh APnet/bnxt: fix configuring LRO
2021-04-07 Kalesh APnet/bnxt: fix double free in port start failure
2021-04-01 Thomas Monjalondrivers/net: remove useless autoneg capability
2021-03-26 Thomas Monjalonethdev: replace callback getting filter operations
2021-03-22 Kalesh APnet/bnxt: fix memory allocation for command response
2021-03-19 Ajit Khapardenet/bnxt: check kvargs parsing
2021-03-19 Kalesh APnet/bnxt: fix timesync when PTP is not supported
2021-03-19 Kalesh APnet/bnxt: fix link state operations
2021-03-19 Ajit Khapardenet/bnxt: fix RSS context cleanup
2021-03-19 Kalesh APnet/bnxt: fix PCI write check
2021-03-19 Somnath Koturnet/bnxt: fix Tx timestamp init
2021-03-16 Xueming Liethdev: introduce representor type
2021-03-12 Somnath Koturnet/bnxt: fix Rx and Tx timestamps
2021-03-12 Lance Richardsonnet/bnxt: optimize Tx completion handling
2021-03-12 Kalesh APnet/bnxt: fix VF info allocation
2021-03-12 Lance Richardsonnet/bnxt: fix Rx descriptor status
2021-03-12 Kalesh APnet/bnxt: fix PTP support for Thor
2021-03-12 Kalesh APnet/bnxt: fix FW readiness check during recovery
2021-03-12 Kalesh APnet/bnxt: fix firmware fatal error handling
2021-03-12 Ajit Khapardenet/bnxt: update to new version of backing store
2021-03-01 Lance Richardsonnet/bnxt: fix Rx queue count
2021-02-02 Lance Richardsonnet/bnxt: fix Rx completion ring size calculation
2021-01-29 Ajit Khapardenet/bnxt: update copyright year
2021-01-29 Somnath Koturnet/bnxt: fix lock handling in stop and close
2021-01-29 Somnath Koturnet/bnxt: refactor init/uninit
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
2021-01-13 Somnath Koturnet/bnxt: check chip reset in stop and close
2021-01-13 Somnath Koturnet/bnxt: fix error handling in device start
2021-01-13 Somnath Koturnet/bnxt: fix lock init and destroy
2021-01-13 Kalesh APnet/bnxt: add Rx logic for 58818 chips
2021-01-13 Kalesh APnet/bnxt: modify context memory allocation
2021-01-13 Kalesh APnet/bnxt: modify VNIC accounting
2021-01-13 Kalesh APnet/bnxt: support 58818 chip family
2021-01-08 Ajit Khapardenet/bnxt: remove support for some PCI IDs
2021-01-08 Lance Richardsonnet/bnxt: fix outer UDP checksum Rx offload capability
2021-01-08 Ajit Khapardenet/bnxt: update indentation and coding style
2021-01-08 Somnath Koturnet/bnxt: fix PF resource query
2021-01-08 Sriharsha Basavapatnanet/bnxt: fix max rings computation
2021-01-08 Ajit Khapardenet/bnxt: fix cleanup on mutex init failure
2021-01-08 Kalesh APnet/bnxt: propagate FW command failure to application
2021-01-08 Ajit Khapardenet/bnxt: remove references to Thor
2021-01-08 Samik Guptanet/bnxt: fix Rx rings in RSS redirection table
2020-11-15 Stephen Hemmingereal: replace blacklist/whitelist options
2020-11-03 Ajit Khapardenet/bnxt: fix PAM4 link negotiation
2020-11-03 Somnath Koturnet/bnxt: fix pass by reference
2020-11-03 Somnath Koturnet/bnxt: add a failure log
2020-11-03 Andrew Rybchenkoethdev: remove legacy FDIR filter type support
2020-11-03 Andrew Rybchenkoethdev: remove legacy tunnel filter type support
2020-11-03 Andrew Rybchenkoethdev: remove legacy N-tuple filter type support
2020-11-03 Andrew Rybchenkoethdev: remove legacy EtherType filter type support
2020-11-03 Ajit Khapardenet/bnxt: set thread safe flow ops flag
2020-11-03 Somnath Koturnet/bnxt: modify HWRM command to create reps
2020-11-03 Lance Richardsonnet/bnxt: fix boolean operator usage
2020-11-03 Ajit Khapardenet/bnxt: fix resource leak
2020-11-03 Ferruh Yigitnet/bnxt: fix xstats by id
2020-10-31 Thomas Monjalonnet/bnxt: switch CFA code to dynamic mbuf field
2020-10-23 Thomas Monjalonremove config prefix used with make
2020-10-19 Ciara Powernet/bnxt: check max SIMD bitwidth
2020-10-16 Ferruh Yigitethdev: add device flag to bypass auto-filled queue...
2020-10-16 Ivan Ilchenkoethdev: change stop operation callback to return int
2020-10-16 Thomas Monjalonethdev: reset all when releasing a port
2020-10-16 Kalesh APnet/bnxt: fix UDP tunnel port removal
2020-10-16 Venkat Duvvurunet/bnxt: fix PF support in SR-IOV mode
2020-10-09 Lance Richardsonnet/bnxt: support fast mbuf free
2020-10-09 Kalesh APnet/bnxt: fix link update
2020-10-08 Ajit Khapardenet/bnxt: support RSS hash selection
2020-09-30 Thomas Monjalondrivers/net: check process type in close operation
2020-09-30 Thomas Monjalonethdev: remove old close behaviour
2020-09-30 Thomas Monjalonethdev: allow drivers to return error on close
2020-09-30 Somnath Koturnet/bnxt: check representors devargs before probe
2020-09-30 Ajit Khapardenet/bnxt: support 200G PAM4 link
2020-09-30 Lance Richardsonnet/bnxt: fix queue get info
2020-09-30 Lance Richardsonnet/bnxt: fix drop enable in get Rx queue info
2020-09-30 Somnath Koturnet/bnxt: support representors on remote host domain
2020-09-30 Somnath Koturnet/bnxt: fix TruFlow devarg handling
next