Re: [PATCH net-next 0/4] net: IP defrag: use rbtrees in IPv6 defragmentation

2019-01-25 Thread David Miller
From: Peter Oskolkov Date: Tue, 22 Jan 2019 10:02:49 -0800 > Currently, IPv6 defragmentation code drops non-last fragments that > are smaller than 1280 bytes: see > commit 0ed4229b08c1 ("ipv6: defrag: drop non-last frags smaller than min mtu") > > This behavior is not specified in IPv6 RFCs and

Re: [PATCH net-next 0/4] net: IP defrag: use rbtrees in IPv6 defragmentation

2019-01-24 Thread Eric Dumazet
On 01/22/2019 10:02 AM, Peter Oskolkov wrote: > Currently, IPv6 defragmentation code drops non-last fragments that > are smaller than 1280 bytes: see > commit 0ed4229b08c1 ("ipv6: defrag: drop non-last frags smaller than min mtu") > > This behavior is not specified in IPv6 RFCs and appears to b

[PATCH net-next 0/4] net: IP defrag: use rbtrees in IPv6 defragmentation

2019-01-22 Thread Peter Oskolkov
Currently, IPv6 defragmentation code drops non-last fragments that are smaller than 1280 bytes: see commit 0ed4229b08c1 ("ipv6: defrag: drop non-last frags smaller than min mtu") This behavior is not specified in IPv6 RFCs and appears to break compatibility with some IPv6 implementations, as repor