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: <20241008230050.928245-1-anthony.l.nguyen@intel.com>
Date: Tue,  8 Oct 2024 16:00:38 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net,
	kuba@...nel.org,
	pabeni@...hat.com,
	edumazet@...gle.com,
	netdev@...r.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>
Subject: [PATCH net 0/7][pull request] Intel Wired LAN Driver Updates 2024-10-08 (ice, i40e, igb, e1000e)

This series contains updates to ice, i40e, igb, and e1000e drivers.

For ice:

Marcin allows driver to load, into safe mode, when DDP package is
missing or corrupted and adjusts the netif_is_ice() check to
account for when the device is in safe mode. He also fixes an
out-of-bounds issue when MSI-X are increased for VFs.

Wojciech clears FDB entries on reset to match the hardware state.

For i40e:

Aleksandr adds locking around MACVLAN filters to prevent memory leaks
due to concurrency issues.

For igb:

Mohamed Khalfella adds a check to not attempt to bring up an already
running interface on non-fatal PCIe errors.

For e1000e:

Vitaly changes board type for I219 to more closely match the hardware
and stop PHY issues.

The following are changes since commit 1fd9e4f257827d939cc627541f12fc4bdd979eb1:
  selftests: make kselftest-clean remove libynl outputs
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Aleksandr Loktionov (1):
  i40e: Fix macvlan leak by synchronizing access to mac_filter_hash

Marcin Szycik (3):
  ice: Fix entering Safe Mode
  ice: Fix netif_is_ice() in Safe Mode
  ice: Fix increasing MSI-X on VF

Mohamed Khalfella (1):
  igb: Do not bring the device up after non-fatal error

Vitaly Lifshits (1):
  e1000e: change I219 (19) devices to ADP

Wojciech Drewek (1):
  ice: Flush FDB entries before reset

 drivers/net/ethernet/intel/e1000e/hw.h        |  4 +--
 drivers/net/ethernet/intel/e1000e/netdev.c    |  4 +--
 drivers/net/ethernet/intel/i40e/i40e_main.c   |  1 +
 .../ethernet/intel/i40e/i40e_virtchnl_pf.c    |  2 ++
 .../net/ethernet/intel/ice/ice_eswitch_br.c   |  5 ++-
 .../net/ethernet/intel/ice/ice_eswitch_br.h   |  1 +
 drivers/net/ethernet/intel/ice/ice_main.c     | 31 ++++---------------
 drivers/net/ethernet/intel/ice/ice_sriov.c    | 11 +++++--
 drivers/net/ethernet/intel/ice/ice_vf_lib.c   |  2 +-
 .../ethernet/intel/ice/ice_vf_lib_private.h   |  1 -
 drivers/net/ethernet/intel/igb/igb_main.c     |  4 +++
 11 files changed, 31 insertions(+), 35 deletions(-)

-- 
2.42.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ