]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next...
authorDavid S. Miller <davem@davemloft.net>
Fri, 7 Apr 2017 12:41:49 +0000 (05:41 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Apr 2017 12:41:49 +0000 (05:41 -0700)
commit2f7898470b0d0c77519136b12e78da0cac9896f4
tree2d75bfc36186c34715a9f7342804ec70ba94c6d3
parent60f3505fd3165351bf7466fbec52db966cfcfbcb
parentae7a87623a43fdfb0f5c5b58b84a17018ca5b075
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue

Jeff Kirsher says:

====================
40GbE Intel Wired LAN Driver Updates 2017-04-06

This series contains updates to i40e and i40evf.

Preethi adds support for the outer checksum and TSO offloads for
encapsulated packets for the VF.

Mitch fixes a possible memory leak, where we need to remove the client
instance when the driver unloads.  Also we need to check to see if the
client (i40iw) is already present during probe, and add a client instance
if necessary.  Lastly, make sure we close any attached clients when the
driver is removed or shut down to prevent a kernel panic.
====================

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