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: <20210311180915.1489936-1-anthony.l.nguyen@intel.com>
Date:   Thu, 11 Mar 2021 10:09:09 -0800
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,
        sassmann@...hat.com, sasha.neftin@...el.com,
        vitaly.lifshits@...el.com
Subject: [PATCH net 0/6][pull request] Intel Wired LAN Driver Updates 2021-03-11

This series contains updates to igc and e1000e drivers.

Sasha adds locking to reset task to prevent race condition for igc.

Muhammad fixes reporting of supported pause frame as well as advertised
pause frame for Tx/Rx off for igc.

Andre fixes timestamp retrieval from the wrong timer for igc.

Vitaly adds locking to reset task to prevent race condition for e1000e.

Dinghao Liu adds a missed check to return on error in
e1000_set_d0_lplu_state_82571.

The following are changes since commit 47142ed6c34d544ae9f0463e58d482289cbe0d46:
  net: dsa: bcm_sf2: Qualify phydev->dev_flags based on port
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 1GbE

Andre Guedes (1):
  igc: Fix igc_ptp_rx_pktstamp()

Dinghao Liu (1):
  e1000e: Fix error handling in e1000_set_d0_lplu_state_82571

Muhammad Husaini Zulkifli (2):
  igc: Fix Pause Frame Advertising
  igc: Fix Supported Pause Frame Link Setting

Sasha Neftin (1):
  igc: reinit_locked() should be called with rtnl_lock

Vitaly Lifshits (1):
  e1000e: add rtnl_lock() to e1000_reset_task

 drivers/net/ethernet/intel/e1000e/82571.c    |  2 +
 drivers/net/ethernet/intel/e1000e/netdev.c   |  6 +-
 drivers/net/ethernet/intel/igc/igc.h         |  2 +-
 drivers/net/ethernet/intel/igc/igc_ethtool.c |  7 +-
 drivers/net/ethernet/intel/igc/igc_main.c    |  9 +++
 drivers/net/ethernet/intel/igc/igc_ptp.c     | 72 +++++++++++---------
 6 files changed, 61 insertions(+), 37 deletions(-)

-- 
2.26.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ