]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: Add GSO support for UDP tunnels with checksum
authorTom Herbert <therbert@google.com>
Thu, 5 Jun 2014 00:20:16 +0000 (17:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Jun 2014 05:46:38 +0000 (22:46 -0700)
commit0f4f4ffa7b7c3d29d0537a126145c9f8d8ed5dbc
tree03c42c474aacb185f7401acdffea600476d1d6e1
parente9c3a24b3ace90b428848fdaf772ed264982abcc
net: Add GSO support for UDP tunnels with checksum

Added a new netif feature for GSO_UDP_TUNNEL_CSUM. This indicates
that a device is capable of computing the UDP checksum in the
encapsulating header of a UDP tunnel.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdev_features.h
include/linux/skbuff.h
net/ipv4/af_inet.c
net/ipv4/tcp_offload.c
net/ipv4/udp.c
net/ipv4/udp_offload.c
net/ipv6/ip6_offload.c
net/ipv6/udp_offload.c