[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260130185401.1091523-1-anthony.l.nguyen@intel.com>
Date: Fri, 30 Jan 2026 10:53:53 -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>
Subject: [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2026-01-30 (ice, i40e)
This series contains updates to ice and i40e drivers.
Grzegorz and Jake resolve issues around timing for E825 that can cause Tx
timestamps to be missed/interrupts not generated on ice.
Aaron Ma defers restart of PTP work until after after VSIs are rebuilt
to prevent NULL pointer dereference for ice.
Mohammad Heib removes calls to udp_tunnel_get_rx_info() in ice and i40e
which violates locking expectations and is unneeded.
The following are changes since commit 31a7a0bbeb006bac2d9c81a2874825025214b6d8:
dpaa2-switch: add bounds check for if_id in IRQ handler
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE
Aaron Ma (1):
ice: Fix PTP NULL pointer dereference during VSI rebuild
Grzegorz Nitka (1):
ice: fix missing TX timestamps interrupts on E825 devices
Jacob Keller (1):
ice: PTP: fix missing timestamps on E825 hardware
Mohammad Heib (2):
ice: drop udp_tunnel_get_rx_info() call from ndo_open()
i40e: drop udp_tunnel_get_rx_info() call from i40e_open()
drivers/net/ethernet/intel/i40e/i40e_main.c | 1 -
drivers/net/ethernet/intel/ice/ice_main.c | 26 +--
drivers/net/ethernet/intel/ice/ice_ptp.c | 179 ++++++++++++--------
drivers/net/ethernet/intel/ice/ice_ptp.h | 18 +-
4 files changed, 136 insertions(+), 88 deletions(-)
--
2.47.1
Powered by blists - more mailing lists