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: <20260126224313.3847849-1-anthony.l.nguyen@intel.com>
Date: Mon, 26 Jan 2026 14:43:04 -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/7][pull request] Intel Wired LAN Driver Updates 2026-01-26 (ice, idpf)

For ice:
Jake converts ring stats to utilize u64_stats APIs and performs some
cleanups along the way.

Alexander reorganizes layout of Tx and Rx rings for cacheline
locality and utilizes __cacheline_group* macros on the new layouts.

For idpf:
YiFei Zhu adds support for BPF kfunc reporting of hardware Rx timestamps.

The following are changes since commit bf2e36c9dab95e41516fbcf7b1cc804539b2d021:
  dt-bindings: net: dsa: fix typos in bindings docs
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 100GbE

Alexander Lobakin (1):
  ice: reshuffle and group Rx and Tx queue fields by cachelines

Jacob Keller (5):
  ice: pass pointer to ice_fetch_u64_stats_per_ring
  ice: remove ice_q_stats struct and use struct_group
  ice: use u64_stats API to access pkts/bytes in dim sample
  ice: shorten ring stat names and add accessors
  ice: convert all ring stats to u64_stats_t

YiFei Zhu (1):
  idpf: export RX hardware timestamping information to XDP

 drivers/net/ethernet/intel/ice/ice.h          |   3 -
 drivers/net/ethernet/intel/ice/ice_base.c     |   4 +-
 drivers/net/ethernet/intel/ice/ice_ethtool.c  |  31 ++-
 drivers/net/ethernet/intel/ice/ice_lib.c      |  56 +++--
 drivers/net/ethernet/intel/ice/ice_lib.h      |   6 +
 drivers/net/ethernet/intel/ice/ice_main.c     | 196 +++++++++++------
 drivers/net/ethernet/intel/ice/ice_txrx.c     |  46 ++--
 drivers/net/ethernet/intel/ice/ice_txrx.h     | 199 +++++++++++-------
 drivers/net/ethernet/intel/ice/ice_txrx_lib.c |   5 +-
 drivers/net/ethernet/intel/ice/ice_txrx_lib.h |   2 +-
 drivers/net/ethernet/intel/ice/ice_xsk.c      |   4 +-
 drivers/net/ethernet/intel/idpf/xdp.c         |  31 +++
 drivers/net/ethernet/intel/idpf/xdp.h         |  20 ++
 13 files changed, 396 insertions(+), 207 deletions(-)

-- 
2.47.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ