]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9138e12f747fb57d2438847333a18839c5088b7b
tree755f247195052504468f796d765410698cc1a428
parentef6bcd2ecd22b359fed93d0ce165c842f8dbe2cd
parentb0f585352b829ec641e70334f48778d3bdaaca3c
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>