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:   Sun, 18 Nov 2018 03:19:09 +0000
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/5] net: hns3: Add vf mtu support

This patchset adds vf mtu support to HNS3 driver.

Yunsheng Lin (5):
  net: hns3: Support two vlan header when setting mtu
  net: hns3: Refactor mac mtu setting related functions
  net: hns3: Add vport alive state checking support
  net: hns3: Add mtu setting support for vf
  net: hns3: up/down netdev in hclge module when setting mtu

 .../net/ethernet/hisilicon/hns3/hclge_mbx.h   |   3 +
 drivers/net/ethernet/hisilicon/hns3/hnae3.h   |   6 +
 .../net/ethernet/hisilicon/hns3/hns3_enet.c   |  39 +++--
 .../net/ethernet/hisilicon/hns3/hns3_enet.h   |   5 +-
 .../hisilicon/hns3/hns3pf/hclge_main.c        | 148 ++++++++++++++----
 .../hisilicon/hns3/hns3pf/hclge_main.h        |  16 +-
 .../hisilicon/hns3/hns3pf/hclge_mbx.c         |  49 ++++++
 .../hisilicon/hns3/hns3vf/hclgevf_main.c      |  76 ++++++++-
 .../hisilicon/hns3/hns3vf/hclgevf_main.h      |   2 +
 9 files changed, 295 insertions(+), 49 deletions(-)

-- 
2.17.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ