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 Jul 2018 15:46:57 +0100
From:   Salil Mehta <salil.mehta@...wei.com>
To:     <davem@...emloft.net>
CC:     <salil.mehta@...wei.com>, <yisen.zhuang@...wei.com>,
        <lipeng321@...wei.com>, <mehta.salil@...src.net>,
        <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
        <linuxarm@...wei.com>
Subject: [PATCH net-next 0/9] Misc. cleanups for HNS3 ethernet driver

This patch-set presents some cleanups for HNS3 Ethernet Driver.

Jian Shen (9):
  net: hns3: Remove some redundant assignments
  net: hns3: Standardize the handle of return value
  net: hns3: Remove extra space and brackets
  net: hns3: Correct unreasonable code comments
  net: hns3: Use decimal for bit offset macros
  net: hns3: Modify inconsistent bit mask macros
  net: hns3: Fix misleading parameter name
  net: hns3: Remove unused struct member and definition
  net: hns3: Add SPDX tags to HNS3 PF driver

 drivers/net/ethernet/hisilicon/hns3/hnae3.c        |  10 +-
 drivers/net/ethernet/hisilicon/hns3/hnae3.h        |  10 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_dcbnl.c   |  10 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    |  14 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.h    |  10 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c |  10 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c |  14 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 103 ++++++--------
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.c |  10 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_dcb.h |  10 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 150 +++++++--------------
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h    |  42 +++---
 .../ethernet/hisilicon/hns3/hns3pf/hclge_mdio.c    |  10 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_mdio.h    |  10 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c  |  10 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.h  |  10 +-
 16 files changed, 136 insertions(+), 297 deletions(-)

-- 
2.7.4


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ