]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net
authorDavid S. Miller <davem@davemloft.net>
Thu, 16 Oct 2014 18:42:51 +0000 (14:42 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 16 Oct 2014 18:42:51 +0000 (14:42 -0400)
commita1e96f9e3e5bd15a9aa832087882f1bc78a2d5bf
tree7adb7e47650db14b864e21d7bc31e54ad6914c72
parentd1c0846008afb6524a8492b9eb9b64e53a9f95e0
parentf2fae250508865720a3cc9ad961e9ead9db38c48
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net

Jeff Kirsher says:

====================
Intel Wired LAN Driver Updates 2014-10-16

This series contains updates to fm10k and ixgbe.

Matthew provides two fixes for fm10k, first sets the flag to fetch the
host state before kicking off the service task that reads the host
state when bringing the interface up.  The second makes sure that we
release the mailbox lock after detecting an error and before we return
the error code.

Andy Zhou provides a compile fix for fm10k, when the driver is compiled
into the kernel and the VXLAN driver is compiled as a module.

Emil provides a fix for ixgbe to prevent against a panic by trying
to dereference a NULL pointer in ixgbe_ndo_set_vf_spoofchk().
====================

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