netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net v2 0/7][pull request] Intel Wired LAN Driver Updates 2019-11-01
@ 2019-11-01 20:25 Jeff Kirsher
  2019-11-01 20:25 ` [net v2 1/7] igb/igc: Don't warn on fatal read failures when the device is removed Jeff Kirsher
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Jeff Kirsher @ 2019-11-01 20:25 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann

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.

v2: Fixed alignment issue in patch 3 of the series based on community
    feedback.

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-11-01 21:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-01 20:25 [net v2 0/7][pull request] Intel Wired LAN Driver Updates 2019-11-01 Jeff Kirsher
2019-11-01 20:25 ` [net v2 1/7] igb/igc: Don't warn on fatal read failures when the device is removed Jeff Kirsher
2019-11-01 20:25 ` [net v2 2/7] igb: Enable media autosense for the i350 Jeff Kirsher
2019-11-01 20:25 ` [net v2 3/7] igb: Fix constant media auto sense switching when no cable is connected Jeff Kirsher
2019-11-01 20:25 ` [net v2 4/7] i40e: Fix receive buffer starvation for AF_XDP Jeff Kirsher
2019-11-01 20:25 ` [net v2 5/7] e1000: fix memory leaks Jeff Kirsher
2019-11-01 20:25 ` [net v2 6/7] Documentation: networking: device drivers: Remove stray asterisks Jeff Kirsher
2019-11-01 20:25 ` [net v2 7/7] ixgbe: Remove duplicate clear_bit() call Jeff Kirsher
2019-11-01 21:52 ` [net v2 0/7][pull request] Intel Wired LAN Driver Updates 2019-11-01 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).