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: <20260109210647.3849008-1-anthony.l.nguyen@intel.com>
Date: Fri,  9 Jan 2026 13:06:37 -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-next 0/5][pull request] Intel Wired LAN Driver Updates 2026-01-09 (ice, ixgbe, idpf)

For ice:
Grzegorz commonizes firmware loading process across all ice devices.

Michal adjusts default queue allocation to be based on
netif_get_num_default_rss_queues() rather than num_online_cpus().

For ixgbe:
Birger Koblitz adds support for 10G-BX modules.

For idpf:
Sreedevi converts always successful function to return void.

Andy Shevchenko fixes kdocs for missing 'Return:' in idpf_txrx.c file.
---
The first two patches originally come from:
https://lore.kernel.org/netdev/20251125223632.1857532-1-anthony.l.nguyen@intel.com/

Changes to patch 2:
- Add 'else' branch to set sfp_type to unknown when BX conditions are
not met.

The following are changes since commit fc65403d55c3be44d19e6290e641433201345a5e:
  Merge branch 'support-for-hwtstamp_get-in-phy-part-2'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Andy Shevchenko (1):
  idpf: Fix kernel-doc descriptions to avoid warnings

Birger Koblitz (1):
  ixgbe: Add 10G-BX support

Grzegorz Nitka (1):
  ice: unify PHY FW loading status handler for E800 devices

Michal Swiatkowski (1):
  ice: use netif_get_num_default_rss_queues()

Sreedevi Joshi (1):
  idpf: update idpf_up_complete() return type to void

 drivers/net/ethernet/intel/ice/ice_common.c   | 79 +++++-----------
 drivers/net/ethernet/intel/ice/ice_irq.c      |  5 +-
 drivers/net/ethernet/intel/ice/ice_lib.c      | 12 ++-
 drivers/net/ethernet/intel/idpf/idpf_lib.c    | 13 +--
 drivers/net/ethernet/intel/idpf/idpf_txrx.c   | 94 ++++++++++++-------
 .../net/ethernet/intel/ixgbe/ixgbe_82599.c    |  7 ++
 .../net/ethernet/intel/ixgbe/ixgbe_ethtool.c  |  2 +
 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.c  | 45 ++++++++-
 drivers/net/ethernet/intel/ixgbe/ixgbe_phy.h  |  2 +
 drivers/net/ethernet/intel/ixgbe/ixgbe_type.h |  2 +
 10 files changed, 145 insertions(+), 116 deletions(-)

-- 
2.47.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ