From: Hannes Frederic Sowa Date: Fri, 16 Aug 2013 11:30:07 +0000 (+0200) Subject: ipv6: drop packets with multiple fragmentation headers X-Git-Tag: v3.11-rc7~11^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f46078cfcd77fa5165bf849f5e568a7ac5fa569c;p=pandora-kernel.git ipv6: drop packets with multiple fragmentation headers It is not allowed for an ipv6 packet to contain multiple fragmentation headers. So discard packets which were already reassembled by fragmentation logic and send back a parameter problem icmp. The updates for RFC 6980 will come in later, I have to do a bit more research here. Cc: YOSHIFUJI Hideaki Signed-off-by: Hannes Frederic Sowa Signed-off-by: David S. Miller --- Reading git-diff-tree failed