lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1629976921-43438-1-git-send-email-huangguangbin2@huawei.com>
Date:   Thu, 26 Aug 2021 19:21:54 +0800
From:   Guangbin Huang <huangguangbin2@...wei.com>
To:     <davem@...emloft.net>, <kuba@...nel.org>
CC:     <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        <lipeng321@...wei.com>, <huangguangbin2@...wei.com>
Subject: [PATCH net 0/7] net: hns3: add some fixes for -net

This series adds some fixes for the HNS3 ethernet driver.

Guangbin Huang (1):
  net: hns3: fix get wrong pfc_en when query PFC configuration

Guojia Liao (1):
  net: hns3: fix duplicate node in VLAN list

Yonglong Liu (1):
  net: hns3: fix speed unknown issue in bond 4

Yufeng Mo (4):
  net: hns3: clear hardware resource when loading driver
  net: hns3: add waiting time before cmdq memory is released
  net: hns3: change the method of getting cmd index in debugfs
  net: hns3: fix GRO configuration error after reset

 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.c | 14 +++---
 drivers/net/ethernet/hisilicon/hns3/hns3_debugfs.h |  1 +
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c |  6 ++-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h |  4 ++
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.c | 13 +-----
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 52 +++++++++++++++++++---
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h    |  1 +
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.c   |  7 ++-
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.h   |  1 +
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  | 21 ++++++---
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h  |  2 +
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_mbx.c   |  2 +-
 12 files changed, 90 insertions(+), 34 deletions(-)

-- 
2.8.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ