From: Herbert Xu Date: Sun, 14 Oct 2007 07:38:15 +0000 (-0700) Subject: [IPV4]: Make ip_defrag return the same packet X-Git-Tag: v2.6.24-rc1~1277^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1706d58763c36133d7fce6cc78b1444fd40db28c;p=pandora-kernel.git [IPV4]: Make ip_defrag return the same packet This patch is a bit of a hack. However it is worth it if you consider that this is the only reason why we have to carry around the struct sk_buff ** pointers in netfilter. It makes ip_defrag always return the packet that was given to it on input. It does this by cloning the packet and replacing its original contents with the head fragment if necessary. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed