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, 29 Oct 2021 13:45:33 -0700
From:   Tony Nguyen <anthony.l.nguyen@...el.com>
To:     davem@...emloft.net, kuba@...nel.org
Cc:     Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org
Subject: [PATCH net-next 0/7][pull request] 100GbE Intel Wired LAN Driver Updates 2021-10-29

This series contains updates to ice and iavf drivers and virtchnl header
file.

Brett removes vlan_promisc argument from a function call for ice driver.
In the virtchnl header file he removes an unused, reserved define and
converts raw value defines to instead use the BIT macro.

Marcin adds syncing of MAC addresses when creating switchdev VFs to
remove error messages on link up and stops showing buffer information
for port representors to remove duplicated entries being displayed for
ice driver.

Karen introduces a helper to go from pci_dev to iavf_adapter in the
iavf driver.

Przemyslaw fixes an issue where iavf was attempting to free IRQs before
calling disable.

The following are changes since commit 28131d896d6d316bc1f6f305d1a9ed6d96c3f2a1:
  Merge tag 'wireless-drivers-next-2021-10-29' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Brett Creeley (3):
  ice: Remove boolean vlan_promisc flag from function
  virtchnl: Remove unused VIRTCHNL_VF_OFFLOAD_RSVD define
  virtchnl: Use the BIT() macro for capability/offload flags

Karen Sornek (1):
  iavf: Add helper function to go from pci_dev to adapter

Marcin Szycik (2):
  ice: Clear synchronized addrs when adding VFs in switchdev mode
  ice: Hide bus-info in ethtool for PRs in switchdev mode

Przemyslaw Patynowski (1):
  iavf: Fix kernel BUG in free_msi_irqs

 drivers/net/ethernet/intel/iavf/iavf.h        | 36 +++++++++++++++
 drivers/net/ethernet/intel/iavf/iavf_main.c   | 44 ++++++++++++++++---
 drivers/net/ethernet/intel/ice/ice_eswitch.c  |  6 +++
 drivers/net/ethernet/intel/ice/ice_ethtool.c  |  7 +--
 drivers/net/ethernet/intel/ice/ice_lib.c      |  7 +--
 drivers/net/ethernet/intel/ice/ice_lib.h      |  2 +-
 drivers/net/ethernet/intel/ice/ice_main.c     | 12 ++---
 .../net/ethernet/intel/ice/ice_virtchnl_pf.c  |  9 ++--
 include/linux/avf/virtchnl.h                  | 41 +++++++++--------
 9 files changed, 118 insertions(+), 46 deletions(-)

-- 
2.31.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ