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:   Mon, 9 Oct 2017 15:43:54 +0800
From:   Yunsheng Lin <linyunsheng@...wei.com>
To:     <davem@...emloft.net>
CC:     <huangdaode@...ilicon.com>, <xuwei5@...ilicon.com>,
        <liguozhu@...ilicon.com>, <Yisen.Zhuang@...wei.com>,
        <gabriele.paoloni@...wei.com>, <john.garry@...wei.com>,
        <linuxarm@...wei.com>, <yisen.zhuang@...wei.com>,
        <salil.mehta@...wei.com>, <lipeng321@...wei.com>,
        <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: [PATCH net-next 0/7] A few cleanup for hns3 ethernet driver

This patchset contains a few cleanup for hns3 ethernet driver.
No functional change intended.

Yunsheng Lin (7):
  net: hns3: Cleanup for shifting true in hns3 driver
  net: hns3: Add hns3_get_handle macro in hns3 driver
  net: hns3: Cleanup indentation for Kconfig in the the hisilicon folder
  net: hns3: Consistently using GENMASK in hns3 driver
  net: hns3: Cleanup for struct that used to send cmd to firmware
  net: hns3: Cleanup for endian issue in hns3 driver
  net: hns3: Cleanup for non-static function in hns3 driver

 drivers/net/ethernet/hisilicon/Kconfig             |   6 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c |  16 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.h | 130 +++----
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 385 +++++++++++----------
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h    |   4 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_tm.c  |  26 +-
 .../ethernet/hisilicon/hns3/hns3pf/hns3_dcbnl.c    |  18 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hns3_enet.c |  61 +---
 .../net/ethernet/hisilicon/hns3/hns3pf/hns3_enet.h |   3 +
 .../ethernet/hisilicon/hns3/hns3pf/hns3_ethtool.c  |  42 +--
 10 files changed, 344 insertions(+), 347 deletions(-)

-- 
1.9.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ