vxlan: allow L4 GRO passthrough
[linux-2.6-microblaze.git] / drivers / net / vxlan.c
index 7665817..39ee130 100644 (file)
@@ -3484,6 +3484,7 @@ static struct socket *vxlan_create_sock(struct net *net, bool ipv6,
        if (err < 0)
                return ERR_PTR(err);
 
+       udp_allow_gso(sock->sk);
        return sock;
 }