]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/net/vxlan.c
net: add recursion limit to GRO
[mirror_ubuntu-artful-kernel.git] / drivers / net / vxlan.c
index e7d16687538b8478fda533e2ceaccdcb83961405..c1639a3e95a44d546f34491a685077ca6db860d4 100644 (file)
@@ -583,7 +583,7 @@ static struct sk_buff **vxlan_gro_receive(struct sock *sk,
                }
        }
 
-       pp = eth_gro_receive(head, skb);
+       pp = call_gro_receive(eth_gro_receive, head, skb);
        flush = 0;
 
 out: