Comment 2 for bug 1859261

Revision history for this message
Ike Panhc (ikepanhc) wrote :

These patches can be found in v5.4..v5.5-rc6 but are not yet backported to focal

net: hns3: fix VF ID issue for setting VF VLAN
net: hns3: fix a use after free problem in hns3_nic_maybe_stop_tx()
net: hns3: fix for TX queue not restarted problem
net: hns3: remove unused macros
net: hns3: cleanup byte order issues when printed
net: hns3: cleanup some print format warning
net: hns3: add or modify some comments
net: hns3: optimize local variable initialization
net: hns3: cleanup a format-truncation warning
net: hns3: cleanup some coding style issues
net: hns3: cleanup some magic numbers
net: hns3: dump some debug information when reset fail
net: hns3: do not allocate linear data for fraglist skb
net: hns3: minor cleanup for hns3_handle_rx_bd()
net: hns3: make struct hns3_enet_ring cacheline aligned
net: hns3: introduce ring_to_netdev() in enet module
net: hns3: minor optimization for barrier in IO path
net: hns3: optimized MAC address in management table.
net: hns3: remove struct hns3_nic_ring_data in hns3_enet module
net: hns3: support tx-scatter-gather-fraglist feature
net: hns3: add support for configuring VF MAC from the host
net: hns3: add support for configuring bandwidth of VF on the host
net: hns3: add support for setting VF trust
net: hns3: add support for spoof check setting
net: hns3: add support for setting VF link status on the host
net: hns3: make array tick_array static, makes object smaller