mbox series

[net,0/4,pull,request] Intel Wired LAN Driver Updates 2025-03-05 (ice)

Message ID 20250305213549.1514274-1-anthony.l.nguyen@intel.com (mailing list archive)
Headers show
Series Intel Wired LAN Driver Updates 2025-03-05 (ice) | expand

Message

Tony Nguyen March 5, 2025, 9:35 p.m. UTC
This series contains updates to ice driver.

Larysa removes modification of destination override that caused LLDP
packets to be blocked.

Grzegorz fixes a memory leak in aRFS.

Marcin resolves an issue with operation of switchdev and LAG.

Przemek adjusts order of calls for registering devlink in relation to
health reporters.

The following are changes since commit 3c9231ea6497dfc50ac0ef69fff484da27d0df66:
  net-timestamp: support TCP GSO case for a few missing flags
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Grzegorz Nitka (1):
  ice: fix memory leak in aRFS after reset

Larysa Zaremba (1):
  ice: do not configure destination override for switchdev

Marcin Szycik (1):
  ice: Fix switchdev slow-path in LAG

Przemek Kitszel (1):
  ice: register devlink prior to creating health reporters

 drivers/net/ethernet/intel/ice/ice_arfs.c    |  2 +-
 drivers/net/ethernet/intel/ice/ice_eswitch.c |  6 -----
 drivers/net/ethernet/intel/ice/ice_lag.c     | 27 ++++++++++++++++++++
 drivers/net/ethernet/intel/ice/ice_lib.c     | 18 -------------
 drivers/net/ethernet/intel/ice/ice_lib.h     |  4 ---
 drivers/net/ethernet/intel/ice/ice_main.c    |  4 +--
 drivers/net/ethernet/intel/ice/ice_txrx.c    |  4 ++-
 7 files changed, 33 insertions(+), 32 deletions(-)