net/virtio-user: fix status management
[dpdk.git] / drivers / net / hns3 /
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...
2020-04-21 Chengchang Tangnet/hns3: fix default VLAN filter configuration for PF
2020-04-21 Lijun Ounet/hns3: fix RSS key length
2020-04-21 Lijun Ounet/hns3: add RSS hash offload to capabilities
2020-04-21 Chengwen Fengnet/hns3: clear residual flow rules on init
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 Chengwen Fengnet/hns3: fix return value of setting VLAN offload
2020-04-21 Min Hu (Connor)net/hns3: fix mailbox opcode data type
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 Chengwen Fengnet/hns3: fix crash when flushing RSS flow rules with FLR
2020-04-21 Chengwen Fengnet/hns3: fix default error code of command interface
2020-04-21 Chengwen Fengnet/hns3: fix packets offload features flags in Rx
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-04-16 Thomas Monjalonreplace alignment attributes
2020-04-14 Pavan Nikhileshbuild: disable experimental API check internally
2020-03-18 Chengchang Tangnet/hns3: fix promiscuous mode for PF
2020-03-18 Chengchang Tangnet/hns3: support promiscuous and allmulticast mode...
2020-03-18 Chengchang Tangnet/hns3: remove restriction on setting VF MTU
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 Lijun Ounet/hns3: remove unnecessary input parameter check
2020-01-17 Chengwen Fengnet/hns3: replace memory barrier with data dependency...
2020-01-17 Chengwen Fengnet/hns3: fix triggering reset procedure in slave process
2020-01-17 Wei Hu (Xavier)net/hns3: fix link status on failed query
2020-01-17 Wei Hu (Xavier)net/hns3: fix dumping VF register information
2020-01-17 Wei Hu (Xavier)net/hns3: fix ring vector related mailbox command format
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: add free threshold in Rx
2020-01-17 Wei Hu (Xavier)net/hns3: remove one IO barrier in Rx
2020-01-17 Yisen Zhuangnet/hns3: reduce judgements of free Tx ring space
2020-01-17 Wei Hu (Xavier)net/hns3: support setting VF MAC address by PF driver
2020-01-17 Wei Hu (Xavier)net/hns3: support different numbers of Rx and Tx queues
2020-01-17 Hao Chennet/hns3: remove unused constants
2020-01-17 Wei Hu (Xavier)net/hns3: remove unnecessary assignments in Tx
2020-01-17 Wei Hu (Xavier)net/hns3: remove useless variable initializations
2020-01-17 Hao Chennet/hns3: remove redundant stats reset
2020-01-17 Hao Chennet/hns3: optimize default RSS algorithm
2020-01-17 Huisong Linet/hns3: remove custom macro for minimum length
2020-01-17 Wei Hu (Xavier)net/hns3: modify return value of enable MSI-X
2020-01-17 Hongbo Zhengnet/hns3: get link state change through mailbox
2020-01-17 Hao Chennet/hns3: support Rx interrupt
2019-11-26 Wei Hu (Xavier)net/hns3: fix checking enough Tx BDs
2019-11-26 Min Hu (Connor)net/hns3: fix duplicated VLAN entry
2019-11-26 Huisong Linet/hns3: fix VF link status
2019-11-26 Chengchang Tangnet/hns3: fix mailbox response length
2019-11-26 Wei Hu (Xavier)net/hns3: fix sending packets less than 60 bytes
2019-11-26 Wei Hu (Xavier)net/hns3: fix VF configuration after abnormal exit
2019-11-26 Hao Chennet/hns3: fix RSS hardware configuration restore
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-10-25 Chunsong Fengnet/hns3: fix FLR reset
2019-10-25 Hongbo Zhengnet/hns3: fix error code for firmware timeout
next