From mboxrd@z Thu Jan 1 00:00:00 1970 From: Salil Mehta Subject: [PATCH net-next 0/9] Misc bug fixes for HNS3 Ethernet driver Date: Tue, 1 May 2018 19:55:56 +0100 Message-ID: <20180501185605.9584-1-salil.mehta@huawei.com> Mime-Version: 1.0 Content-Type: text/plain Cc: , , , , , , To: Return-path: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org This patch-set presents some miscellaneous bug fixs and cleanups for HNS3 Ethernet Driver. Fuyun Liang (1): net: hns3: Fix to support autoneg only for port attached with phy Huazhong Tan (5): net: hns3: fix to correctly fetch l4 protocol outer header net: hns3: Fixes the out of bounds access in hclge_map_tqp net: hns3: Fixes the error legs in hclge_init_ae_dev function net: hns3: fix for phy_addr error in hclge_mac_mdio_config net: hns3: fix a dead loop in hclge_cmd_csq_clean Xi Wang (1): net: hns3: Remove packet statistics in the range of 8192~12287 Yunsheng Lin (2): net: hns3: Remove error log when getting pfc stats fails net: hns3: Fix for packet loss due wrong filter config in VLAN tbls drivers/net/ethernet/hisilicon/hns3/hns3_enet.c | 2 +- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c | 19 +++ .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c | 167 ++++++++++++++------- .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h | 20 ++- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c | 7 +- .../ethernet/hisilicon/hns3/hns3pf/hclge_mdio.c | 7 +- .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c | 5 +- 7 files changed, 153 insertions(+), 74 deletions(-) -- 2.7.4