Re: [PATCH 0/9] Consolidate IP fragment management

2007-10-15 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Fri, 12 Oct 2007 16:55:10 +0400 > Patrick recently pointed out, that there are three places that > perform IP fragments management. In ipv4, ipv6 and in ip6 > conntracks. Looks like these places can be a bit consolidated. > > The proposal is to cr

[PATCH 0/9] Consolidate IP fragment management

2007-10-12 Thread Pavel Emelyanov
Patrick recently pointed out, that there are three places that perform IP fragments management. In ipv4, ipv6 and in ip6 conntracks. Looks like these places can be a bit consolidated. The proposal is to create a common structure inet_frag_queue to put common fields like list heads, refcounts et