netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/7][pull request] Intel Wired LAN Driver Updates 2024-10-08 (ice, i40e, igb, e1000e)
@ 2024-10-08 23:00 Tony Nguyen
  2024-10-08 23:00 ` [PATCH net 1/7] ice: Fix entering Safe Mode Tony Nguyen
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Tony Nguyen @ 2024-10-08 23:00 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev; +Cc: Tony Nguyen

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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-10-10  3:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-08 23:00 [PATCH net 0/7][pull request] Intel Wired LAN Driver Updates 2024-10-08 (ice, i40e, igb, e1000e) Tony Nguyen
2024-10-08 23:00 ` [PATCH net 1/7] ice: Fix entering Safe Mode Tony Nguyen
2024-10-09 14:51   ` Fijalkowski, Maciej
2024-10-08 23:00 ` [PATCH net 2/7] ice: Fix netif_is_ice() in " Tony Nguyen
2024-10-08 23:00 ` [PATCH net 3/7] ice: Flush FDB entries before reset Tony Nguyen
2024-10-08 23:00 ` [PATCH net 4/7] ice: Fix increasing MSI-X on VF Tony Nguyen
2024-10-08 23:00 ` [PATCH net 5/7] i40e: Fix macvlan leak by synchronizing access to mac_filter_hash Tony Nguyen
2024-10-08 23:00 ` [PATCH net 6/7] igb: Do not bring the device up after non-fatal error Tony Nguyen
2024-10-08 23:00 ` [PATCH net 7/7] e1000e: change I219 (19) devices to ADP Tony Nguyen
2024-10-10  3:10 ` [PATCH net 0/7][pull request] Intel Wired LAN Driver Updates 2024-10-08 (ice, i40e, igb, e1000e) patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).