diff options
author | Paolo Abeni <pabeni@redhat.com> | 2019-04-26 12:50:44 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-04-27 22:07:24 -0400 |
commit | 21f1b8a6636c4dbde4aa1ec0343f42eaf653ffcc (patch) | |
tree | 33d35206b298bec0f5f6cc43d52f392c966b6d07 /net/netfilter | |
parent | fbef9478ff2266593a4ff45ff770a68d908bae8b (diff) | |
download | linux-21f1b8a6636c4dbde4aa1ec0343f42eaf653ffcc.tar.bz2 |
udp: fix GRO reception in case of length mismatch
Currently, the UDP GRO code path does bad things on some edge
conditions - Aggregation can happen even on packet with different
lengths.
Fix the above by rewriting the 'complete' condition for GRO
packets. While at it, note explicitly that we allow merging the
first packet per burst below gso_size.
Reported-by: Sean Tong <seantong114@gmail.com>
Fixes: e20cf8d3f1f7 ("udp: implement GRO for plain UDP sockets.")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/netfilter')
0 files changed, 0 insertions, 0 deletions