public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2026-01-13 (ice, igc)
@ 2026-01-13 22:02 Tony Nguyen
  2026-01-13 22:02 ` [PATCH net 1/6] ice: initialize ring_stats->syncp Tony Nguyen
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Tony Nguyen @ 2026-01-13 22:02 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, andrew+netdev, netdev; +Cc: Tony Nguyen

For ice:
Jake adds missing initialization calls to u64_stats_init().

Dave stops deletion of VLAN 0 from prune list when device is primary
LAG interface.

Ding Hui adds a missed unit conversion function for proper timeout
value.

For igc:
Kurt Kanzenbach adds a call to re-set default Qbv schedule when number
of channels changes.

Chwee-Lin Choong reworks Tx timestamp detection logic to resolve a race
condition and reverts changes to TSN packet buffer size causing Tx
hangs under heavy load.

The following are changes since commit ffe4ccd359d006eba559cb1a3c6113144b7fb38c:
  net: add net.core.qdisc_max_burst
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Chwee-Lin Choong (2):
  igc: fix race condition in TX timestamp read for register 0
  igc: Reduce TSN TX packet buffer from 7KB to 5KB per queue

Dave Ertman (1):
  ice: Avoid detrimental cleanup for bond during interface stop

Ding Hui (1):
  ice: Fix incorrect timeout ice_release_res()

Jacob Keller (1):
  ice: initialize ring_stats->syncp

Kurt Kanzenbach (1):
  igc: Restore default Qbv schedule when changing channels

 drivers/net/ethernet/intel/ice/ice_common.c  |  2 +-
 drivers/net/ethernet/intel/ice/ice_lib.c     | 29 +++++++++----
 drivers/net/ethernet/intel/igc/igc_defines.h |  5 ++-
 drivers/net/ethernet/intel/igc/igc_ethtool.c |  4 +-
 drivers/net/ethernet/intel/igc/igc_main.c    |  5 +++
 drivers/net/ethernet/intel/igc/igc_ptp.c     | 43 ++++++++++++--------
 6 files changed, 57 insertions(+), 31 deletions(-)

-- 
2.47.1


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

end of thread, other threads:[~2026-01-16  4:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-13 22:02 [PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2026-01-13 (ice, igc) Tony Nguyen
2026-01-13 22:02 ` [PATCH net 1/6] ice: initialize ring_stats->syncp Tony Nguyen
2026-01-13 22:02 ` [PATCH net 2/6] ice: Avoid detrimental cleanup for bond during interface stop Tony Nguyen
2026-01-13 22:02 ` [PATCH net 3/6] ice: Fix incorrect timeout ice_release_res() Tony Nguyen
2026-01-13 22:02 ` [PATCH net 4/6] igc: Restore default Qbv schedule when changing channels Tony Nguyen
2026-01-13 22:02 ` [PATCH net 5/6] igc: fix race condition in TX timestamp read for register 0 Tony Nguyen
2026-01-13 22:02 ` [PATCH net 6/6] igc: Reduce TSN TX packet buffer from 7KB to 5KB per queue Tony Nguyen
2026-01-16  4:00 ` [PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2026-01-13 (ice, 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