]> git.baikalelectronics.ru Git - kernel.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)
commitfb383c7bf38f0e1da750d9e15b8727e2bab10d07
tree03c2e0954a7f83dc512b894bc7365582984b1b3d
parent323b04f4ecc40ca59e0cd3b87ca5eca515821fd5
parent0856e3067d7581707509ddd193f70814fbc89020
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>