net/bnxt: fix logical AND in if condition
[dpdk.git] / drivers / net / bnxt / bnxt_ethdev.c
2020-07-29 Ajit Khapardenet/bnxt: fix logical AND in if condition
2020-07-29 Venkat Duvvurunet/bnxt: fix port default rule create/destroy
2020-07-21 Kishore Padmanabhanet/bnxt: enable default flows in TruFlow mode
2020-07-11 Kalesh APnet/bnxt: fix unnecessary HWRM command
2020-07-11 Kalesh APnet/bnxt: fix unnecessary memory allocation
2020-07-11 Ivan Malovnet: use named constants for deprecated QinQ TPIDs
2020-07-11 Somnath Koturnet/bnxt: enable filter ctrl ops for port representor
2020-07-11 Lance Richardsonnet/bnxt: support NEON
2020-07-11 Lance Richardsonnet/bnxt: support Rx/Tx burst mode info
2020-07-07 Venkat Duvvurunet/bnxt: add port default rules for ingress and egress
2020-07-07 Venkat Duvvurunet/bnxt: fill mapper parameters with default rules
2020-07-07 Somnath Koturnet/bnxt: parse representors along with other devargs
2020-07-07 Venkat Duvvurunet/bnxt: enhance port DB
2020-07-07 Kishore Padmanabhanet/bnxt: disable Tx vector mode on TruFlow
2020-07-07 Venkat Duvvurunet/bnxt: support HWRM port PHY qcaps
2020-07-07 Venkat Duvvurunet/bnxt: get port and function info
2020-07-07 Lance Richardsonnet/bnxt: initialize parent PF information
2020-07-07 Somnath Koturnet/bnxt: support port representor data path
2020-07-07 Somnath Koturnet/bnxt: add port representor infrastructure
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-06-30 Shuanglin Wangnet/bnxt: set maximum flow count
2020-05-28 Ajit Khapardenet/bnxt: fix crash during close
2020-05-28 Kalesh APnet/bnxt: fix settingĀ link speed
2020-05-18 Mike Baucomnet/bnxt: fix allocation of ULP context
2020-05-18 Kalesh APnet/bnxt: fix storing MAC address twice
2020-05-18 Ajit Khapardenet/bnxt: fix using RSS config struct
2020-05-18 Ajit Khapardenet/bnxt: fix allocation of PF info struct
2020-05-18 Ajit Khapardenet/bnxt: fix allocation of link info struct
2020-05-18 Ajit Khapardenet/bnxt: fix allocation of flow stat related structs
2020-05-18 Ajit Khapardenet/bnxt: fix allocation of COS queue info
2020-05-18 Ajit Khapardenet/bnxt: fix allocation of LED config info
2020-05-18 Kalesh APnet/bnxt: support 200G link speed
2020-05-11 Ajit Khapardenet/bnxt: fix FW version query
2020-05-11 Kalesh APnet/bnxt: fix TQM ring context memory size
2020-05-11 Kalesh APnet/bnxt: fix number of TQM ring
2020-04-25 Kalesh APnet/bnxt: fix VNIC Rx queue count on VNIC free
2020-04-25 Luca Boccassifix various typos found by Lintian
2020-04-22 Kalesh APnet/bnxt: log firmware status on early init failure
2020-04-22 Kalesh APnet/bnxt: fix VLAN add when port is stopped
2020-04-22 Kalesh APnet/bnxt: fix port start failure handling
2020-04-22 Kalesh APnet/bnxt: use true/false for bool types
2020-04-22 Kalesh APnet/bnxt: fix HWRM command during FW reset
2020-04-22 Kalesh APnet/bnxt: support speed capabilities query
2020-04-21 Kishore Padmanabhanet/bnxt: add session and function flow flush
2020-04-21 Somnath Koturnet/bnxt: add flow stats in extended stats
2020-04-21 Venkat Duvvurunet/bnxt: disable vector mode on host based TruFlow
2020-04-21 Venkat Duvvurunet/bnxt: register TruFlow flow API ops
2020-04-21 Venkat Duvvurunet/bnxt: support ULP session manager cleanup
2020-04-21 Venkat Duvvurunet/bnxt: support ULP session manager init
2020-04-21 Venkat Duvvurunet/bnxt: support host memory based TruFlow
2020-04-21 Venkat Duvvurunet/bnxt: fetch VNIC info
2020-04-21 Venkat Duvvurunet/bnxt: fetch SVIF information from firmware
2020-03-18 Kalesh APnet/bnxt: fix MAC address setting when port is stopped
2020-03-18 Kalesh APnet/bnxt: fix recovery alarm race condition in port...
2020-02-14 Kalesh APnet/bnxt: make locally used functions static
2020-02-14 Kalesh APnet/bnxt: fix port stop on error recovery failure
2020-02-14 Rahul Guptanet/bnxt: fix default timeout for getting FW version
2020-02-14 Kalesh APnet/bnxt: fix unnecessary delay in port stop
2020-02-05 Kalesh APnet/bnxt: fix return code handling in VLAN config
2020-02-05 Kalesh APnet/bnxt: remove a redundant variable
2020-02-05 Kalesh APnet/bnxt: remove redundant macro
2020-02-05 Kalesh APnet/bnxt: remove redundant if statement
2020-02-05 Somnath Koturnet/bnxt: allow group ID 0 for RSS action
2020-02-05 Somnath Koturnet/bnxt: release port upon close
2020-02-05 Kalesh APnet/bnxt: use macro for PCI log format
2020-02-05 Kalesh APnet/bnxt: fix a memory leak in port stop
2020-02-05 Kalesh APnet/bnxt: handle HW filter setting when port is stopped
2020-02-05 Kalesh APnet/bnxt: fix VLAN strip
2020-02-05 Kalesh APnet/bnxt: fix enable/disable VLAN filtering
2020-02-05 Kalesh APnet/bnxt: fix IOVA mapping
2020-02-05 Kalesh APnet/bnxt: fix probe in FreeBSD
2020-01-17 Ajit Khapardenet/bnxt: support flow mark action
2020-01-17 Santoshkumar Karan... net/bnxt: fix link during port toggle
2020-01-17 Kalesh APnet/bnxt: add a field for FW capabilities
2020-01-17 Kalesh APnet/bnxt: reset filter indices on free
2020-01-17 Kalesh APnet/bnxt: remove unnecessary macro for unused variables
2020-01-17 Kalesh APnet/bnxt: restore VLAN filters during reset recovery
2020-01-17 Kalesh APnet/bnxt: restore MAC filters during reset recovery
2020-01-17 Kalesh APnet/bnxt: use macro for getting default VNIC
2020-01-17 Kalesh APnet/bnxt: refactor chip type selection
2019-11-20 Lance Richardsonnet/bnxt: fix vector Rx selection
2019-11-20 Rahul Guptanet/bnxt: fix jumbo frame configuration in firmware
2019-11-20 Andrew Rybchenkodrivers/net: fix RSS hash offload flag if no RSS
2019-11-20 Venkat Duvvurunet/bnxt: fix log message level
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
next