net/hns3: support Tx push quick doorbell for performance
[dpdk.git] / drivers / net / hns3 / hns3_ethdev.c
2021-07-02 Chengwen Fengnet/hns3: support Tx push quick doorbell for performance
2021-07-02 Hongbo Zhengnet/hns3: remove unnecessary blank lines
2021-07-02 Huisong Linet/hns3: fix maximum queues on configuration failure
2021-07-02 Chengchang Tangnet/hns3: fix VLAN strip log
2021-07-02 Huisong Linet/hns3: fix fake queue rollback
2021-07-02 Huisong Linet/hns3: fix delay for waiting to stop Rx/Tx
2021-05-18 Huisong Linet/hns3: fix DCB configuration
2021-05-18 Huisong Linet/hns3: fix requested FC mode rollback
2021-05-11 Chengwen Fengnet/hns3: fail setting FEC if one bit mode is not supported
2021-05-11 David Marchandlog: register with standardized names
2021-05-04 Chengwen Fengnet/hns3: remove unused VMDq code
2021-05-04 Huisong Linet/hns3: fix MAC enable failure rollback
2021-04-29 Chengwen Fengnet/hns3: fix time delta calculation
2021-04-29 Chengwen Fengnet/hns3: log time delta in decimal format
2021-04-29 Chengwen Fengnet/hns3: support preferred burst size and queues in VF
2021-04-29 Huisong Linet/hns3: fix link speed when port is down
2021-04-29 Huisong Linet/hns3: fix link status when port is stopped
2021-04-27 Hongbo Zhengnet/hns3: disable MAC status report interrupt
2021-04-26 Min Hu (Connor)net/hns3: fix typos on comments
2021-04-26 Ferruh Yigitdrivers/net: fix FW version query
2021-04-20 Min Hu (Connor)net/hns3: ignore devargs parsing return
2021-04-20 Huisong Linet/hns3: move link speeds check to configure
2021-04-20 Chengwen Fengnet/hns3: fix flow director lock
2021-04-20 Huisong Linet/hns3: fix VMDq mode check
2021-04-20 Huisong Linet/hns3: fix DCB mode check
2021-04-19 Chengwen Fengnet/hns3: support masking device capability
2021-04-19 Hongbo Zhengnet/hns3: support RAS process in Kunpeng 930
2021-04-15 Huisong Linet/hns3: support fixed link speed
2021-04-15 Huisong Linet/hns3: support flow control autoneg for copper port
2021-04-15 Huisong Linet/hns3: support link speed autoneg for PF
2021-04-15 Huisong Linet/hns3: report speed capability for PF
2021-04-15 Huisong Linet/hns3: obtain supported speed for fiber port
2021-04-15 Huisong Linet/hns3: fix firmware compatibility configuration
2021-04-15 Huisong Linet/hns3: fix flow control mode
2021-04-15 Huisong Linet/hns3: fix supported speed of copper ports
2021-04-14 Chengchang Tangnet/hns3: fix use of command status enumeration
2021-04-13 Chengchang Tangnet/hns3: fix configure FEC when concurrent with reset
2021-04-13 Min Hu (Connor)net/hns3: fix rollback in PF init
2021-04-13 Chengwen Fengnet/hns3: simplify selecting Rx/Tx function
2021-04-13 Chengwen Fengnet/hns3: refactor PF LSC event report
2021-04-08 Huisong Linet/hns3: fix flow control exception
2021-04-08 Chengchang Tangnet/hns3: fix rollback after setting PVID failure
2021-04-08 Huisong Linet/hns3: fix some function names for copper media...
2021-04-08 Min Hu (Connor)net/hns3: fix copyright date
2021-04-08 Huisong Linet/hns3: support wait in link update
2021-04-06 Min Hu (Connor)net/hns3: update HiSilicon copyright syntax
2021-04-01 Min Hu (Connor)net/hns3: support IEEE 1588 PTP
2021-04-01 Min Hu (Connor)net/hns3: fix MTU config complexity
2021-03-30 Huisong Linet/hns3: fix link update when failed to get link info
2021-03-30 Chengchang Tangnet/hns3: fix Tx checksum for UDP packets with special...
2021-03-30 Huisong Linet/hns3: fix reporting undefined speed
2021-03-26 Thomas Monjalonethdev: replace callback getting filter operations
2021-03-23 Hongbo Zhengnet/hns3: support Rx descriptor status query
2021-03-23 Hongbo Zhengnet/hns3: support Tx descriptor status query
2021-03-23 Min Hu (Connor)net/hns3: support imissed stats for PF/VF
2021-03-23 Hongbo Zhengnet/hns3: delete redundant xstats RAS statistics
2021-03-23 Chengchang Tangnet/hns3: support outer UDP checksum
2021-03-23 Chengwen Fengnet/hns3: add runtime config to select IO burst function
2021-03-04 Hongbo Zhengnet/hns3: process MAC interrupt
2021-03-04 Huisong Linet/hns3: fix mbuf leakage
2021-03-04 Chengchang Tangnet/hns3: fix HW buffer size on MTU update
2021-03-04 Chengwen Fengnet/hns3: support Rx descriptor advanced layout
2021-03-04 Huisong Linet/hns3: support PF device with copper PHYs
2021-03-04 Huisong Linet/hns3: encapsulate port shaping interface
2021-03-04 Min Hu (Connor)net/hns3: add imissed packet stats
2021-03-04 Chengwen Fengnet/hns3: implement Tx mbuf free on demand
2021-03-04 Chengchang Tangnet/hns3: support module EEPROM dump
2021-02-04 Huisong Linet/hns3: validate requested maximum Rx frame length
2021-02-04 Chengchang Tangnet/hns3: use C11 atomics
2021-02-04 Lijun Ounet/hns3: fix RSS indirection table size
2021-02-04 Huisong Linet/hns3: fix link status change from firmware
2021-02-04 Huisong Linet/hns3: fix query order of link status and link info
2021-02-02 Chengwen Fengnet/hns3: support LSC event report
2021-01-29 Lijun Ounet/hns3: rename RSS functions
2021-01-29 Chengchang Tangnet/hns3: fix interrupt resources in Rx interrupt mode
2021-01-29 Lijun Ounet/hns3: fix memory leak on secondary process exit
2021-01-29 Lijun Ounet/hns3: refactor reset event report function
2021-01-29 Chengchang Tangnet/hns3: reconstruct Rx interrupt map
2021-01-29 Huisong Linet/hns3: move queue stats to xstats
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 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 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-13 Lijun Ounet/hns3: remove some blank lines
2020-11-13 Chengchang Tangnet/hns3: fix queue state after reset
2020-11-13 Hongbo Zhengnet/hns3: use correct logging format specifiers
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 Hongbo Zhengnet/hns3: fix unchecked return value
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-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
next