Netdev List
 help / color / mirror / Atom feed
* [net 0/2][pull request] Intel Wired LAN Driver Updates 2018-01-02
@ 2018-01-02 20:20 Jeff Kirsher
  2018-01-02 20:20 ` [net 1/2] e1000: fix disabling already-disabled warning Jeff Kirsher
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jeff Kirsher @ 2018-01-02 20:20 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann, jogreene

This series contains fixes for e1000 and e1000e.

Tushar Dave adds a check to the driver so that it won't attempt to disable a
device that is already disabled for e1000.

Benjamin Poirier provides a fix to e1000e, where a previous commit that
Benjamin submitted changed the meaning of the return value for
"check_for_link" for copper media and not all the instances were properly
updated.  Benjamin fixes the remaining instances that needed the change.

The following are changes since commit 2758b3e3e630ba304fc4aca434d591e70e528298:
  Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue 1GbE

Benjamin Poirier (1):
  e1000e: Fix e1000_check_for_copper_link_ich8lan return value.

Tushar Dave (1):
  e1000: fix disabling already-disabled warning

 drivers/net/ethernet/intel/e1000/e1000.h      |  3 ++-
 drivers/net/ethernet/intel/e1000/e1000_main.c | 27 ++++++++++++++++++++++-----
 drivers/net/ethernet/intel/e1000e/ich8lan.c   | 11 ++++++++---
 3 files changed, 32 insertions(+), 9 deletions(-)

-- 
2.15.1

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

end of thread, other threads:[~2018-01-03 16:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-02 20:20 [net 0/2][pull request] Intel Wired LAN Driver Updates 2018-01-02 Jeff Kirsher
2018-01-02 20:20 ` [net 1/2] e1000: fix disabling already-disabled warning Jeff Kirsher
2018-01-02 20:20 ` [net 2/2] e1000e: Fix e1000_check_for_copper_link_ich8lan return value Jeff Kirsher
2018-01-03 16:26 ` [net 0/2][pull request] Intel Wired LAN Driver Updates 2018-01-02 David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox