From: Jorge Boncompte [DTI2] Date: Thu, 19 Mar 2009 06:26:11 +0000 (-0700) Subject: netns: oops in ip[6]_frag_reasm incrementing stats X-Git-Tag: v2.6.29~3^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bad35b7c9588eb5e65c03bcae54e7eb6b1a6504;p=pandora-kernel.git netns: oops in ip[6]_frag_reasm incrementing stats dev can be NULL in ip[6]_frag_reasm for skb's coming from RAW sockets. Quagga's OSPFD sends fragmented packets on a RAW socket, when netfilter conntrack reassembles them on the OUTPUT path you hit this code path. You can test it with something like "hping2 -0 -d 2000 -f AA.BB.CC.DD" With help from Jarek Poplawski. Signed-off-by: Jorge Boncompte [DTI2] Signed-off-by: David S. Miller --- Reading git-diff-tree failed