veth: Update features to include all tunnel GSO types
authorAlexander Duyck <aduyck@mirantis.com>
Tue, 19 Apr 2016 18:02:26 +0000 (14:02 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Apr 2016 18:14:59 +0000 (14:14 -0400)
commit732912d727cd6deb3c1a05a8baa74b8ce8d510ac
tree197c180c979ae06bf892a4b9c6e80a9342bef8d5
parentb1c20f0b97b4e565fa50cde1e6b44c2fd327a1e0
veth: Update features to include all tunnel GSO types

This patch adds support for the checksum enabled versions of UDP and GRE
tunnels.  With this change we should be able to send and receive GSO frames
of these types over the veth pair without needing to segment the packets.

Signed-off-by: Alexander Duyck <aduyck@mirantis.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/veth.c