]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'hns3-next'
authorDavid S. Miller <davem@davemloft.net>
Wed, 27 Dec 2017 15:42:41 +0000 (10:42 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Dec 2017 15:42:41 +0000 (10:42 -0500)
commit3712fde04d927d607300b6dacc43b857b49c3a20
treece46eabfd8e3d7377b884ea1f09ca2b0b597a6af
parent80e62414997fc860ba2e3544b5c17fb3bb912ea5
parent183b3e3e88de66333f397014934fba20bcf341df
Merge branch 'hns3-next'

Peng Li says:

====================
add some features and fix some bugs for HNS3 driver

This patchset adds some new feature support and fixes some bugs:
[Patch 1/17 - 5/17] add the support to modify/query the tqp number
through ethtool -L/l command, and also fix some related bugs for
change tqp number.
[Patch 6/17 - 9-17] add support vlan tag offload on tx&&rx direction
for pf, and fix some related bugs.
[patch 10/17 - 11/17] fix bugs for auto negotiation.
[patch 12/17] adds support for ethtool command set_pauseparam.
[patch 13/17 - 14/17] add support to update flow control settings after
autoneg.
[patch 15/17 - 17/17] fix some other bugs in net-next.

---
Change Log:
V4 -> V5:
1. change the name spelling of Peng Li.

V3 -> V4:
1. change the name spelling of Mingguang Qu and Jian Shen.

V2 -> V3:
1. order local variables requested by David Miller.
2. use "int" for index iteration loops requested by David Miller.

V1 -> V2:
1. fix the comments from Sergei Shtylyov.
====================

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