From: David S. Miller Date: Tue, 25 Nov 2014 19:12:36 +0000 (-0500) Subject: Merge branch 'ipv6_vxlan_outer_udp_csum' X-Git-Tag: v3.18-rc7~15^2~9 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=814f7d115ec6348070b57e08851037fce486e16b;p=platform%2Fkernel%2Flinux-exynos.git Merge branch 'ipv6_vxlan_outer_udp_csum' Alexander Duyck says: ==================== Fix outer UDP checksums for IPv6 VXLAN tunnels In testing against an older kernel I found a couple issues in the IPv6 VXLAN tunnel checksum logic for the outer UDP checksum. First the default transitioned from using an outer checksum to not using one. Second, sometime after that the checksum inputs were changed resulting the checksum not being correct if it were computed. These two issues prevented a ping from the newer kernel to the older one. With these two changes applied I verified I was able to send traffic over the VXLAN tunnel to a link partner on an older kernel. The boolean flip fix can be submitted for 3.17 stable as well since the patch that introduced the issue was included in that kernel. ==================== Signed-off-by: David S. Miller --- 814f7d115ec6348070b57e08851037fce486e16b