netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2025-04-02 (igc, e1000e, ixgbe, idpf)
@ 2025-04-02 17:38 Tony Nguyen
  2025-04-02 17:38 ` [PATCH net 1/5] igc: Fix XSK queue NAPI ID mapping Tony Nguyen
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tony Nguyen @ 2025-04-02 17:38 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, andrew+netdev, netdev; +Cc: Tony Nguyen

For igc:
Joe Damato removes unmapping of XSK queues from NAPI instance.

Zdenek Bouska swaps condition checks/call to prevent AF_XDP Tx drops
with low budget value.

For e1000e:
Vitaly adjusts Kumeran interface configuration to prevent MDI errors.

For ixgbe:
Piotr clears PHY high values on media type detection to ensure stale
values are not used.

For idpf:
Emil adjusts shutdown calls to prevent NULL pointer dereference.

The following are changes since commit acc4d5ff0b61eb1715c498b6536c38c1feb7f3c1:
  Merge tag 'net-6.15-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 1GbE

Emil Tantilov (1):
  idpf: fix adapter NULL pointer dereference on reboot

Joe Damato (1):
  igc: Fix XSK queue NAPI ID mapping

Piotr Kwapulinski (1):
  ixgbe: fix media type detection for E610 device

Vitaly Lifshits (1):
  e1000e: change k1 configuration on MTP and later platforms

Zdenek Bouska (1):
  igc: Fix TX drops in XDP ZC

 drivers/net/ethernet/intel/e1000e/defines.h   |  3 +
 drivers/net/ethernet/intel/e1000e/ich8lan.c   | 80 +++++++++++++++++--
 drivers/net/ethernet/intel/e1000e/ich8lan.h   |  4 +
 drivers/net/ethernet/intel/idpf/idpf_main.c   |  6 +-
 drivers/net/ethernet/intel/igc/igc.h          |  2 -
 drivers/net/ethernet/intel/igc/igc_main.c     |  6 +-
 drivers/net/ethernet/intel/igc/igc_xdp.c      |  2 -
 drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c |  4 +-
 8 files changed, 93 insertions(+), 14 deletions(-)

-- 
2.47.1


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

end of thread, other threads:[~2025-04-03 23:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-02 17:38 [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2025-04-02 (igc, e1000e, ixgbe, idpf) Tony Nguyen
2025-04-02 17:38 ` [PATCH net 1/5] igc: Fix XSK queue NAPI ID mapping Tony Nguyen
2025-04-02 17:38 ` [PATCH net 2/5] igc: Fix TX drops in XDP ZC Tony Nguyen
2025-04-02 17:38 ` [PATCH net 3/5] e1000e: change k1 configuration on MTP and later platforms Tony Nguyen
2025-04-02 17:38 ` [PATCH net 4/5] ixgbe: fix media type detection for E610 device Tony Nguyen
2025-04-02 17:38 ` [PATCH net 5/5] idpf: fix adapter NULL pointer dereference on reboot Tony Nguyen
2025-04-03 23:10 ` [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2025-04-02 (igc, e1000e, ixgbe, idpf) 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;
as well as URLs for NNTP newsgroup(s).