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: <20250721173733.2248057-1-anthony.l.nguyen@intel.com>
Date: Mon, 21 Jul 2025 10:37:21 -0700
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/5][pull request] Intel Wired LAN Driver Updates 2025-07-21 (i40e, ice, e1000e)

For i40e:
Dennis Chen adjusts reporting of VF Tx dropped to a more appropriate
field.

Jamie Bainbridge fixes a check which can cause a PF set VF MAC address
to be lost.

For ice:
Haoxiang Li adds an error check in DDP load to prevent NULL pointer
dereference.

For e1000e:
Jacek Kowalski adds workarounds for issues surrounding Tiger Lake
platforms with uninitialized NVMs.

The following are changes since commit 81e0db8e839822b8380ce4716cd564a593ccbfc5:
  Merge branch 'mlx5-misc-fixes-2025-07-17'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE

Dennis Chen (1):
  i40e: report VF tx_dropped with tx_errors instead of tx_discards

Haoxiang Li (1):
  ice: Fix a null pointer dereference in ice_copy_and_init_pkg()

Jacek Kowalski (2):
  e1000e: disregard NVM checksum on tgp when valid checksum bit is not
    set
  e1000e: ignore uninitialized checksum word on tgp

Jamie Bainbridge (1):
  i40e: When removing VF MAC filters, only check PF-set MAC

 drivers/net/ethernet/intel/e1000e/defines.h        | 3 +++
 drivers/net/ethernet/intel/e1000e/ich8lan.c        | 2 ++
 drivers/net/ethernet/intel/e1000e/nvm.c            | 6 ++++++
 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 6 +++---
 drivers/net/ethernet/intel/ice/ice_ddp.c           | 2 ++
 5 files changed, 16 insertions(+), 3 deletions(-)

-- 
2.47.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ