From: Eric Dumazet Date: Mon, 16 May 2011 08:37:37 +0000 (+0000) Subject: ipv4: more compliant RFC 3168 support X-Git-Tag: v3.0-rc1~377^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5173cc057787560c127c6e9737f308c833dc4ff3;p=pandora-kernel.git ipv4: more compliant RFC 3168 support Commit 6623e3b24a5e (ipv4: IP defragmentation must be ECN aware) was an attempt to not lose "Congestion Experienced" (CE) indications when performing datagram defragmentation. Stefanos Harhalakis raised the point that RFC 3168 requirements were not completely met by this commit. In particular, we MUST detect invalid combinations and eventually drop illegal frames. Reported-by: Stefanos Harhalakis Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed