mbuf: add namespace to offload flags
[dpdk.git] / drivers / net / hns3 /
2021-01-29 Lijun Ounet/hns3: refactor converting descriptor error
2021-01-29 Huisong Linet/hns3: move queue stats to xstats
2021-01-29 Huisong Linet/hns3: encapsulate DFX stats in datapath
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
2021-01-19 Lijun Ounet/hns3: remove unused assignment for RSS key
2021-01-19 Chengchang Tangnet/hns3: fix dump register out of range
2021-01-19 Chengchang Tangnet/hns3: fix data overwriting during register dump
2021-01-19 Chengchang Tangnet/hns3: fix register length when dumping registers
2021-01-19 Hongbo Zhengnet/hns3: use new opcode for clearing hardware resource
2021-01-19 Chengwen Fengnet/hns3: fix VF query link status in dev init
2021-01-19 Chengwen Fengnet/hns3: support traffic management
2021-01-19 Lijun Ounet/hns3: use C11 atomics builtins for resetting
2021-01-19 Steve Yangnet/hns3: fix jumbo frame flag condition for MTU set
2021-01-19 Lijun Ounet/hns3: remove unnecessary memset
2021-01-19 Min Hu (Connor)net/hns3: fix crash with multi-process
2021-01-19 Huisong Linet/hns3: fix Rx/Tx errors stats
2021-01-19 Huisong Linet/hns3: fix error code in xstats
2021-01-19 Huisong Linet/hns3: fix xstats with id and names
2021-01-19 Lijun Ounet/hns3: fix interception with flow director
2021-01-14 Ruifeng Wangnet/hns3: fix build with SVE
2021-01-08 Min Hu (Connor)net/hns3: fix FEC state query
2021-01-08 Lijun Ounet/hns3: adjust MAC address logging
2020-11-20 Chengchang Tangnet/hns3: fix HW exception for unbalanced Rx/Tx queues
2020-11-20 Huisong Linet/hns3: fix crash with multi-TC
2020-11-20 Thomas Monjalonbuild: align wording of non-support reasons
2020-11-13 Hongbo Zhengnet/hns3: use unsigned types for bit operator
2020-11-13 Lijun Ounet/hns3: remove some blank lines
2020-11-13 Chengchang Tangnet/hns3: fix queue state after reset
2020-11-13 Lijun Ounet/hns3: check PCI config space write
2020-11-13 Hongbo Zhengnet/hns3: adjust code style for struct initialization
2020-11-13 Hongbo Zhengnet/hns3: use correct logging format specifiers
2020-11-04 Luca Boccassifix spellings that Lintian complains about
2020-11-03 Lijun Ounet/hns3: cleanup includes
2020-11-03 Hongbo Zhengnet/hns3: check quantity limiter support before using it
2020-11-03 Huisong Linet/hns3: fix configurations of port-level scheduling...
2020-11-03 Chengchang Tangnet/hns3: support VXLAN-GPE TSO and checksum
2020-11-03 Chengchang Tangnet/hns3: fix Tx checksum with fixed header length
2020-11-03 Chengchang Tangnet/hns3: fix Tx checksum outer header prepare
2020-11-03 Chengchang Tangnet/hns3: limit promiscuous mode for VF
2020-11-03 Lijun Ounet/hns3: fix enabling SVE Rx/Tx
2020-11-03 Hongbo Zhengnet/hns3: check setting VF PCI bus return value
2020-11-03 Chengchang Tangnet/hns3: fix clearing HW ring after queue stop
2020-11-03 Huisong Linet/hns3: fix data type to store queue number
2020-11-03 Hongbo Zhengnet/hns3: fix unchecked return value
2020-11-03 Chengchang Tangnet/hns3: fix packet type report in Rx
2020-11-03 Huisong Linet/hns3: fix RSS max queue id allowed in multi-TC
2020-11-03 Lijun Ounet/hns3: get number of used descriptors of Rx queue
2020-11-03 Lijun Ounet/hns3: enable RSS for IPv6-SCTP dst/src port fields
2020-11-03 Andrew Rybchenkoethdev: remove legacy filter API functions
2020-10-19 Bruce Richardsonbuild: remove library name from version map file name
2020-10-16 Ferruh Yigitethdev: add device flag to bypass auto-filled queue...
2020-10-16 Ivan Ilchenkoethdev: change stop operation callback to return int
2020-10-16 Thomas Monjalonethdev: reset all when releasing a port
2020-10-16 Thomas Monjalonethdev: remove forcing stopped state upon close
2020-10-16 Chengwen Fengnet/hns3: support SVE Tx
2020-10-16 Wei Hu (Xavier)net/hns3: support SVE Rx
2020-10-09 Min Hu (Connor)net/hns3: support FEC
2020-10-08 Hongbo Zhengnet/hns3: remove redundant return value assignment
2020-10-08 Hongbo Zhengnet/hns3: check PCI config space reads
2020-10-08 Chengchang Tangnet/hns3: support queue start and stop
2020-10-08 Huisong Linet/hns3: set max scheduling rate based on actual board
2020-10-08 Huisong Linet/hns3: offload calculating shapping to firmware
2020-10-08 Wei Hu (Xavier)net/hns3: fix flow error type
2020-10-08 Wei Hu (Xavier)net/hns3: fix error type when validating RSS flow action
2020-10-08 Wei Hu (Xavier)net/hns3: maximize queue number
2020-10-08 Huisong Linet/hns3: expand number of queues for one TC up to 512
2020-09-30 Thomas Monjalonethdev: remove old close behaviour
2020-09-30 Thomas Monjalonethdev: allow drivers to return error on close
2020-09-30 Wei Hu (Xavier)net/hns3: fix storing RSS info when creating flow action
2020-09-30 Wei Hu (Xavier)net/hns3: fix configuring device with RSS enabled
2020-09-30 Lijun Ounet/hns3: fix flushing RSS rule
2020-09-30 Wei Hu (Xavier)net/hns3: fix flow RSS queue number 0
2020-09-30 Lijun Ounet/hns3: fix config when creating RSS rule after flush
2020-09-30 Lijun Ounet/hns3: set RSS hash type input configuration
2020-09-30 Lijun Ounet/hns3: check input RSS type when creating flow with RSS
2020-09-30 Lijun Ounet/hns3: support querying RSS flow rule
2020-09-30 Chengwen Fengnet/hns3: support flow action of queue region
2020-09-30 Hongbo Zhengnet/hns3: break loop in adding error stats
2020-09-30 Wei Hu (Xavier)net/hns3: add default to switch when parsing fd tuple
2020-09-30 Hongbo Zhengnet/hns3: skip VF register access when PF in FLR
2020-09-30 Wei Hu (Xavier)net/hns3: add TSO pseudo header calculation compatibility
2020-09-30 Hongbo Zhengnet/hns3: add max number of segments compatibility
2020-09-30 Chengchang Tangnet/hns3: add default case to switch in Rx VLAN processing
2020-09-30 Chengchang Tangnet/hns3: fix deleting default VLAN from PF
2020-09-30 Wei Hu (Xavier)net/hns3: add VLAN configuration compatibility
2020-09-21 Chengchang Tangnet/hns3: add Rx buffer size to Rx queue info
2020-09-21 Chengchang Tangnet/hns3: fix crash when Tx multiple buffer packets
2020-09-21 Wei Hu (Xavier)net/hns3: add restriction on setting VF MTU
2020-09-21 Wei Hu (Xavier)net/hns3: support NEON Rx
2020-09-21 Wei Hu (Xavier)net/hns3: support NEON Tx
2020-09-21 Wei Hu (Xavier)net/hns3: add simple Tx path
2020-09-21 Wei Hu (Xavier)net/hns3: add simple Rx path
2020-09-21 Wei Hu (Xavier)net/hns3: reduce address calculation in Rx
2020-09-21 Wei Hu (Xavier)net/hns3: report Rx free threshold
2020-09-18 Wei Hu (Xavier)net/hns3: fix queue offload capability
2020-09-18 Yunjian Wangnet/hns3: fix out of bounds access
2020-09-18 Huisong Linet/hns3: fix some incomplete command structures
2020-09-18 Huisong Linet/hns3: fix default MAC address from firmware
2020-09-18 Huisong Linet/hns3: replace max private macro
2020-09-18 Wei Hu (Xavier)net/hns3: support maximum 256 flow director counter
next