public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2026-03-17 (igc, iavf, libie)
@ 2026-03-17 21:19 Tony Nguyen
  2026-03-17 21:19 ` [PATCH net 1/4] igc: fix missing update of skb->tail in igc_xmit_frame() Tony Nguyen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tony Nguyen @ 2026-03-17 21:19 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, andrew+netdev, netdev; +Cc: Tony Nguyen

Kohei Enju adds use of helper function to add missing update of
skb->tail when padding is needed for igc.

Zdenek Bouska clears stale XSK timestamps when taking down Tx rings on
igc.

Petr Oros changes handling of iavf VLAN filter handling when an added
VLAN is also on the delete list to which can race and cause the VLAN
filter to not be added.

Michal frees cmd_buf for libie firmware logging to stop memory leaks.

The following are changes since commit 069c8f5aebe4d5224cf62acc7d4b3486091c658a:
  net: usb: aqc111: Do not perform PM inside suspend callback
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 1GbE

Kohei Enju (1):
  igc: fix missing update of skb->tail in igc_xmit_frame()

Michal Swiatkowski (1):
  libie: prevent memleak in fwlog code

Petr Oros (1):
  iavf: fix VLAN filter lost on add/delete race

Zdenek Bouska (1):
  igc: fix page fault in XDP TX timestamps handling

 drivers/net/ethernet/intel/iavf/iavf_main.c |  9 ++--
 drivers/net/ethernet/intel/igc/igc.h        |  2 +
 drivers/net/ethernet/intel/igc/igc_main.c   | 14 +++---
 drivers/net/ethernet/intel/igc/igc_ptp.c    | 33 ++++++++++++++
 drivers/net/ethernet/intel/libie/fwlog.c    | 49 +++++++++++++++------
 5 files changed, 86 insertions(+), 21 deletions(-)

-- 
2.47.1


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

end of thread, other threads:[~2026-03-19  0:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-17 21:19 [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2026-03-17 (igc, iavf, libie) Tony Nguyen
2026-03-17 21:19 ` [PATCH net 1/4] igc: fix missing update of skb->tail in igc_xmit_frame() Tony Nguyen
2026-03-17 21:19 ` [PATCH net 2/4] igc: fix page fault in XDP TX timestamps handling Tony Nguyen
2026-03-17 21:19 ` [PATCH net 3/4] iavf: fix VLAN filter lost on add/delete race Tony Nguyen
2026-03-17 21:19 ` [PATCH net 4/4] libie: prevent memleak in fwlog code Tony Nguyen
2026-03-19  0:44 ` [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2026-03-17 (igc, iavf, libie) 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