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]
Message-Id: <20211215193434.3253664-1-anthony.l.nguyen@intel.com>
Date:   Wed, 15 Dec 2021 11:34:29 -0800
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 0/5][pull request] Intel Wired LAN Driver Updates 2021-12-15

This series contains updates to igb, igbvf, igc and ixgbe drivers.

Karen moves checks for invalid VF MAC filters to occur earlier for
igb.

Letu Ren fixes a double free issue in igbvf probe.

Sasha fixes incorrect min value being used when calculating for max for
igc.

Robert Schlabbach adds documentation on enabling NBASE-T support for
ixgbe.

Cyril Novikov adds missing initialization of MDIO bus speed for ixgbe.

The following are changes since commit 1d1c950faa81e1c287c9e14f307f845b190eb578:
  Merge tag 'wireless-drivers-2021-12-15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 1GbE

Cyril Novikov (1):
  ixgbe: set X550 MDIO speed before talking to PHY

Karen Sornek (1):
  igb: Fix removal of unicast MAC filters of VFs

Letu Ren (1):
  igbvf: fix double free in `igbvf_probe`

Robert Schlabbach (1):
  ixgbe: Document how to enable NBASE-T support

Sasha Neftin (1):
  igc: Fix typo in i225 LTR functions

 .../device_drivers/ethernet/intel/ixgbe.rst   | 16 +++++++++++
 drivers/net/ethernet/intel/igb/igb_main.c     | 28 +++++++++----------
 drivers/net/ethernet/intel/igbvf/netdev.c     |  1 +
 drivers/net/ethernet/intel/igc/igc_i225.c     |  2 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |  4 +++
 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c |  3 ++
 6 files changed, 39 insertions(+), 15 deletions(-)

-- 
2.31.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ