Merge branch 'ipv6_vxlan_outer_udp_csum'
authorDavid S. Miller <davem@davemloft.net>
Tue, 25 Nov 2014 19:12:36 +0000 (14:12 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 25 Nov 2014 19:12:36 +0000 (14:12 -0500)
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 <davem@davemloft.net>

Trivial merge