blob: 74a4bd4e4f33c41f51d089c7218e9de887b750e3 [file] [log] [blame]
b20d7fe51e0d ("net: hns3: add some statitics info to tx process")
eb977d996e93 ("net: hns3: clean up for vlan handling in hns3_fill_desc_vtags")
f96315f2f17e ("net: hns3: fix __QUEUE_STATE_STACK_XOFF not cleared issue")
3a30964a2eef ("net: hns3: delay ring buffer clearing during reset")
9b2f3477d1ed ("net: hns3: fix some coding style issues")
2a0bfc36183c ("net: hns3: use HCLGE_STATE_ROCE_REGISTERED to indicate PF ROCE client has registered")
bd9109c9b1f3 ("net: hns3: use HCLGE_STATE_NIC_REGISTERED to indicate PF NIC client has registered")
ffab9691bcb2 ("net: hns3: initialize CPU reverse mapping")
845e0d1d5290 ("net: hns3: some cleanup for struct hns3_enet_ring")
757cd1e4a4d8 ("net: hns3: combine len and checksum handling for inner and outer header.")
07918fcde144 ("net: hns3: refactor BD filling for l2l3l4 info")
3d5f37418952 ("net: hns3: unify maybe_stop_tx for TSO and non-TSO case")
bb87be87b165 ("net: hns3: Add support for netif message level settings")
d474d88f8826 ("net: hns3: add hns3_gro_complete for HW GRO process")
a4d2cdcbb878 ("net: hns3: minor refactor for hns3_rx_checksum")
44e626f720c3 ("net: hns3: fix VLAN offload handle for VLAN inserted by port")
5f543a54eec0 ("net: hns3: fix for not calculating tx bd num correctly")
e8149933b1fa ("net: hns3: remove hnae3_get_bit in data path")
cde4ffada829 ("net: hns3: replace hnae3_set_bit and hnae3_set_field in data path")
0cccebac710a ("net: hns3: add unlikely for error handling in data path")
d40fa7eeab55 ("net: hns3: remove some ops in struct hns3_nic_ops")
47e7b13b0aff ("net: hns3: limit some variable scope in critical data path")
3fe13ed95dd3 ("net: hns3: avoid mult + div op in critical data path")
c8a8045b2d0a ("net: hns3: Fix NULL deref when unloading driver")
1a6e552df33c ("net: hns3: reuse the definition of l3 and l4 header info union")
51e8439f3496 ("net: hns3: add 8 BD limit for tx flow")
217e288c9718 ("net: hns3: don't update packet statistics for packets dropped by hardware")
d3ec4ef66937 ("net: hns3: refactor the statistics updating for netdev")
c376fa1aae63 ("net: hns3: add rx multicast packets statistic")
672ad0ede179 ("net: hns3: fix user configuration loss for ethtool -L")
af95882728e3 ("net: hns3: remove redundant codes in hclge_knic_setup")
39cfbc9c4fc4 ("net: hns3: reset tqp while doing DOWN operation")
8cdb992f0dc3 ("net: hns3: refine the handle for hns3_nic_net_open/stop()")
ae6017a71115 ("net: hns3: fix incomplete uninitialization of IRQ in the hns3_nic_uninit_vector_data()")
0c29d1912b81 ("net: hns3: Add "queue map" information query function")
122bedc56a6c ("net: hns3: Add "bd info" query function")
630ba007f475 ("net: hns3: add handling of RDMA RAS errors")
c3529177db47 ("net: hns3: handle hw errors of SSU")
f69b10b317f9 ("net: hns3: handle hw errors of PPU(RCB)")
8fc9d3e3b46b ("net: hns3: handle hw errors of PPP PF")
7838f908e251 ("net: hns3: add handling of hw errors of MAC")
f6162d44126c ("net: hns3: add handling of hw errors reported through MSIX")
332fbf576579 ("net: hns3: add handling of hw ras errors using new set of commands")
481a626a603d ("net: hns3: add optimization in the hclge_hw_error_set_state")
381c356e9566 ("net: hns3: rename process_hw_error function")
166b04c3ee31 ("net: hns3: deletes unnecessary settings of the descriptor data")
f3fa4a94dbc2 ("net: hns3: re-enable error interrupts on hw reset")
98da4027afa6 ("net: hns3: rename enable error interrupt functions")
fe0f7d698d5d ("net: hns3: remove existing process error functions and reorder hw_blk table")
1600c3e5f23e ("net: hns3: Support "ethtool -d" for HNS3 VF driver")