net/bnxt: fix boolean operator usage
[dpdk.git] / drivers / net / hns3 /
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
2020-09-18 Wei Hu (Xavier)net/hns3: add more hardware error types
2020-09-18 Wei Hu (Xavier)net/hns3: add Tx short frame padding compatibility
2020-09-18 Wei Hu (Xavier)net/hns3: add Rx interrupts compatibility
2020-09-18 Wei Hu (Xavier)net/hns3: get device specifications from firmware
2020-09-18 Wei Hu (Xavier)net/hns3: get device capability from firmware
2020-09-18 Huisong Linet/hns3: support getting queue information
2020-09-18 Wei Hu (Xavier)net/hns3: report Rx drop packets enable configuration
2020-09-21 David Marchandbus/pci: switch to private kernel driver enum
2020-09-07 Ciara Powerbuild: remove makefiles
2020-08-12 Thomas Monjalonversion: 20.11-rc0
2020-07-17 Lijun Ounet/hns3: fix RSS configuration on empty RSS type
2020-07-17 Min Hu (Connor)net/hns3: support keeping CRC
2020-07-17 Wei Hu (Xavier)net/hns3: support 200G speed rate
2020-07-17 Wei Hu (Xavier)net/hns3: support copper media type
2020-07-07 Wei Hu (Xavier)net/hns3: fix inserted VLAN tag position in Tx
2020-07-07 Chengchang Tangnet/hns3: cleanup duplicated code on processing TSO...
2020-07-07 Wei Hu (Xavier)net/hns3: check multi-process action register result
2020-07-07 Wei Hu (Xavier)net/hns3: fix reassembling multiple segment packets...
2020-07-07 Wei Hu (Xavier)net/hns3: fix Rx buffer size
2020-07-07 Lijun Ounet/hns3: report Tx descriptor segment limitations
2020-07-07 Hongbo Zhengnet/hns3: clear residual hardware configurations on...
2020-07-07 Wei Hu (Xavier)net/hns3: get device capability in primary process
2020-07-07 Chengchang Tangnet/hns3: support setting VF PVID by PF driver
2020-07-07 Chengchang Tangnet/hns3: decrease non-nearby memory access in Rx
2020-07-07 Wei Hu (Xavier)net/hns3: support LRO
2020-07-07 Lijun Ounet/hns3: support symmetric RSS
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-06-16 Hongbo Zhengnet/hns3: fix unintended sign extension in dump operation
2020-06-16 Wei Hu (Xavier)net/hns3: fix unintended sign extension in fd operation
2020-06-16 Hongbo Zhengnet/hns3: ignore function return on reset error path
2020-06-16 Wei Hu (Xavier)net/hns3: fix flow director error message
2020-06-05 Hongbo Zhengnet/hns3: check TSO segment size during Tx
2020-06-05 Wei Hu (Xavier)net/hns3: fix VLAN tags reported in Rx
2020-06-05 Chengchang Tangnet/hns3: fix VLAN strip configuration when setting...
2020-06-05 Chengchang Tangnet/hns3: remove unsupported VLAN capabilities
2020-05-28 Lijun Ounet/hns3: fix key length when configuring RSS
2020-05-28 Lijun Ounet/hns3: add RSS hash offload to Rx configuration
2020-05-28 Wei Hu (Xavier)net/hns3: fix Tx less than 60 bytes
2020-05-28 Chengchang Tangnet/hns3: clear promiscuous on PF uninit
2020-05-28 Chengchang Tangnet/hns3: replace special vport ids with macros
2020-05-05 Wei Hu (Xavier)net/hns3: fix return value when clearing statistics
2020-05-05 Wei Hu (Xavier)net/hns3: fix MSI-X interrupt during initialization
2020-05-05 Min Hu (Connor)net/hns3: fix VLAN PVID when configuring device
2020-05-05 Wei Hu (Xavier)net/hns3: get PCI revision ID
2020-05-05 Lijun Ounet/hns3: add error code to some logs
2020-05-05 Wei Hu (Xavier)net/hns3: get Tx abnormal errors in xstats
2020-04-21 Chengwen Fengnet/hns3: get Rx/Tx queue fbd in xstats
2020-04-21 Wei Hu (Xavier)net/hns3: modify format for firmware version
2020-04-21 Chengchang Tangnet/hns3: fix VLAN filter when setting promisucous...
next