[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191031221719.14028-1-jeffrey.t.kirsher@intel.com>
Date: Thu, 31 Oct 2019 15:17:12 -0700
From: Jeff Kirsher <jeffrey.t.kirsher@...el.com>
To: davem@...emloft.net
Cc: Jeff Kirsher <jeffrey.t.kirsher@...el.com>, netdev@...r.kernel.org,
nhorman@...hat.com, sassmann@...hat.com
Subject: [net 0/7][pull request] Intel Wired LAN Driver Updates 2019-10-31
This series contains updates to e1000, igb, igc, ixgbe, i40e and driver
documentation.
Lyude Paul fixes an issue where a fatal read error occurs when the
device is unplugged from the machine. So change the read error into a
warn while the device is still present.
Manfred Rudigier found that the i350 device was not apart of the "Media
Auto Sense" feature, yet the device supports it. So add the missing
i350 device to the check and fix an issue where the media auto sense
would flip/flop when no cable was connected to the port causing spurious
kernel log messages.
I fixed an issue where the fix to resolve receive buffer starvation was
applied in more than one place in the driver, one being the incorrect
location in the i40e driver.
Wenwen Wang fixes a potential memory leak in e1000 where allocated
memory is not properly cleaned up in one of the error paths.
Jonathan Neuschäfer cleans up the driver documentation to be consistent
and remove the footnote reference, since the footnote no longer exists in
the documentation.
Igor Pylypiv cleans up a duplicate clearing of a bit, no need to clear
it twice.
The following are changes since commit 6d6f0383b697f004c65823c2b64240912f18515d:
netdevsim: Fix use-after-free during device dismantle
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue 1GbE
Igor Pylypiv (1):
ixgbe: Remove duplicate clear_bit() call
Jeff Kirsher (1):
i40e: Fix receive buffer starvation for AF_XDP
Jonathan Neuschäfer (1):
Documentation: networking: device drivers: Remove stray asterisks
Lyude Paul (1):
igb/igc: Don't warn on fatal read failures when the device is removed
Manfred Rudigier (2):
igb: Enable media autosense for the i350.
igb: Fix constant media auto sense switching when no cable is
connected
Wenwen Wang (1):
e1000: fix memory leaks
.../networking/device_drivers/intel/e100.rst | 14 +++++++-------
.../networking/device_drivers/intel/e1000.rst | 12 ++++++------
.../networking/device_drivers/intel/e1000e.rst | 14 +++++++-------
.../networking/device_drivers/intel/fm10k.rst | 10 +++++-----
.../networking/device_drivers/intel/i40e.rst | 8 ++++----
.../networking/device_drivers/intel/iavf.rst | 8 ++++----
.../networking/device_drivers/intel/ice.rst | 6 +++---
.../networking/device_drivers/intel/igb.rst | 12 ++++++------
.../networking/device_drivers/intel/igbvf.rst | 6 +++---
.../networking/device_drivers/intel/ixgbe.rst | 10 +++++-----
.../networking/device_drivers/intel/ixgbevf.rst | 6 +++---
.../networking/device_drivers/pensando/ionic.rst | 6 +++---
drivers/net/ethernet/intel/e1000/e1000_ethtool.c | 7 +++----
drivers/net/ethernet/intel/i40e/i40e_xsk.c | 5 -----
drivers/net/ethernet/intel/igb/e1000_82575.c | 2 +-
drivers/net/ethernet/intel/igb/igb_main.c | 8 +++++---
drivers/net/ethernet/intel/igc/igc_main.c | 3 ++-
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 1 -
18 files changed, 67 insertions(+), 71 deletions(-)
--
2.21.0
Powered by blists - more mailing lists