From: David S. Miller Date: Thu, 15 Jun 2017 18:21:04 +0000 (-0400) Subject: Merge branch 'sched-act_tunnel_key-UDP-checksusm' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3d8bd78b79800d1518133d4fd6ea0680096f9249;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git Merge branch 'sched-act_tunnel_key-UDP-checksusm' Jiri Benc says: ==================== net: sched: act_tunnel_key: UDP checksums Currently, the tunnel_key tc action does not set TUNNEL_CSUM, thus transmitting packets with zero UDP checksum. This is inconsistent with how we treat non-lwt UDP tunnels where the default is to fill in the UDP checksum. Non-zero UDP checksum is the better default anyway for various reasons previously discussed. Make this configurable for the tunnel_key tc action with the default being non-zero checksum. Saves a lot of surprises especially with IPv6. Signed-off-by: Jiri Benc ==================== Signed-off-by: David S. Miller --- 3d8bd78b79800d1518133d4fd6ea0680096f9249