ethdev: introduce generic dummy packet burst function
[dpdk.git] / drivers / net / hns3 /
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
2021-10-06 Xueming Liethdev: change queue release callback
2021-10-06 Andrew Rybchenkoethdev: improve xstats names by IDs get prototype
2021-09-09 Min Hu (Connor)net/hns3: fix Tx push capability
2021-09-09 Chengchang Tangnet/hns3: fix taskqueue pair reset command
2021-09-09 Chengchang Tangnet/hns3: fix queue flow action validation
2021-08-17 Huisong Linet/hns3: support set link up/down for PF
2021-08-17 Huisong Linet/hns3: add Tx start/stop multi-process handling
2021-08-17 Thomas Monjalonversion: 21.11-rc0
2021-07-23 Huisong Linet/hns3: disable PFC if not configured
2021-07-23 Huisong Linet/hns3: fix Tx prepare after stop
2021-07-23 Chengwen Fengnet/hns3: fix flow rule list in multi-process
2021-07-23 Huisong Linet/hns3: move speed auto-negotiation warning
2021-07-23 Chengchang Tangnet/hns3: remove duplicate compile-time check
2021-07-23 Hongbo Zhengnet/hns3: fix timing of clearing interrupt source
2021-07-23 Chengwen Fengnet/hns3: fix filter parsing comment
2021-07-23 Chengwen Fengnet/hns3: remove unnecessary zero assignments
2021-07-23 Chengchang Tangnet/hns3: fix residual MAC address entry
2021-07-13 Huisong Linet/hns3: support multiple TC MAC pause
next