public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/8][pull request] Intel Wired LAN Driver Updates 2026-03-03 (ice, libie, iavf, igb, igc)
@ 2026-03-03 23:11 Tony Nguyen
  2026-03-03 23:11 ` [PATCH net 1/8] ice: fix adding AQ LLDP filter for VF Tony Nguyen
                   ` (8 more replies)
  0 siblings, 9 replies; 12+ messages in thread
From: Tony Nguyen @ 2026-03-03 23:11 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, andrew+netdev, netdev; +Cc: Tony Nguyen

Larysa removes VF restriction for LLDP filters on ice to allow for LLDP
traffic to reach the correct destination.

Jakub adds retry mechanism for AdminQ Read/Write SFF EEPROM call to
follow hardware specification on ice.

Zilin Guan adds cleanup path to free XDP rings on failure in
ice_set_ringparam().

Michal bypasses firmware logging unroll in libie when it isn't supported.

Kohei Enju fixes iavf to take into account hardware MTU support when
setting max MTU values.

Vivek Behera fixes issues on igb and igc using incorrect IRQs when Tx/Rx
queues do not share the same IRQ.

The following are changes since commit 1a86a1f7d88996085934139fa4c063b6299a2dd3:
  net: Fix rcu_tasks stall in threaded busypoll
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Jakub Staniszewski (2):
  ice: reintroduce retry mechanism for indirect AQ
  ice: fix retry for AQ command 0x06EE

Kohei Enju (1):
  iavf: fix netdev->max_mtu to respect actual hardware limit

Larysa Zaremba (1):
  ice: fix adding AQ LLDP filter for VF

Michal Swiatkowski (1):
  libie: don't unroll if fwlog isn't supported

Vivek Behera (2):
  igb: Fix trigger of incorrect irq in igb_xsk_wakeup
  igc: Fix trigger of incorrect irq in igc_xsk_wakeup function

Zilin Guan (1):
  ice: Fix memory leak in ice_set_ringparam()

 drivers/net/ethernet/intel/iavf/iavf_main.c  | 17 +++++++-
 drivers/net/ethernet/intel/ice/ice_common.c  | 15 +++++--
 drivers/net/ethernet/intel/ice/ice_ethtool.c | 46 ++++++++++----------
 drivers/net/ethernet/intel/igb/igb_xsk.c     | 38 ++++++++++++----
 drivers/net/ethernet/intel/igc/igc_main.c    | 34 ++++++++++-----
 drivers/net/ethernet/intel/igc/igc_ptp.c     |  3 +-
 drivers/net/ethernet/intel/libie/fwlog.c     |  4 ++
 7 files changed, 110 insertions(+), 47 deletions(-)

-- 
2.47.1

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

end of thread, other threads:[~2026-03-05 23:56 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-03 23:11 [PATCH net 0/8][pull request] Intel Wired LAN Driver Updates 2026-03-03 (ice, libie, iavf, igb, igc) Tony Nguyen
2026-03-03 23:11 ` [PATCH net 1/8] ice: fix adding AQ LLDP filter for VF Tony Nguyen
2026-03-03 23:11 ` [PATCH net 2/8] ice: reintroduce retry mechanism for indirect AQ Tony Nguyen
2026-03-03 23:11 ` [PATCH net 3/8] ice: fix retry for AQ command 0x06EE Tony Nguyen
2026-03-05 23:24   ` Dawid Osuchowski
2026-03-05 23:55     ` Tony Nguyen
2026-03-03 23:11 ` [PATCH net 4/8] ice: Fix memory leak in ice_set_ringparam() Tony Nguyen
2026-03-03 23:11 ` [PATCH net 5/8] libie: don't unroll if fwlog isn't supported Tony Nguyen
2026-03-03 23:11 ` [PATCH net 6/8] iavf: fix netdev->max_mtu to respect actual hardware limit Tony Nguyen
2026-03-03 23:11 ` [PATCH net 7/8] igb: Fix trigger of incorrect irq in igb_xsk_wakeup Tony Nguyen
2026-03-03 23:11 ` [PATCH net 8/8] igc: Fix trigger of incorrect irq in igc_xsk_wakeup function Tony Nguyen
2026-03-05  2:40 ` [PATCH net 0/8][pull request] Intel Wired LAN Driver Updates 2026-03-03 (ice, libie, iavf, igb, igc) 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