mempool: introduce helpers for populate and required size
[dpdk.git] / drivers / net / bnxt /
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 Kalesh APnet/bnxt: add more checks during firmware reset
2019-10-25 Santoshkumar Karan... net/bnxt: fix crash after removing and adding slaves
2019-10-25 Somnath Koturnet/bnxt: fix MAC address check in flow validation
2019-10-25 Somnath Koturnet/bnxt: expose some missing counters in port stats
2019-10-25 Rahul Guptanet/bnxt: fix filter type for non-ntuple flows
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 Ajit Khapardenet/bnxt: update HWRM API to version 1.10.1.6
2019-10-25 Santoshkumar Karan... net/bnxt: fix RSS configuration for Thor controller
2019-10-25 Ajit Khapardenet/bnxt: fix writing MTU to FW
2019-10-25 Ajit Khapardenet/bnxt: fix setting max RSS contexts
2019-10-25 Santoshkumar Karan... net/bnxt: fix ping with MTU change
2019-10-25 Kalesh APnet/bnxt: fix check while freeing filter
2019-10-25 Lance Richardsonnet/bnxt: fix mbuf free when clearing Tx queue
2019-10-23 Kalesh APnet/bnxt: fix error handling in xstats
2019-10-23 Kalesh APnet/bnxt: fix endianness while retrieving MTU from FW
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: cleanup comments
2019-10-23 Lance Richardsonnet/bnxt: reset Rx allocation state on Rx queue restart
2019-10-23 Kalesh APnet/bnxt: fix dereference before null check
2019-10-23 Kalesh APnet/bnxt: remove unnecessary variable assignment
2019-10-23 Kalesh APnet/bnxt: fix coding style
2019-10-23 Kalesh APnet/bnxt: fix handling interface change status
2019-10-23 Kalesh APnet/bnxt: enable interrupts according interface status
2019-10-23 Rahul Guptanet/bnxt: change MSI-X vector to queue mapping
2019-10-23 Rahul Guptanet/bnxt: reduce cleanup time during reset recovery
2019-10-23 Ajit Khapardenet/bnxt: get default HWRM command timeout from FW
2019-10-23 Ajit Khapardenet/bnxt: update trusted VF status only when it changes
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-23 Kalesh APnet/bnxt: fix stats errors handling
2019-10-08 Lance Richardsonnet/bnxt: improve CPR handling in vector path
2019-10-08 Lance Richardsonnet/bnxt: advertise scatter Rx offload capability
2019-10-08 Lance Richardsonnet/bnxt: fix default Rx queue for Thor
2019-10-08 Lance Richardsonnet/bnxt: fix stats context calculation
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: fix ring alignment for Thor-based adapters
2019-10-08 Lance Richardsonnet/bnxt: increase TQM entry allocation
2019-10-08 Ajit Khapardenet/bnxt: fix flow flush handling
2019-10-08 Kalesh APnet/bnxt: fix multicast filter programming
2019-10-08 Venkat Duvvurunet/bnxt: fix VLAN filtering
2019-10-08 Ajit Khapardenet/bnxt: drop untagged frames when specified
2019-10-08 Venkat Duvvurunet/bnxt: synchronize between flow related functions
2019-10-08 Ajit Khapardenet/bnxt: handle cleanup if flow creation fails
2019-10-08 Venkat Duvvurunet/bnxt: validate RSS hash key length
2019-10-08 Somnath Koturnet/bnxt: check for VNIC ID in rollback
2019-10-08 Ajit Khapardenet/bnxt: check if device is started before flow creation
2019-10-08 Rahul Guptanet/bnxt: handle ring cleanup in case of error
2019-10-08 Ajit Khapardenet/bnxt: allow only unicast MAC address filter creation
2019-10-08 Kalesh APnet/bnxt: fix setting default MAC address
2019-10-08 Ajit Khapardenet/bnxt: cleanup VNIC after flow validate
2019-10-08 Ajit Khapardenet/bnxt: delete and flush L2 filters cleanly
2019-10-08 Ajit Khapardenet/bnxt: parse priority attribute for flow creation
2019-10-08 Ajit Khapardenet/bnxt: support RSS action
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 Ajit Khapardenet/bnxt: return standard error codes for HWRM command
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: fix accessing variable before null check
2019-10-08 Kalesh APnet/bnxt: remove unnecessary interrupt disable
2019-10-08 Kalesh APnet/bnxt: remove unused macro
2019-10-08 Kalesh APnet/bnxt: remove unnecessary return check
2019-10-08 Kalesh APnet/bnxt: fix deferred start of Tx queues
2019-10-08 Kalesh APnet/bnxt: fix L2 context calculation for Thor
2019-10-08 Santoshkumar Karan... net/bnxt: fix 40G link for Thor
2019-10-08 Ajit Khapardenet/bnxt: fix async link handling and update
2019-10-08 Ajit Khapardenet/bnxt: subscribe to link speed change notification
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 Santoshkumar Karan... net/bnxt: fix flow steering
2019-10-08 Gavin Hunet/bnxt: enforce IO barrier for doorbell command
2019-10-08 Gavin Hunet/bnxt: replace memory barrier for doorbell response
2019-10-08 Gavin Hunet/bnxt: remove duplicate barrier
2019-10-08 Kalesh APnet/bnxt: support PTP for Thor
2019-10-08 Kalesh APnet/bnxt: use macro for bit definitions
2019-10-08 Kalesh APnet/bnxt: avoid null pointer dereference
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: handle error recovery FW event
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-08 Kalesh APnet/bnxt: add FW reset HWRM command
next