Merge branch 'net-hns3-some-code-optimizations-bugfixes'
authorDavid S. Miller <davem@davemloft.net>
Wed, 26 Jun 2019 15:59:15 +0000 (11:59 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 26 Jun 2019 15:59:15 +0000 (11:59 -0400)
commit1b2b01a779945f7371acabda1c73203e134dc16b
tree2996840949d8f43a62c76464c597f3c33ac78a92
parent2f8776f0c5d3a4359810b68402ea707421009362
parentbcf643c51434e1f7930e3b951a406eb63c4c71f6
Merge branch 'net-hns3-some-code-optimizations-bugfixes'

Huazhong Tan says:

====================
net: hns3: some code optimizations & bugfixes

This patch-set includes code optimizations and bugfixes for
the HNS3 ethernet controller driver.

[patch 1/11] fixes a selftest issue when doing autoneg.

[patch 2/11 - 3-11] adds two code optimizations about VLAN issue.

[patch 4/11] restores the MAC autoneg state after reset.

[patch 5/11 - 8/11] adds some code optimizations and bugfixes about
HW errors handling.

[patch 9/11 - 11/11] fixes some issues related to driver loading and
unloading.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>