]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)
authorTom Herbert <therbert@google.com>
Thu, 5 Jun 2014 00:20:29 +0000 (17:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 5 Jun 2014 05:46:39 +0000 (22:46 -0700)
commit359a0ea9875ef4f32c8425bbe1ae348e1fd2ed2a
treeca8567d5204c6b891dcf5d3e012ceb4a4f027c09
parent4749c09c37030ccdc44aecebe0f71b02a377fc14
vxlan: Add support for UDP checksums (v4 sending, v6 zero csums)

Added VXLAN link configuration for sending UDP checksums, and allowing
TX and RX of UDP6 checksums.

Also, call common iptunnel_handle_offloads and added GSO support for
checksums.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c
include/net/vxlan.h
include/uapi/linux/if_link.h
net/openvswitch/vport-vxlan.c