net: Add GSO support for UDP tunnels with checksum
[deliverable/linux.git] / net / ipv6 / ip6_offload.c
index b2f091566f88453bce5eb3c33b47e1c9c040447c..d54c5744e3db5f742f22f70b9b4c9b8a72a9d77c 100644 (file)
@@ -100,6 +100,7 @@ static struct sk_buff *ipv6_gso_segment(struct sk_buff *skb,
                       SKB_GSO_IPIP |
                       SKB_GSO_SIT |
                       SKB_GSO_UDP_TUNNEL |
+                      SKB_GSO_UDP_TUNNEL_CSUM |
                       SKB_GSO_MPLS |
                       SKB_GSO_TCPV6 |
                       0)))
This page took 0.029308 seconds and 5 git commands to generate.