netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [net-next 0/5][pull request] Intel Wired LAN Driver Updates 2015-03-20
@ 2015-03-21  0:57 Jeff Kirsher
  2015-03-21  0:57 ` [net-next 1/5] ixgb: call netif_carrier_off early on down Jeff Kirsher
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Jeff Kirsher @ 2015-03-21  0:57 UTC (permalink / raw)
  To: davem; +Cc: Jeff Kirsher, netdev, nhorman, sassmann, jogreene

This series contains updates to ixgb, e1000e, igb and igbvf.

Eliezer and Todd provide patches to fix a potential issue found during code
inspection.  When bringing down an interface netif_carrier_off() should
be one of the first things we do, since this will prevent the stack from
queueing more packets to this interface.

Yanir provides a fix for e1000e that was found in validating i219,
where the call to e1000e_write_protect_nvm_ich8lan() is no longer
supported in newer hardware.  Access to these registers causes a
system freeze in early steppings and is ignored in later steppings.

The following are changes since commit f6877fcf229b4e3d396cbd5199e040b4ea1362eb:
  Merge branch 'ebpf-next'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue master

master

Eliezer Tamir (2):
  ixgb: call netif_carrier_off early on down
  e1000e: call netif_carrier_off early on down

Todd Fujinaka (2):
  igb: use netif_carrier_off earlier when bringing if down
  igbvf: use netif_carrier_off earlier when bringing if down

Yanir Lubetkin (1):
  e1000e: NVM write protect access removed from SPT HW

 drivers/net/ethernet/intel/e1000e/netdev.c  | 7 ++++---
 drivers/net/ethernet/intel/igb/igb_main.c   | 4 +---
 drivers/net/ethernet/intel/igbvf/netdev.c   | 3 +--
 drivers/net/ethernet/intel/ixgb/ixgb_main.c | 3 ++-
 4 files changed, 8 insertions(+), 9 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2015-03-21  1:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-21  0:57 [net-next 0/5][pull request] Intel Wired LAN Driver Updates 2015-03-20 Jeff Kirsher
2015-03-21  0:57 ` [net-next 1/5] ixgb: call netif_carrier_off early on down Jeff Kirsher
2015-03-21  0:57 ` [net-next 2/5] e1000e: " Jeff Kirsher
2015-03-21  0:57 ` [net-next 3/5] e1000e: NVM write protect access removed from SPT HW Jeff Kirsher
2015-03-21  0:57 ` [net-next 4/5] igb: use netif_carrier_off earlier when bringing if down Jeff Kirsher
2015-03-21  0:57 ` [net-next 5/5] igbvf: " Jeff Kirsher
2015-03-21  1:41 ` [net-next 0/5][pull request] Intel Wired LAN Driver Updates 2015-03-20 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).