mbox series

[net,0/6,pull,request] Intel Wired LAN Driver Updates 2021-03-11

Message ID 20210311180915.1489936-1-anthony.l.nguyen@intel.com
Headers show
Series Intel Wired LAN Driver Updates 2021-03-11 | expand

Message

Tony Nguyen March 11, 2021, 6:09 p.m. UTC
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(-)