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: <20241203215521.1646668-1-anthony.l.nguyen@intel.com>
Date: Tue,  3 Dec 2024 13:55:09 -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/9][pull request] Intel Wired LAN Driver Updates 2024-12-03 (ice, idpf, ixgbe, ixgbevf, igb)

This series contains updates to ice, idpf, ixgbe, ixgbevf, and igb
drivers.

For ice:
Arkadiusz corrects search for determining whether PHY clock recovery is
supported on the device.

Przemyslaw corrects mask used for PHY timestamps on ETH56G devices.

Wojciech adds missing virtchnl ops which caused NULL pointer
dereference.

Marcin fixes VLAN filter settings for uplink VSI in switchdev mode.

For idpf:
Josh restores setting of completion tag for empty buffers.

For ixgbevf:
Jake removes incorrect initialization/support of IPSEC for mailbox
version 1.5.

For ixgbe:
Jake rewords and downgrades misleading message when negotiation
of VF mailbox version is not supported.

Tore Amundsen corrects value for BASE-BX10 capability.

For igb:
Yuan Can adds proper teardown on failed pci_register_driver() call.

The following are changes since commit af8edaeddbc52e53207d859c912b017fd9a77629:
  net: hsr: must allocate more bytes for RedBox support
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE

Arkadiusz Kubalewski (1):
  ice: fix PHY Clock Recovery availability check

Jacob Keller (2):
  ixgbevf: stop attempting IPSEC offload on Mailbox API 1.5
  ixgbe: downgrade logging of unsupported VF API version to debug

Joshua Hay (1):
  idpf: set completion tag for "empty" bufs associated with a packet

Marcin Szycik (1):
  ice: Fix VLAN pruning in switchdev mode

Przemyslaw Korba (1):
  ice: fix PHY timestamp extraction for ETH56G

Tore Amundsen (1):
  ixgbe: Correct BASE-BX10 compliance code

Wojciech Drewek (1):
  ice: Fix NULL pointer dereference in switchdev

Yuan Can (1):
  igb: Fix potential invalid memory access in igb_init_module()

 drivers/net/ethernet/intel/ice/ice_common.c   | 25 +++++++++++++------
 drivers/net/ethernet/intel/ice/ice_main.c     |  8 +++---
 drivers/net/ethernet/intel/ice/ice_ptp_hw.c   |  3 ++-
 drivers/net/ethernet/intel/ice/ice_ptp_hw.h   |  5 ++--
 drivers/net/ethernet/intel/ice/ice_virtchnl.c |  6 +++++
 drivers/net/ethernet/intel/idpf/idpf_txrx.c   |  1 +
 drivers/net/ethernet/intel/igb/igb_main.c     |  4 +++
 .../net/ethernet/intel/ixgbe/ixgbe_common.h   |  2 ++
 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.h  |  2 +-
 .../net/ethernet/intel/ixgbe/ixgbe_sriov.c    |  2 +-
 drivers/net/ethernet/intel/ixgbevf/ipsec.c    |  1 -
 11 files changed, 41 insertions(+), 18 deletions(-)

-- 
2.42.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ