Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net
authorDavid S. Miller <davem@davemloft.net>
Sun, 17 Aug 2014 02:24:55 +0000 (19:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 Aug 2014 02:24:55 +0000 (19:24 -0700)
commit5b7911c1fccb063155a3d4705d39637e676e25be
tree178e9bc29237eb09fc2825ce659b13bb23078919
parente050dbeb0d1e19072d0d656b51f06af1af860f19
parentdb6d2bee7953842ea7b38167c31d8ab246e7d4a2
Merge branch 'master' of git://git./linux/kernel/git/jkirsher/net

Jeff Kirsher says:

====================
Intel Wired LAN Driver Updates 2014-08-15

This series contains fixes to i40e only.

Anjali provides two fixes for i40e, first adds a check for non-active
VF before sending admin queue messages to the VFS.  This resolves a
potential kernel panic which would happen whenever we got a Tx hang and
there were VFS that were not up or enabled.  The second fix adds
additional checks so that we do try to access a VF that is not up or
enabled which would dereference a null pointer.

Jesse fixes a i40e PTP bug where the hang detection routine was never
being run when PTP was enabled.
====================

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