Skip to content

Commit

Permalink
bareudp: 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 61630c4 commit b03ef67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/bareudp.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ static struct socket *bareudp_create_sock(struct net *net, __be16 port)
if (err < 0)
return ERR_PTR(err);

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

Expand Down

0 comments on commit b03ef67

Please sign in to comment.