]> Pileus Git - ~andy/linux/blobdiff - net/ipv4/tcp.c
tunneling: Add generic Tunnel segmentation.
[~andy/linux] / net / ipv4 / tcp.c
index 47e854fcae24dd8c108e93a2b5a22801a68d7232..8d14573ade772f62378da2f90393806d4069ae04 100644 (file)
@@ -3044,6 +3044,7 @@ struct sk_buff *tcp_tso_segment(struct sk_buff *skb,
                               SKB_GSO_TCP_ECN |
                               SKB_GSO_TCPV6 |
                               SKB_GSO_GRE |
+                              SKB_GSO_UDP_TUNNEL |
                               0) ||
                             !(type & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6))))
                        goto out;