Re: [PATCH 2/10] [SKBUFF]: Add skb_morph

2007-11-26 Thread Yasuyuki KOZAKAI
From: Herbert Xu <[EMAIL PROTECTED]> > On Mon, Nov 26, 2007 at 03:50:22PM +0900, Yasuyuki KOZAKAI wrote: > > > > The refcount of nfct is leaked by this function. As a result, > > nf_conntrack_ipv6.ko cannot be unloaded after doing "ping6 -s 2000 ..." . > > dst->dst and dst->secpath are also neede

Re: [PATCH 2/10] [SKBUFF]: Add skb_morph

2007-11-26 Thread Herbert Xu
On Mon, Nov 26, 2007 at 03:50:22PM +0900, Yasuyuki KOZAKAI wrote: > > The refcount of nfct is leaked by this function. As a result, > nf_conntrack_ipv6.ko cannot be unloaded after doing "ping6 -s 2000 ..." . > dst->dst and dst->secpath are also needed to be released, I think. > > Please consider t

Re: [PATCH 2/10] [SKBUFF]: Add skb_morph

2007-11-25 Thread Yasuyuki KOZAKAI
Hello, From: Herbert Xu <[EMAIL PROTECTED]> Date: Sun, 14 Oct 2007 12:27:40 +0800 > [SKBUFF]: Add skb_morph > > This patch creates a new function skb_morph that's just like skb_clone > except that it lets user provide the spare skb that will be overwritten > by the one that's to be cloned. > >

[PATCH 2/10] [SKBUFF]: Add skb_morph

2007-10-13 Thread Herbert Xu
[SKBUFF]: Add skb_morph This patch creates a new function skb_morph that's just like skb_clone except that it lets user provide the spare skb that will be overwritten by the one that's to be cloned. This will be used by IP fragment reassembly so that we get back the same skb that went in last (ra