Skip to content

Commit

Permalink
geneve: allow UDP L4 GRO passthrou
Browse files Browse the repository at this point in the history
Similar to the previous commit, let even geneve
passthrou the L4 GRO packets

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Paolo Abeni authored and David S. Miller committed Mar 31, 2021
1 parent d18931a commit 61630c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/geneve.c
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,7 @@ static struct socket *geneve_create_sock(struct net *net, bool ipv6,
if (err < 0)
return ERR_PTR(err);

udp_allow_gso(sock->sk);
return sock;
}

Expand Down

0 comments on commit 61630c4

Please sign in to comment.