net/hns3: support LRO
[dpdk.git] / drivers / net / hns3 / hns3_ethdev.c
2020-07-07 Wei Hu (Xavier)net/hns3: support LRO
2020-07-03 Jerin Jacoblog: introduce logtype register macro
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: add RSS hash offload to Rx configuration
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 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-04-21 Wei Hu (Xavier)net/hns3: modify format for firmware version
2020-04-21 Chengchang Tangnet/hns3: fix VLAN filter when setting promisucous...
2020-04-21 Chengchang Tangnet/hns3: fix default VLAN filter configuration for PF
2020-04-21 Lijun Ounet/hns3: add RSS hash offload to capabilities
2020-04-21 Chengwen Fengnet/hns3: fix Rx interrupt after reset
2020-04-21 Chengchang Tangnet/hns3: fix adding multicast MAC address
2020-04-21 Wei Hu (Xavier)net/hns3: replace interrupt vector zero with common...
2020-04-21 Lijun Ounet/hns3: simplify process of some return values
2020-04-21 Lijun Ounet/hns3: fix configuring RSS hash when rules are flushed
2020-04-21 Lijun Ounet/hns3: fix RSS indirection table configuration
2020-04-21 Wei Hu (Xavier)net/hns3: fix status after repeated resets
2020-04-21 Min Hu (Connor)net/hns3: fix configuring illegal VLAN PVID
2020-04-21 Chengchang Tangnet/hns3: modify inappropriate names
2020-04-21 Chengchang Tangnet/hns3: remove redundant check when setting MAC
2020-04-16 Thomas Monjalonreplace unused attributes
2020-03-18 Chengchang Tangnet/hns3: fix promiscuous mode for PF
2020-03-18 Wei Hu (Xavier)net/hns3: fix Tx interrupt when enabling Rx interrupt
2020-03-18 Hongbo Zhengnet/hns3: support TSO
2020-01-17 Lijun Ounet/hns3: remove unnecessary branch
2020-01-17 Wei Hu (Xavier)net/hns3: fix link status on failed query
2020-01-17 Hongbo Zhengnet/hns3: fix crash when closing port
2020-01-17 Wei Hu (Xavier)net/hns3: fix Rx queue search with broadcast packet
2020-01-17 Wei Hu (Xavier)net/hns3: support different numbers of Rx and Tx queues
2020-01-17 Wei Hu (Xavier)net/hns3: remove useless variable initializations
2020-01-17 Huisong Linet/hns3: remove custom macro for minimum length
2020-01-17 Hongbo Zhengnet/hns3: get link state change through mailbox
2020-01-17 Hao Chennet/hns3: support Rx interrupt
2019-11-26 Min Hu (Connor)net/hns3: fix duplicated VLAN entry
2019-10-25 Chunsong Fengnet/hns3: fix FLR reset
2019-10-07 Wei Hu (Xavier)net/hns3: support multiple process
2019-10-07 Wei Hu (Xavier)net/hns3: support device reset
2019-10-07 Wei Hu (Xavier)net/hns3: support device stats
2019-10-07 Wei Hu (Xavier)net/hns3: add abnormal interrupt process
2019-10-07 Wei Hu (Xavier)net/hns3: support dump register
2019-10-07 Wei Hu (Xavier)net/hns3: add start/stop and configure operations
2019-10-07 Wei Hu (Xavier)net/hns3: support Rx/Tx and related operations
2019-10-07 Wei Hu (Xavier)net/hns3: support VLAN
2019-10-07 Wei Hu (Xavier)net/hns3: support flow control
2019-10-07 Wei Hu (Xavier)net/hns3: support RSS
2019-10-07 Wei Hu (Xavier)net/hns3: support flow director
2019-10-07 Wei Hu (Xavier)net/hns3: support link update operation
2019-10-07 Wei Hu (Xavier)net/hns3: support some device operations
2019-10-07 Wei Hu (Xavier)net/hns3: support MAC address related operations
2019-10-07 Wei Hu (Xavier)net/hns3: add initialization
2019-10-07 Wei Hu (Xavier)net/hns3: support command interface with firmware
2019-10-07 Wei Hu (Xavier)net/hns3: register and add log interface
2019-10-07 Wei Hu (Xavier)net/hns3: add build and doc infrastructure