]> 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>
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)
commit3094d495ff4ae1ac01feb3a7634a0725a22d7d75
tree178e9bc29237eb09fc2825ce659b13bb23078919
parente64aec47af54a10b46bb47c5a15ddcc03c39290a
parent2f75dbb37c3d94c8fb6d1e83e1297fca6da5a1e3
Merge branch 'master' of git://git.kernel.org/pub/scm/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>