public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2026-01-27 (ixgbe, ice)
@ 2026-01-27 22:30 Tony Nguyen
  2026-01-27 22:30 ` [PATCH net 1/4] ixgbe: fix memory leaks in the ixgbe_recovery_probe() path Tony Nguyen
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Tony Nguyen @ 2026-01-27 22:30 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, andrew+netdev, netdev; +Cc: Tony Nguyen

For ixgbe:
Kohei Enju adjusts the cleanup path on firmware error to resolve some
memory leaks and removes an instance of double init, free on ACI mutex.

For ice:
Aaron Ma adds NULL checks for q_vectors to avoid NULL pointer
dereference.

Jesse Brandeburg removes UDP checksum mismatch from being counted in Rx
errors.

The following are changes since commit e9acda52fd2ee0cdca332f996da7a95c5fd25294:
  bonding: fix use-after-free due to enslave fail after slave array update
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 10GbE

Aaron Ma (1):
  ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues

Jesse Brandeburg (1):
  ice: stop counting UDP csum mismatch as rx_errors

Kohei Enju (2):
  ixgbe: fix memory leaks in the ixgbe_recovery_probe() path
  ixgbe: don't initialize aci lock in ixgbe_recovery_probe()

 drivers/net/ethernet/intel/ice/ice_lib.c      | 10 ++++---
 drivers/net/ethernet/intel/ice/ice_main.c     |  1 -
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 26 +++++++------------
 3 files changed, 16 insertions(+), 21 deletions(-)

-- 
2.47.1


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

end of thread, other threads:[~2026-01-29  4:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-27 22:30 [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2026-01-27 (ixgbe, ice) Tony Nguyen
2026-01-27 22:30 ` [PATCH net 1/4] ixgbe: fix memory leaks in the ixgbe_recovery_probe() path Tony Nguyen
2026-01-27 22:30 ` [PATCH net 2/4] ixgbe: don't initialize aci lock in ixgbe_recovery_probe() Tony Nguyen
2026-01-27 22:30 ` [PATCH net 3/4] ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues Tony Nguyen
2026-01-27 22:30 ` [PATCH net 4/4] ice: stop counting UDP csum mismatch as rx_errors Tony Nguyen
2026-01-28  6:35   ` [Intel-wired-lan] " Loktionov, Aleksandr
2026-01-29  4:10 ` [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2026-01-27 (ixgbe, ice) 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