aboutsummaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorDaniel Axtens2018-03-01 17:13:38 +1100
committerDavid S. Miller2018-03-04 17:49:17 -0500
commitee78bbef8d63202ca0f2485aecf30b8c2b0088cc (patch)
treefb4656122536f2df9964865d441751c31a0005da /Kconfig
parent779b7931b27bfa80bac46d0115d229259aef580b (diff)
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 'Kconfig')
0 files changed, 0 insertions, 0 deletions