From: Patrick McHardy Date: Thu, 10 May 2007 21:17:36 +0000 (-0700) Subject: [NETFILTER]: iptable_raw: ignore short packets sent by SOCK_RAW sockets X-Git-Tag: v2.6.22-rc1~34^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=802169a4b0f71d25a0f798a9c0657a565b1e79bc;p=pandora-kernel.git [NETFILTER]: iptable_raw: ignore short packets sent by SOCK_RAW sockets iptables matches and targets expect packets to have at least a full IP header and a valid header length. Ignore packets sent through raw sockets for which this isn't true as in the other tables. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed