[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260107000648.1861994-1-anthony.l.nguyen@intel.com>
Date: Tue, 6 Jan 2026 16:06:32 -0800
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>,
emil.s.tantilov@...el.com
Subject: [PATCH net 00/13][pull request] Intel Wired LAN Driver Updates 2026-01-06 (idpf)
This series contains updates to idpf driver only.
Emil fixes issues related to resets; among them timeouts, NULL pointer
dereferences, and memory leaks.
Sreedevi resolves issues around RSS; mainly involving operations when
the interface is down and resets. She also addresses some incomplete
cleanups for ntuple filters and interrupts.
Erik fixes incomplete output of ntuple filters.
Josh sets restriction of Rx buffer size to follow hardware restrictions.
Larysa adds check to prevent NULL pointer dereference when RDMA is not
enabled.
---
Note: Patch 3 may be flagged by AI review may as a possible NULL pointer
dereference on the netdev, however, with patch 1 and 5 the netdevs are not
passed to the service task as NULL [1].
[1] https://lore.kernel.org/intel-wired-lan/3e9dc8fd-9052-4c53-ba40-5904306d09fb@intel.com/
The following are changes since commit 238e03d0466239410b72294b79494e43d4fabe77:
net: fix memory leak in skb_segment_list for GRO packets
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 200GbE
Emil Tantilov (5):
idpf: keep the netdev when a reset fails
idpf: detach and close netdevs while handling a reset
idpf: fix memory leak in idpf_vport_rel()
idpf: fix memory leak in idpf_vc_core_deinit()
idpf: fix error handling in the init_task on load
Erik Gabriel Carrillo (1):
idpf: fix issue with ethtool -n command display
Joshua Hay (1):
idpf: cap maximum Rx buffer size
Larysa Zaremba (1):
idpf: fix aux device unplugging when rdma is not supported by vport
Sreedevi Joshi (5):
idpf: fix memory leak of flow steer list on rmmod
idpf: Fix RSS LUT NULL pointer crash on early ethtool operations
idpf: Fix RSS LUT configuration on down interfaces
idpf: Fix RSS LUT NULL ptr issue after soft reset
idpf: Fix error handling in idpf_vport_open()
drivers/net/ethernet/intel/idpf/idpf.h | 7 +-
.../net/ethernet/intel/idpf/idpf_ethtool.c | 92 ++++--
drivers/net/ethernet/intel/idpf/idpf_idc.c | 2 +-
drivers/net/ethernet/intel/idpf/idpf_lib.c | 274 ++++++++++--------
drivers/net/ethernet/intel/idpf/idpf_txrx.c | 46 ++-
drivers/net/ethernet/intel/idpf/idpf_txrx.h | 6 +-
.../net/ethernet/intel/idpf/idpf_virtchnl.c | 13 +-
7 files changed, 256 insertions(+), 184 deletions(-)
--
2.47.1
Powered by blists - more mailing lists