diff options
author | Florian Westphal <fw@strlen.de> | 2018-08-03 02:22:20 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-08-06 02:21:14 +0200 |
commit | 0ed4229b08c13c84a3c301a08defdc9e7f4467e6 (patch) | |
tree | 25ed6930db15e9d4150afaaf7ad46467c496feb1 /net/ipv6/route.c | |
parent | Merge branch 'ip-Use-rb-trees-for-IP-frag-queue' (diff) | |
download | linux-0ed4229b08c13c84a3c301a08defdc9e7f4467e6.tar.xz linux-0ed4229b08c13c84a3c301a08defdc9e7f4467e6.zip |
ipv6: defrag: drop non-last frags smaller than min mtu
don't bother with pathological cases, they only waste cycles.
IPv6 requires a minimum MTU of 1280 so we should never see fragments
smaller than this (except last frag).
v3: don't use awkward "-offset + len"
v2: drop IPv4 part, which added same check w. IPV4_MIN_MTU (68).
There were concerns that there could be even smaller frags
generated by intermediate nodes, e.g. on radio networks.
Cc: Peter Oskolkov <posk@google.com>
Cc: Eric Dumazet <edumazet@google.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/route.c')
0 files changed, 0 insertions, 0 deletions