netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/8][pull request] Intel Wired LAN Driver Updates 2025-09-02 (ice, idpf, i40e, ixgbe, e1000e)
@ 2025-09-02 23:21 Tony Nguyen
  2025-09-02 23:21 ` [PATCH net 1/8] ice: fix NULL access of tx->in_use in ice_ptp_ts_irq Tony Nguyen
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Tony Nguyen @ 2025-09-02 23:21 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, andrew+netdev, netdev; +Cc: Tony Nguyen

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


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

end of thread, other threads:[~2025-09-03 23:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-02 23:21 [PATCH net 0/8][pull request] Intel Wired LAN Driver Updates 2025-09-02 (ice, idpf, i40e, ixgbe, e1000e) Tony Nguyen
2025-09-02 23:21 ` [PATCH net 1/8] ice: fix NULL access of tx->in_use in ice_ptp_ts_irq Tony Nguyen
2025-09-02 23:21 ` [PATCH net 2/8] ice: fix NULL access of tx->in_use in ice_ll_ts_intr Tony Nguyen
2025-09-02 23:21 ` [PATCH net 3/8] idpf: fix UAF in RDMA core aux dev deinitialization Tony Nguyen
2025-09-02 23:21 ` [PATCH net 4/8] idpf: set mac type when adding and removing MAC filters Tony Nguyen
2025-09-02 23:21 ` [PATCH net 5/8] i40e: remove read access to debugfs files Tony Nguyen
2025-09-02 23:21 ` [PATCH net 6/8] i40e: Fix potential invalid access when MAC list is empty Tony Nguyen
2025-09-02 23:21 ` [PATCH net 7/8] ixgbe: fix incorrect map used in eee linkmode Tony Nguyen
2025-09-02 23:21 ` [PATCH net 8/8] e1000e: fix heap overflow in e1000_set_eeprom Tony Nguyen
2025-09-03 23:40 ` [PATCH net 0/8][pull request] Intel Wired LAN Driver Updates 2025-09-02 (ice, idpf, i40e, ixgbe, e1000e) 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;
as well as URLs for NNTP newsgroup(s).