Revision 21f1b8a6636c4dbde4aa1ec0343f42eaf653ffcc authored by Paolo Abeni on 26 April 2019, 10:50:44 UTC, committed by David S. Miller on 28 April 2019, 02:07:24 UTC
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>
1 parent fbef947
History
File Mode Size
auth.h -rw-r--r-- 4.8 KB
buffer.h -rw-r--r-- 824 bytes
ceph_debug.h -rw-r--r-- 907 bytes
ceph_features.h -rw-r--r-- 8.4 KB
ceph_frag.h -rw-r--r-- 2.0 KB
ceph_fs.h -rw-r--r-- 25.4 KB
ceph_hash.h -rw-r--r-- 472 bytes
cls_lock_client.h -rw-r--r-- 1.6 KB
debugfs.h -rw-r--r-- 769 bytes
decode.h -rw-r--r-- 9.3 KB
libceph.h -rw-r--r-- 9.6 KB
mdsmap.h -rw-r--r-- 1.6 KB
messenger.h -rw-r--r-- 11.3 KB
mon_client.h -rw-r--r-- 3.8 KB
msgpool.h -rw-r--r-- 811 bytes
msgr.h -rw-r--r-- 5.6 KB
osd_client.h -rw-r--r-- 15.5 KB
osdmap.h -rw-r--r-- 8.1 KB
pagelist.h -rw-r--r-- 1.9 KB
rados.h -rw-r--r-- 18.1 KB
string_table.h -rw-r--r-- 1.3 KB
striper.h -rw-r--r-- 1.7 KB
types.h -rw-r--r-- 558 bytes

back to top