public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2026-01-30 (ice, i40e)
@ 2026-01-30 18:53 Tony Nguyen
  2026-01-30 18:53 ` [PATCH net 1/5] ice: fix missing TX timestamps interrupts on E825 devices Tony Nguyen
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tony Nguyen @ 2026-01-30 18:53 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, andrew+netdev, netdev; +Cc: Tony Nguyen

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


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

end of thread, other threads:[~2026-02-03  2:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-30 18:53 [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2026-01-30 (ice, i40e) Tony Nguyen
2026-01-30 18:53 ` [PATCH net 1/5] ice: fix missing TX timestamps interrupts on E825 devices Tony Nguyen
2026-01-30 18:53 ` [PATCH net 2/5] ice: PTP: fix missing timestamps on E825 hardware Tony Nguyen
2026-01-30 18:53 ` [PATCH net 3/5] ice: Fix PTP NULL pointer dereference during VSI rebuild Tony Nguyen
2026-01-30 18:53 ` [PATCH net 4/5] ice: drop udp_tunnel_get_rx_info() call from ndo_open() Tony Nguyen
2026-01-30 18:53 ` [PATCH net 5/5] i40e: drop udp_tunnel_get_rx_info() call from i40e_open() Tony Nguyen
2026-02-03  2:30 ` [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2026-01-30 (ice, i40e) 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