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)
commit814f7d115ec6348070b57e08851037fce486e16b
tree755f247195052504468f796d765410698cc1a428
parent138a7f49270fde7547afe976a01cef2b9fbf3a0e
parent3dc2b6a8d38cf6c7604ec25f3d50d6ec8da04435
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 <davem@davemloft.net>