aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/xfrm4_output.c
diff options
context:
space:
mode:
authorDaniel Axtens <dja@axtens.net>2018-03-01 17:13:38 +1100
committerDavid S. Miller <davem@davemloft.net>2018-03-04 17:49:17 -0500
commitee78bbef8d63202ca0f2485aecf30b8c2b0088cc (patch)
treefb4656122536f2df9964865d441751c31a0005da /net/ipv4/xfrm4_output.c
parentnet: rename skb_gso_validate_mtu -> skb_gso_validate_network_len (diff)
downloadlinux-dev-ee78bbef8d63202ca0f2485aecf30b8c2b0088cc.tar.xz
linux-dev-ee78bbef8d63202ca0f2485aecf30b8c2b0088cc.zip
net: sched: tbf: handle GSO_BY_FRAGS case in enqueue
tbf_enqueue() checks the size of a packet before enqueuing it. However, the GSO size check does not consider the GSO_BY_FRAGS case, and so will drop GSO SCTP packets, causing a massive drop in throughput. Use skb_gso_validate_mac_len() instead, as it does consider that case. Signed-off-by: Daniel Axtens <dja@axtens.net> Reviewed-by: Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/xfrm4_output.c')
0 files changed, 0 insertions, 0 deletions