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: <20250903202536.3696620-1-anthony.l.nguyen@intel.com>
Date: Wed,  3 Sep 2025 13:25:26 -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-next 0/9][pull request] Intel Wired LAN Driver Updates 2025-09-03 (ixgbe, igbvf, e1000, e1000e, igb, igbvf, igc)

Piotr allows for 2.5Gb and 5Gb autoneg for ixgbe E610 devices.

Jedrzej refactors reading of OROM data to be more efficient on ixgbe.

Kohei Enju adds reporting of loopback Tx packets and bytes on igbvf. He
also removes redundant reporting of Rx bytes.

Jacek Kowalski remove unnecessary u16 casts in e1000, e1000e, igb, igc,
and ixgbe drivers.

The following are changes since commit 1d8f0059091e757973324ae76253c2c059e0810f:
  Merge branch 'net-dsa-lantiq_gswip-prepare-for-supporting-maxlinear-gsw1xx'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 10GbE

Jacek Kowalski (5):
  e1000: drop unnecessary constant casts to u16
  e1000e: drop unnecessary constant casts to u16
  igb: drop unnecessary constant casts to u16
  igc: drop unnecessary constant casts to u16
  ixgbe: drop unnecessary casts to u16 / int

Jedrzej Jagielski (1):
  ixgbe: reduce number of reads when getting OROM data

Kohei Enju (2):
  igbvf: add lbtx_packets and lbtx_bytes to ethtool statistics
  igbvf: remove redundant counter rx_long_byte_count from ethtool
    statistics

Piotr Kwapulinski (1):
  ixgbe: add the 2.5G and 5G speeds in auto-negotiation for E610

 drivers/net/ethernet/intel/e1000/e1000.h      |  2 +-
 .../net/ethernet/intel/e1000/e1000_ethtool.c  |  2 +-
 drivers/net/ethernet/intel/e1000/e1000_hw.c   |  4 +-
 drivers/net/ethernet/intel/e1000/e1000_main.c |  3 +-
 drivers/net/ethernet/intel/e1000e/e1000.h     |  2 +-
 drivers/net/ethernet/intel/e1000e/ethtool.c   |  2 +-
 drivers/net/ethernet/intel/e1000e/netdev.c    |  4 +-
 drivers/net/ethernet/intel/e1000e/nvm.c       |  4 +-
 drivers/net/ethernet/intel/igb/e1000_82575.c  |  4 +-
 drivers/net/ethernet/intel/igb/e1000_i210.c   |  2 +-
 drivers/net/ethernet/intel/igb/e1000_nvm.c    |  4 +-
 drivers/net/ethernet/intel/igb/igb.h          |  2 +-
 drivers/net/ethernet/intel/igb/igb_main.c     |  3 +-
 drivers/net/ethernet/intel/igbvf/ethtool.c    |  5 +-
 drivers/net/ethernet/intel/igc/igc_i225.c     |  2 +-
 drivers/net/ethernet/intel/igc/igc_nvm.c      |  4 +-
 .../net/ethernet/intel/ixgbe/ixgbe_common.c   |  4 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_e610.c | 94 ++++++++++---------
 drivers/net/ethernet/intel/ixgbe/ixgbe_x540.c |  4 +-
 drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c |  4 +-
 20 files changed, 82 insertions(+), 73 deletions(-)

-- 
2.47.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ