net/hns3: use C11 atomics builtins for resetting
[dpdk.git] / drivers / net / hns3 / hns3_ethdev.h
2021-01-19 Lijun Ounet/hns3: use C11 atomics builtins for resetting
2021-01-19 Min Hu (Connor)net/hns3: fix crash with multi-process
2021-01-08 Min Hu (Connor)net/hns3: fix FEC state query
2021-01-08 Lijun Ounet/hns3: adjust MAC address logging
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 Chengchang Tangnet/hns3: fix Tx checksum with fixed header length
2020-11-03 Chengchang Tangnet/hns3: limit promiscuous mode for VF
2020-11-03 Chengchang Tangnet/hns3: fix packet type report in Rx
2020-11-03 Andrew Rybchenkoethdev: remove legacy filter API functions
2020-10-09 Min Hu (Connor)net/hns3: support FEC
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 Lijun Ounet/hns3: set RSS hash type input configuration
2020-09-30 Chengwen Fengnet/hns3: support flow action of queue region
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 Wei Hu (Xavier)net/hns3: add VLAN configuration compatibility
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-18 Huisong Linet/hns3: replace max private macro
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-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 Rx buffer size
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 Wei Hu (Xavier)net/hns3: support LRO
2020-06-05 Wei Hu (Xavier)net/hns3: fix VLAN tags reported in Rx
2020-05-28 Chengchang Tangnet/hns3: replace special vport ids with macros
2020-05-05 Wei Hu (Xavier)net/hns3: get PCI revision ID
2020-04-21 Lijun Ounet/hns3: fix configuring RSS hash when rules are flushed
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 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 Huisong Linet/hns3: remove custom macro for minimum length
2020-01-17 Hongbo Zhengnet/hns3: get link state change through mailbox
2019-11-26 Wei Hu (Xavier)net/hns3: fix sending packets less than 60 bytes
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: support mailbox
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: add initialization
2019-10-07 Wei Hu (Xavier)net/hns3: support command interface with firmware
2019-10-07 Wei Hu (Xavier)net/hns3: add some definitions for data structure and...