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: <20250902232131.2739555-1-anthony.l.nguyen@intel.com>
Date: Tue,  2 Sep 2025 16:21:20 -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/8][pull request] Intel Wired LAN Driver Updates 2025-09-02 (ice, idpf, i40e, ixgbe, e1000e)

For ice:
Jake adds checks for initialization of Tx timestamp tracking structure
to prevent NULL pointer dereferences.

For idpf:
Josh moves freeing of auxiliary device id to prevent use-after-free issue.

Emil sets, expected, MAC type value when sending virtchnl add/delete MAC
commands.

For i40e:
Jake removes read debugfs access as 'netdev_ops' has the possibility to
overflow.

Zhen Ni adds handling for when MAC list is empty.

For ixgbe:
Alok Tiwari corrects bitmap being used for link speeds.

For e1000e:
Vitaly adds check to ensure overflow does not occur in
e1000_set_eeprom().

The following are changes since commit a6099f263e1f408bcc7913c9df24b0677164fc5d:
  net: ethernet: ti: am65-cpsw-nuss: Fix null pointer dereference for ndev
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Alok Tiwari (1):
  ixgbe: fix incorrect map used in eee linkmode

Emil Tantilov (1):
  idpf: set mac type when adding and removing MAC filters

Jacob Keller (3):
  ice: fix NULL access of tx->in_use in ice_ptp_ts_irq
  ice: fix NULL access of tx->in_use in ice_ll_ts_intr
  i40e: remove read access to debugfs files

Joshua Hay (1):
  idpf: fix UAF in RDMA core aux dev deinitialization

Vitaly Lifshits (1):
  e1000e: fix heap overflow in e1000_set_eeprom

Zhen Ni (1):
  i40e: Fix potential invalid access when MAC list is empty

 drivers/net/ethernet/intel/e1000e/ethtool.c   |  10 +-
 drivers/net/ethernet/intel/i40e/i40e_client.c |   4 +-
 .../net/ethernet/intel/i40e/i40e_debugfs.c    | 123 +++---------------
 drivers/net/ethernet/intel/ice/ice_main.c     |  12 +-
 drivers/net/ethernet/intel/ice/ice_ptp.c      |  13 +-
 drivers/net/ethernet/intel/idpf/idpf_idc.c    |   4 +-
 drivers/net/ethernet/intel/idpf/idpf_lib.c    |   9 +-
 .../net/ethernet/intel/idpf/idpf_virtchnl.c   |  12 ++
 .../net/ethernet/intel/ixgbe/ixgbe_ethtool.c  |   4 +-
 9 files changed, 65 insertions(+), 126 deletions(-)

-- 
2.47.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ