net/bnxt: handle reset notify async event from FW
[dpdk.git] / drivers / net / bnxt / bnxt_hwrm.c
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-07-25 Kalesh APnet/bnxt: reduce verbosity of a message
2019-07-25 Kalesh APnet/bnxt: fix endianness
2019-07-25 Kalesh APnet/bnxt: fix tunnel redirect commands
2019-07-25 Lance Richardsonnet/bnxt: use dedicated CPR for async events
2019-07-23 Kalesh APnet/bnxt: fix checking result of HWRM command
2019-07-23 Lance Richardsonnet/bnxt: fix RSS table address for thor
2019-07-23 Lance Richardsonnet/bnxt: fix RSS context numbers for thor
2019-07-23 Lance Richardsonnet/bnxt: fix HWRM messages for thor RSS config
2019-07-23 Santoshkumar Karan... net/bnxt: fix RSS disable for thor-based adapters
2019-07-23 Kalesh APnet/bnxt: fix lock release on getting NVM info
2019-07-23 Kalesh APnet/bnxt: fix return values to standard error codes
2019-07-23 Kalesh APnet/bnxt: fix error checking of FW commands
2019-07-23 Lance Richardsonnet/bnxt: fix VNIC default completion ring
2019-07-23 Kalesh APnet/bnxt: fix device init error path
2019-07-23 Kalesh APnet/bnxt: fix check of address mapping
2019-07-23 Jay Dingnet/bnxt: check invalid VNIC id for firmware
2019-07-23 Ajit Khapardenet/bnxt: fix compiler warning
2019-07-23 Kalesh APnet/bnxt: check invalid VNIC in cleanup path
2019-07-23 Ajit Khapardenet/bnxt: save the number of EM flow count
2019-07-23 Lance Richardsonnet/bnxt: fix Tx hang after port stop/start
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-23 Lance Richardsonnet/bnxt: fix logic when freeing RSS context
2019-06-13 Somnath Koturnet/bnxt: use configured MTU during load
2019-06-13 Somnath Koturnet/bnxt: support redirecting tunnel packets to VF
2019-06-13 Lance Richardsonnet/bnxt: enable RSS for thor-based controllers
2019-06-13 Lance Richardsonnet/bnxt: enable completion coalescing for thor
2019-06-13 Lance Richardsonnet/bnxt: support thor controller
2019-06-13 Lance Richardsonnet/bnxt: support extended HWRM request sizes
2019-06-13 Lance Richardsonnet/bnxt: use consistent values for VNIC RSS rule
2019-06-13 Lance Richardsonnet/bnxt: fix variable width in endian conversion
2019-06-13 Lance Richardsonnet/bnxt: fix ring type macro name
2019-06-13 Ajit Khapardenet/bnxt: fix RSS RETA indirection table ops
2019-06-06 David Marchandnet/bnxt: fix RxQ errors stat
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether functions
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-03-20 Stephen Hemmingernet/bnxt: change PTP message to debug level
2018-10-11 Xiaoxin Pengnet/bnxt: reduce polling interval for valid bit
2018-10-11 Ajit Khapardenet/bnxt: remove excess log messages
2018-10-11 Ajit Khapardenet/bnxt: set a VNIC as default only once
2018-10-11 Ajit Khapardenet/bnxt: set MAC filtering as outer for non tunnel...
2018-10-11 Yongping Zhangnet/bnxt: fix registration of VF async event completion...
2018-10-11 Ajit Khapardenet/bnxt: support trusted VF
2018-10-11 Ajit Khapardenet/bnxt: support enabling new mailbox channel
2018-10-11 Ajit Khapardenet/bnxt: support extended port counters
2018-08-02 Ajit Khapardenet/bnxt: check access denied for HWRM commands
2018-08-02 Ajit Khapardenet/bnxt: fix lock release on NVM write failure
2018-08-02 Ajit Khapardenet/bnxt: fix memory leaks in NVM commands
2018-08-02 Somnath Koturnet/bnxt: fix filter freeing
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...
2018-07-02 Somnath Koturnet/bnxt: revert reset of L2 filter id
2018-07-02 Jay Dingnet/bnxt: check for invalid vNIC id
2018-07-02 Ajit Khapardenet/bnxt: fix queue start/stop operations
2018-07-02 Ajit Khapardenet/bnxt: set ring coalesce parameters for Stratus NIC
2018-07-02 Ajit Khapardenet/bnxt: fix clear port stats
2018-05-22 Ajit Khapardenet/bnxt: fix xstats for VF
2018-05-22 Ajit Khapardenet/bnxt: fix VF resource allocation
2018-05-22 Ajit Khapardenet/bnxt: use first completion ring for fwd and async...
2018-05-22 Ajit Khapardenet/bnxt: fix RSS hash configuration
2018-05-22 Ajit Khapardenet/bnxt: add fallthrough comment
2018-05-14 Ajit Khapardenet/bnxt: update HWRM to version 1.9.2
2018-05-14 Randy Schachernet/bnxt: clear HWRM sniffer list for PFs
2018-05-14 Ajit Khapardenet/bnxt: fix usage of vnic id
2018-05-14 Ajit Khapardenet/bnxt: fix MTU calculation
2018-04-27 Ajit Khapardenet/bnxt: avoid invalid vnic id in set L2 Rx mask
2018-04-27 Ajit Khapardenet/bnxt: use UINT64_MAX to initialize filter ids
2018-04-27 Ajit Khapardenet/bnxt: reset L2 filter id once filter is freed
2018-04-27 Ajit Khapardenet/bnxt: add code to determine the Tx COS queue
2018-04-27 Ajit Khapardenet/bnxt: fix endianness of flag
2018-04-13 Scott Brandennet/bnxt: convert to SPDX license tag
2018-03-30 Ajit Khapardenet/bnxt: fix LRO disable
2018-02-08 Ajit Khapardenet/bnxt: add 100G speed config capability
2018-02-08 Ajit Khapardenet/bnxt: fix link speed setting with autoneg off
2018-01-29 Ajit Khapardenet/bnxt: add 100G speed detection
2018-01-29 Ajit Khapardenet/bnxt: support Rx/Tx queue start/stop
2018-01-29 Ajit Khapardenet/bnxt: register for more async events
2018-01-29 Ajit Khapardenet/bnxt: use dynamic log type
2018-01-16 Somnath Koturnet/bnxt: free the aggregation ring
2018-01-16 Somnath Koturnet/bnxt: fix duplicate filter pattern creation error
2018-01-16 Ajit Khapardenet/bnxt: add check for multi host PF per port
2018-01-16 Ajit Khapardenet/bnxt: fix group info usage
2018-01-16 Somnath Koturnet/bnxt: support timesync
2017-11-10 Ajit Khapardenet/bnxt: fix link handling and configuration
2017-11-06 Santosh Shukladrivers/net: rename physical address type to IOVA
2017-11-06 Thomas Monjalonmem: rename address mapping function to IOVA
2017-10-26 Ajit Khapardenet/bnxt: check VLANs from pool map only for VMDq
2017-10-26 Ajit Khapardenet/bnxt: update HWRM to 1.8.2
2017-10-13 Zhiyong Yangnet/bnxt: fix port id type
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 get/set EEPROM
2017-10-06 Ajit Khapardenet/bnxt: fix per queue stats display in xstats
2017-10-06 Ajit Khapardenet/bnxt: support flow filter ops
2017-10-06 Ajit Khapardenet/bnxt: fix an issue with broadcast traffic
next