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: <20251217194947.2992495-1-anthony.l.nguyen@intel.com>
Date: Wed, 17 Dec 2025 11:49:39 -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 2025-12-17 (i40e, iavf, idpf, e1000)

For i40e:
Przemyslaw immediately schedules service task following changes to
filters to ensure timely setup for PTP.

Gregory Herrero adjusts VF descriptor size checks to be device specific.

For iavf:
Kohei Enju corrects a couple of condition checks which caused off-by-one
issues.

For idpf:
Larysa fixes LAN memory region call to follow expected requirements.

Brian Vazquez reduces mailbox wait time during init to avoid lengthy
delays.

For e1000:
Guangshuo Li adds validation of data length to prevent out-of-bounds
access.

The following are changes since commit 885bebac9909994050bbbeed0829c727e42bd1b7:
  nfc: pn533: Fix error code in pn533_acr122_poweron_rdr()
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE

Brian Vazquez (1):
  idpf: reduce mbx_task schedule delay to 300us

Gregory Herrero (1):
  i40e: validate ring_len parameter against hardware-specific values

Guangshuo Li (1):
  e1000: fix OOB in e1000_tbi_should_accept()

Kohei Enju (1):
  iavf: fix off-by-one issues in iavf_config_rss_reg()

Larysa Zaremba (1):
  idpf: fix LAN memory regions command on some NVMs

Przemyslaw Korba (1):
  i40e: fix scheduling in set_rx_mode

 drivers/net/ethernet/intel/e1000/e1000_main.c      | 10 +++++++++-
 drivers/net/ethernet/intel/i40e/i40e.h             | 11 +++++++++++
 drivers/net/ethernet/intel/i40e/i40e_ethtool.c     | 12 ------------
 drivers/net/ethernet/intel/i40e/i40e_main.c        |  1 +
 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c |  4 ++--
 drivers/net/ethernet/intel/iavf/iavf_main.c        |  4 ++--
 drivers/net/ethernet/intel/idpf/idpf_lib.c         |  2 +-
 drivers/net/ethernet/intel/idpf/idpf_virtchnl.c    |  5 +++++
 8 files changed, 31 insertions(+), 18 deletions(-)

-- 
2.47.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ