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]
Date:   Thu, 19 Dec 2019 14:57:39 +0800
From:   Huazhong Tan <tanhuazhong@...wei.com>
To:     <davem@...emloft.net>
CC:     <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        <salil.mehta@...wei.com>, <yisen.zhuang@...wei.com>,
        <linuxarm@...wei.com>, <jakub.kicinski@...ronome.com>,
        Huazhong Tan <tanhuazhong@...wei.com>
Subject: [PATCH net-next 0/8] net: hns3: misc updates for -net-next

This series includes some misc updates for the HNS3 ethernet driver.

[patch 1] adds FE bit check before calling hns3_add_frag().
[patch 2] removes an unnecessary lock.
[patch 3] adds a little optimization for CMDQ uninitialization.
[patch 4] refactors the dump of FD tcams.
[patch 5] implements ndo_features_check ops.
[patch 6] adds some VF VLAN information for command "ip link show".
[patch 7] adds a debug print.
[patch 8] modifies the timing of print misc interrupt status when
handling hardware error event.

Huazhong Tan (5):
  net: hns3: remove useless mutex vport_cfg_mutex in the struct
    hclge_dev
  net: hns3: optimization for CMDQ uninitialization
  net: hns3: add some VF VLAN information for command "ip link show"
  net: hns3: add a log for getting chain failure in
    hns3_nic_uninit_vector_data()
  net: hns3: only print misc interrupt status when handling fails

Yufeng Mo (1):
  net: hns3: get FD rules location before dump in debugfs

Yunsheng Lin (2):
  net: hns3: check FE bit before calling hns3_add_frag()
  net: hns3: implement ndo_features_check ops for hns3 driver

 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    | 85 +++++++++++++---------
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c | 16 +---
 .../ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c | 74 +++++++++++++++++--
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 21 +++---
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h    |  2 -
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c |  2 -
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_cmd.c   |  2 +-
 7 files changed, 130 insertions(+), 72 deletions(-)

-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ