Re: [PATCH 1/3] [IPV6]: Make ipv6_frag_rcv return the same packet

2007-10-15 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Sun, 14 Oct 2007 22:49:03 +0800 > [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

[PATCH 1/3] [IPV6]: Make ipv6_frag_rcv return the same packet

2007-10-14 Thread Herbert Xu
[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. S