]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commit45e60cb3fa4ef7663ed8e13ef4e9464df4301326
tree2d75bfc36186c34715a9f7342804ec70ba94c6d3
parentdc423b6be10c56d0dd957caf307f12d16f728f07
parent921c467c6bf8f6fe5cd139b0535ad42b952330f0
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>