common/cnxk: add lower bound check for SSO resources
[dpdk.git] / drivers / net / hns3 /
2022-05-20 Chengwen Fengnet/hns3: fix xstats get return if xstats is null
2022-05-12 Huisong Linet/hns3: remove unnecessary RSS switch
2022-05-12 Huisong Linet/hns3: remove redundant RSS tuple field
2022-05-12 Huisong Linet/hns3: fix rollback on RSS hash update
2022-05-12 Huisong Linet/hns3: fix RSS disable
2022-05-12 Chengwen Fengnet/hns3: fix mbuf free on Tx done cleanup
2022-05-12 Huisong Linet/hns3: fix pseudo-sharing between threads
2022-05-12 Huisong Linet/hns3: fix MAC and queues HW statistics overflow
2022-05-12 Huisong Linet/hns3: fix order of clearing imissed register in PF
2022-05-05 Min Hu (Connor)net/hns3: fix device info dump
2022-05-05 Min Hu (Connor)net/hns3: fix TM info dump
2022-05-05 Min Hu (Connor)net/hns3: refactor queue info dump
2022-05-05 Min Hu (Connor)net/hns3: refactor feature capability dump
2022-05-05 Min Hu (Connor)net/hns3: refactor adapter state dump
2022-03-02 Huisong Linet/hns3: increase time waiting for PF reset completion
2022-03-02 Huisong Linet/hns3: fix VF RSS TC mode entry
2022-03-02 Huisong Linet/hns3: fix RSS TC mode entry
2022-03-02 Jie Hainet/hns3: remove duplicate macro definition
2022-02-11 Ferruh Yigitethdev: introduce generic dummy packet burst function
2022-02-11 Min Hu (Connor)net/hns3: dump flow control info
2022-02-11 Min Hu (Connor)net/hns3: dump TM configuration info
2022-02-11 Min Hu (Connor)net/hns3: dump flow director basic info
2022-02-11 Min Hu (Connor)net/hns3: dump VLAN configuration info
2022-02-11 Min Hu (Connor)net/hns3: dump queue info
2022-02-11 Min Hu (Connor)net/hns3: dump device MAC info
2022-02-11 Min Hu (Connor)net/hns3: dump device feature capability
2022-02-11 Min Hu (Connor)net/hns3: dump device basic info
2022-02-12 Stephen Hemmingerremove unnecessary null checks
2022-01-31 Chengwen Fengnet/hns3: delete duplicated RSS type
2022-01-31 Huisong Linet/hns3: fix operating queue when TCAM table is invalid
2022-01-31 Huisong Linet/hns3: fix double decrement of secondary count
2022-01-31 Huisong Linet/hns3: fix insecure way to query MAC statistics
2022-01-31 Lijun Ounet/hns3: fix RSS key with null
2022-01-31 Huisong Linet/hns3: fix max packet size rollback in PF
2022-01-27 Chengwen Fengnet/hns3: support indirect counter flow action
2022-01-27 Huisong Linet/hns3: extract functions to create RSS and FDIR...
2022-01-27 Chengwen Fengnet/hns3: rename function
2022-01-27 Chengwen Fengnet/hns3: remove non re-entrant strerror call
2022-01-27 Chengwen Fengnet/hns3: replace single line functions
2022-01-27 Huisong Linet/hns3: extract common function to obtain revision ID
2022-01-27 Huisong Linet/hns3: remove logging memory addresses
2022-01-27 Huisong Linet/hns3: remove getting number of queue descriptors...
2022-01-27 Huisong Linet/hns3: remove unused variables
2022-01-27 Huisong Linet/hns3: extract reset failure handling to function
2022-01-27 Huisong Linet/hns3: remove unnecessary blank lines
2022-01-27 Jie Hainet/hns3: make control plane function non-inline
2022-01-27 Huisong Linet/hns3: extract common function to initialize MAC...
2022-01-27 Huisong Linet/hns3: fix using enum as boolean
2022-01-27 Huisong Linet/hns3: remove unnecessary assignment
2022-01-26 Min Hu (Connor)net/hns3: fix vector Rx/Tx when PTP enabled
2022-01-26 Huisong Linet/hns3: fix mailbox wait time
2022-01-26 Min Hu (Connor)net/hns3: fix Rx/Tx functions update
2022-01-11 Josh Soreffix spelling in comments and strings
2021-11-26 Sean Morrisseyfix PMD wording
2021-11-17 Ferruh Yigitnet: add macro for VLAN header length
2021-11-16 Chengwen Fengnet/hns3: optimize Tx performance
2021-11-16 Chengwen Fengnet/hns3: optimize Tx performance by mbuf fast free
2021-11-08 Chengwen Fengnet/hns3: remove PF/VF duplicate code
2021-11-08 Huisong Linet/hns3: mark unchecked return of snprintf
2021-11-08 Huisong Linet/hns3: remove magic numbers
2021-11-08 Min Hu (Connor)net/hns3: move declarations in flow header file
2021-11-08 Huisong Linet/hns3: extract common code to its own file
2021-11-08 Huisong Linet/hns3: use unsigned integer for bitwise operations
2021-11-08 Huisong Linet/hns3: modify an indent alignment
2021-11-08 Huisong Linet/hns3: remove redundant function declaration
2021-11-08 Huisong Linet/hns3: simplify queue DMA address arithmetic
2021-11-04 Huisong Linet/hns3: refactor multi-process initialization
2021-11-04 Huisong Linet/hns3: unregister MP action on close for secondary
2021-11-04 Huisong Linet/hns3: fix multi-process action register and unregister
2021-11-04 Huisong Linet/hns3: fix secondary process reference count
2021-11-02 Dmitry Kozlyukdrivers/net: advertise no support for keeping flow...
2021-11-01 Huisong Linet/hns3: unify multicast MAC address set list
2021-11-01 Huisong Linet/hns3: refactor multicast MAC address set for PF
2021-11-01 Huisong Linet/hns3: unify multicast address check
2021-11-01 Huisong Linet/hns3: unify MAC address add and remove
2021-11-01 Huisong Linet/hns3: unify MAC and multicast address configuration
2021-11-01 Huisong Linet/hns3: use HW ops to config MAC features
2021-11-01 Huisong Linet/hns3: add HW ops structure to operate hardware
2021-11-01 Huisong Linet/hns3: remove redundant multicast removal interface
2021-11-01 Huisong Linet/hns3: rename unicast address removal function
2021-11-01 Huisong Linet/hns3: remove redundant multicast MAC interface
2021-11-01 Huisong Linet/hns3: extract common interface to check duplicates
2021-11-01 Huisong Linet/hns3: rename multicast address removal function
2021-11-01 Huisong Linet/hns3: rename unicast address function
2021-11-01 Huisong Linet/hns3: rename multicast address function
2021-10-29 Min Hu (Connor)net/hns3: fix mailbox communication with HW
2021-10-25 Harman Kalradrivers: remove direct access to interrupt handle
2021-10-24 Olivier Matzmbuf: add namespace to offload flags
2021-10-24 Olivier Matzmbuf: mark old VLAN offload flags as deprecated
2021-10-22 Ferruh Yigitethdev: add namespace
2021-10-22 Chengchang Tangnet/hns3: add runtime config for mailbox limit time
2021-10-18 Ferruh Yigitethdev: remove jumbo offload flag
2021-10-18 Ferruh Yigitethdev: move jumbo frame offload check to library
2021-10-18 Ferruh Yigitethdev: fix max Rx packet length
2021-10-13 Konstantin Ananyevethdev: change input parameters for Rx queue count
2021-10-13 Chengwen Fengnet/hns3: fix interrupt vector freeing
2021-10-12 Andrew Rybchenkoethdev: remove deprecated shared counter attribute
2021-10-11 Chengchang Tangnet/hns3: remove similar macro function definitions
2021-10-07 Huisong Linet/hns3: fix input parameters of MAC functions
2021-10-07 Huisong Linet/hns3: fix residual MAC after setting default MAC
next