From: Herbert Xu Date: Mon, 15 Oct 2007 08:28:47 +0000 (-0700) Subject: [IPV6]: Make ipv6_frag_rcv return the same packet X-Git-Tag: v2.6.24-rc1~1277^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f61944efdf0d2569721ed6d7b0445e9f1214b295;p=pandora-kernel.git [IPV6]: Make ipv6_frag_rcv return the same packet This patch implements the same change taht was done to ip_defrag. It makes ipv6_frag_rcv return the last packet received of a train of fragments rather than the head of that sequence. This allows us to get rid of the sk_buff ** argument later. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed