]> git.baikalelectronics.ru Git - kernel.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)
commitc3320aa062d6d4a5e2532d46eff57bc781bd94d8
treeca8567d5204c6b891dcf5d3e012ceb4a4f027c09
parent28be3ee1b21b98d58cc49b9793f6a5c828e81a9c
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