[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250819222000.3504873-1-anthony.l.nguyen@intel.com>
Date: Tue, 19 Aug 2025 15:19:54 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net,
kuba@...nel.org,
pabeni@...hat.com,
edumazet@...gle.com,
andrew+netdev@...n.ch,
netdev@...r.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>
Subject: [PATCH net v2 0/5][pull request] Intel Wired LAN Driver Updates 2025-08-15 (ice, ixgbe, igc)
For ice:
Emil adds a check to ensure auxiliary device was created before
tear down to prevent NULL a pointer dereference and adds an unroll error
path on auxiliary device creation to stop a possible memory leak.
For ixgbe:
Jason Xing corrects a condition in which improper decrement can cause
improper budget value.
Maciej extends down states in which XDP cannot transmit and excludes XDP
rings from Tx hang checks.
For igc:
VladikSS moves setting of hardware device information to allow for proper
check of device ID.
---
v2:
- Drop patch 'ice: fix Rx page leak on multi-buffer frames'
v1: https://lore.kernel.org/netdev/20250815204205.1407768-1-anthony.l.nguyen@intel.com/
The following are changes since commit 01792bc3e5bdafa171dd83c7073f00e7de93a653:
net: ti: icssg-prueth: Fix HSR and switch offload Enablement during firwmare reload.
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE
Emil Tantilov (2):
ice: fix NULL pointer dereference in ice_unplug_aux_dev() on reset
ice: fix possible leak in ice_plug_aux_dev() error path
Jason Xing (1):
ixgbe: xsk: resolve the negative overflow of budget in ixgbe_xmit_zc
Maciej Fijalkowski (1):
ixgbe: fix ndo_xdp_xmit() workloads
ValdikSS (1):
igc: fix disabling L1.2 PCI-E link substate on I226 on init
drivers/net/ethernet/intel/ice/ice.h | 1 +
drivers/net/ethernet/intel/ice/ice_idc.c | 29 +++++++++-------
drivers/net/ethernet/intel/igc/igc_main.c | 14 ++++----
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 34 ++++++-------------
drivers/net/ethernet/intel/ixgbe/ixgbe_xsk.c | 4 ++-
5 files changed, 39 insertions(+), 43 deletions(-)
--
2.47.1
Powered by blists - more mailing lists