lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20260113220220.1034638-1-anthony.l.nguyen@intel.com>
Date: Tue, 13 Jan 2026 14:02:13 -0800
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net,
	kuba@...nel.org,
	pabeni@...hat.com,
	edumazet@...gle.com,
	andrew+netdev@...n.ch,
	netdev@...r.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>
Subject: [PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2026-01-13 (ice, igc)

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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ