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:   Fri, 1 Jun 2018 17:52:00 +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 00/11] Misc. bug fixes & optimizations for HNS3 driver

This patch-set presents some bug fixes found out during the internal
review and system testing and some small optimizations.

Jian Shen (2):
  net: hns3: Add repeat address checking for setting mac address
  net: hns3: Fix setting mac address error

Peng Li (1):
  net: hns3: Add support for IFF_ALLMULTI flag

Xi Wang (2):
  net: hns3: Optimize the PF's process of updating multicast MAC
  net: hns3: Optimize the VF's process of updating multicast MAC

Yunsheng Lin (6):
  net: hns3: Disable vf vlan filter when vf vlan table is full
  net: hns3: Fix for service_task not running problem after resetting
  net: hns3: Fix for hclge_reset running repeatly problem
  net: hns3: Fix for phy not link up problem after resetting
  net: hns3: Add missing break in misc_irq_handle
  net: hns3: Fix for vxlan tx checksum bug

 drivers/net/ethernet/hisilicon/hns3/hclge_mbx.h    |   2 +
 drivers/net/ethernet/hisilicon/hns3/hnae3.h        |   4 +-
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    |  60 +++++-
 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c |   2 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 205 +++++++++++++++++----
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h    |  12 +-
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_mbx.c |  63 ++++++-
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  | 140 +++++++++++++-
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h  |   4 +
 9 files changed, 441 insertions(+), 51 deletions(-)

-- 
2.7.4


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ