[PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2026-09-08 (idpf, ice)
From: Tony Nguyen <anthony.l.nguyen@intel.com>
Date: 2026-09-08 21:45:09
For idpf: Myeonghun Pak adds calls to disable DIM work and PTM to allow for proper cleanup. Josh adds check, and adjustment, for VLAN headers when processing RSC packets. For ice: Jake adds call to xa_destroy for xarray sched_node_ids; also moving it from port_info struct to ice_hw to simplify its lifecycle management. Jakub Kicinski stores trace event data as scalars instead of dereferencing pointers in TP_printk(), preventing use-after-free issues during event printing and eliminating double-dereference warnings. The following are changes since commit e0554c6276da957b6e72849520c70a97404cd1ae: Merge branch 'net-ethernet-cortina-fix-rx-budget-accounting' and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 200GbE Jacob Keller (1): ice: add missing xa_destroy for sched_node_ids Jakub Kicinski (1): eth: ice: don't dereference pointers from TP_printk() Joshua Hay (1): idpf: account for VLAN header when parsing RSC packet header Myeonghun Pak (2): idpf: disable DIM work before freeing q_vectors idpf: disable PTM on probe failure and on remove drivers/net/ethernet/intel/ice/ice_common.c | 9 ++- drivers/net/ethernet/intel/ice/ice_sched.c | 4 +- drivers/net/ethernet/intel/ice/ice_trace.h | 64 ++++++++++++++------- drivers/net/ethernet/intel/ice/ice_type.h | 2 +- drivers/net/ethernet/intel/idpf/idpf_main.c | 5 ++ drivers/net/ethernet/intel/idpf/idpf_txrx.c | 34 +++++++++-- 6 files changed, 86 insertions(+), 32 deletions(-) -- 2.47.1