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]
Date:   Tue, 20 Jul 2021 16:20:49 -0700
From:   Tony Nguyen <anthony.l.nguyen@...el.com>
To:     davem@...emloft.net, kuba@...nel.org
Cc:     Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org,
        sasha.neftin@...el.com, vitaly.lifshits@...el.com
Subject: [PATCH net-next 00/12][pull request] 1GbE Intel Wired LAN Driver Updates 2021-07-20

This series contains updates to e1000e and igc drivers.

Sasha adds initial S0ix support for devices with CSME and adds polling
for exiting of DPG. He sets the PHY to low power idle when in S0ix. He
also adds support for new device IDs for and adds a space to debug
messaging to help with readability for e1000e.

For igc, he ensures that q_vector array is not accessed beyond its
bounds and removes unneeded PHY related checks.

Tree Davies corrects a spelling mistake in e1000e.

Muhammad corrects the value written when there is no TSN offloading
and adjusts timeout value to avoid possible Tx hang for igc.

The following are changes since commit 8887ca5474bd9ddb56cabc88856bb035774e0041:
  net: phy: at803x: simplify custom phy id matching
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 1GbE

Muhammad Husaini Zulkifli (2):
  igc: Set QBVCYCLET_S to 0 for TSN Basic Scheduling
  igc: Increase timeout value for Speed 100/1000/2500

Sasha Neftin (9):
  e1000e: Add handshake with the CSME to support S0ix
  e1000e: Add polling mechanism to indicate CSME DPG exit
  e1000e: Additional PHY power saving in S0ix
  e1000e: Add support for Lunar Lake
  e1000e: Add support for the next LOM generation
  e1000e: Add space to the debug print
  igc: Check if num of q_vectors is smaller than max before array access
  igc: Remove _I_PHY_ID checking
  igc: Remove phy->type checking

Tree Davies (1):
  net/e1000e: Fix spelling mistake "The" -> "This"

 drivers/net/ethernet/intel/e1000e/ethtool.c |   2 +
 drivers/net/ethernet/intel/e1000e/hw.h      |   9 +
 drivers/net/ethernet/intel/e1000e/ich8lan.c |  13 +-
 drivers/net/ethernet/intel/e1000e/ich8lan.h |   3 +
 drivers/net/ethernet/intel/e1000e/netdev.c  | 370 ++++++++++++--------
 drivers/net/ethernet/intel/e1000e/ptp.c     |   1 +
 drivers/net/ethernet/intel/e1000e/regs.h    |   1 +
 drivers/net/ethernet/intel/igc/igc_base.c   |  10 +-
 drivers/net/ethernet/intel/igc/igc_main.c   |  31 +-
 drivers/net/ethernet/intel/igc/igc_phy.c    |   6 +-
 drivers/net/ethernet/intel/igc/igc_tsn.c    |   2 +-
 11 files changed, 262 insertions(+), 186 deletions(-)

-- 
2.26.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ