From: David S. Miller Date: Wed, 27 Dec 2017 15:42:41 +0000 (-0500) Subject: Merge branch 'hns3-next' X-Git-Tag: v4.19~1702^2~288 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8038befceccaacf4cf6e8bbd4fac4bbdbcb58f8;p=platform%2Fkernel%2Flinux-rpi3.git 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 --- a8038befceccaacf4cf6e8bbd4fac4bbdbcb58f8