]> git.karo-electronics.de Git - linux-beck.git/commit
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next...
authorDavid S. Miller <davem@davemloft.net>
Sat, 21 Mar 2015 01:40:47 +0000 (21:40 -0400)
committerDavid S. Miller <davem@davemloft.net>
Sat, 21 Mar 2015 01:40:47 +0000 (21:40 -0400)
commitdf814d96edcb8b224ead0f64b380be10ce94f900
tree03c2e0954a7f83dc512b894bc7365582984b1b3d
parentc6f15070e70c2bdd769317a0615f5c5e8869bfaa
parent784401bfc0b22b5521492047884e8d834de4dfab
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue

Jeff Kirsher says:

====================
Intel Wired LAN Driver Updates 2015-03-20

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>