netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2025-08-15 (ice, ixgbe, igc)
@ 2025-08-15 20:41 Tony Nguyen
  2025-08-15 20:41 ` [PATCH net 1/6] ice: fix NULL pointer dereference in ice_unplug_aux_dev() on reset Tony Nguyen
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Tony Nguyen @ 2025-08-15 20:41 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, andrew+netdev, netdev; +Cc: Tony Nguyen

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.

Jake fixes handling when hardware returns a 0 sized descriptor which can
cause pages to be leaked.

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.

The following are changes since commit 065c31f2c6915b38f45b1c817b31f41f62eaa774:
  rtase: Fix Rx descriptor CRC error bit definition
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

Jacob Keller (1):
  ice: fix Rx page leak on multi-buffer frames

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/ice/ice_txrx.c     | 81 ++++++++-----------
 drivers/net/ethernet/intel/ice/ice_txrx.h     |  1 -
 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 +-
 7 files changed, 72 insertions(+), 92 deletions(-)

-- 
2.47.1


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

end of thread, other threads:[~2025-08-21 16:27 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-15 20:41 [PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2025-08-15 (ice, ixgbe, igc) Tony Nguyen
2025-08-15 20:41 ` [PATCH net 1/6] ice: fix NULL pointer dereference in ice_unplug_aux_dev() on reset Tony Nguyen
2025-08-15 20:41 ` [PATCH net 2/6] ice: fix possible leak in ice_plug_aux_dev() error path Tony Nguyen
2025-08-15 20:41 ` [PATCH net 3/6] ice: fix Rx page leak on multi-buffer frames Tony Nguyen
2025-08-18 11:05   ` Jesper Dangaard Brouer
2025-08-19  0:38     ` Jacob Keller
2025-08-19 16:44       ` Jesper Dangaard Brouer
2025-08-19 19:53         ` Jacob Keller
2025-08-19 20:44           ` Tony Nguyen
2025-08-21 16:27           ` Jacob Keller
2025-08-15 20:42 ` [PATCH net 4/6] ixgbe: xsk: resolve the negative overflow of budget in ixgbe_xmit_zc Tony Nguyen
2025-08-15 20:42 ` [PATCH net 5/6] ixgbe: fix ndo_xdp_xmit() workloads Tony Nguyen
2025-08-15 20:42 ` [PATCH net 6/6] igc: fix disabling L1.2 PCI-E link substate on I226 on init Tony Nguyen

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).