All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2025-02-11 (idpf, ixgbe, igc)
@ 2025-02-11 21:43 Tony Nguyen
  2025-02-11 21:43 ` [PATCH net 1/6] idpf: fix handling rsc packet with a single segment Tony Nguyen
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Tony Nguyen @ 2025-02-11 21:43 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, andrew+netdev, netdev; +Cc: Tony Nguyen

For idpf:

Sridhar fixes a couple issues in handling of RSC packets.

Josh adds a call to set_real_num_queues() to keep queue count in sync.

For ixgbe:

Piotr removes missed IS_ERR() removal when ERR_PTR usage was removed.

For igc:

Zdenek Bouska fixes reporting of Rx timestamp with AF_XDP.

Siang sets buffer type on empty frame to ensure proper handling.

The following are changes since commit 44ce3511c21c6ba87a719a0b9f140822cc1cc00b:
  Merge tag 'batadv-net-pullrequest-20250207' of git://git.open-mesh.org/linux-merge
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 200GbE

Joshua Hay (1):
  idpf: call set_real_num_queues in idpf_open

Piotr Kwapulinski (1):
  ixgbe: Fix possible skb NULL pointer dereference

Song Yoong Siang (1):
  igc: Set buffer type for empty frames in igc_init_empty_frame

Sridhar Samudrala (2):
  idpf: fix handling rsc packet with a single segment
  idpf: record rx queue in skb for RSC packets

Zdenek Bouska (1):
  igc: Fix HW RX timestamp when passed by ZC XDP

 drivers/net/ethernet/intel/idpf/idpf_lib.c    |  5 +++++
 drivers/net/ethernet/intel/idpf/idpf_txrx.c   |  5 +----
 drivers/net/ethernet/intel/igc/igc_main.c     | 22 +++++++++++--------
 drivers/net/ethernet/intel/ixgbe/ixgbe_main.c |  2 +-
 4 files changed, 20 insertions(+), 14 deletions(-)

-- 
2.47.1


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

end of thread, other threads:[~2025-02-13  4:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-11 21:43 [PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2025-02-11 (idpf, ixgbe, igc) Tony Nguyen
2025-02-11 21:43 ` [PATCH net 1/6] idpf: fix handling rsc packet with a single segment Tony Nguyen
2025-02-11 21:43 ` [PATCH net 2/6] idpf: record rx queue in skb for RSC packets Tony Nguyen
2025-02-11 21:43 ` [PATCH net 3/6] idpf: call set_real_num_queues in idpf_open Tony Nguyen
2025-02-11 21:43 ` [PATCH net 4/6] ixgbe: Fix possible skb NULL pointer dereference Tony Nguyen
2025-02-11 21:43 ` [PATCH net 5/6] igc: Fix HW RX timestamp when passed by ZC XDP Tony Nguyen
2025-02-11 21:43 ` [PATCH net 6/6] igc: Set buffer type for empty frames in igc_init_empty_frame Tony Nguyen
2025-02-13  4:10 ` [PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2025-02-11 (idpf, ixgbe, igc) patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.