From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cong Wang Subject: Re: [PATCH net-next 0/4] ipv6: fix the reassembly expire code in nf_conntrack Date: Mon, 17 Sep 2012 11:13:29 +0800 Message-ID: <1347851609.17409.28.camel@cr0> References: <1347517541-10653-1-git-send-email-amwang@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Cc: netfilter-devel@vger.kernel.org, Herbert Xu , "David S. Miller" To: netdev@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:25501 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751988Ab2IQDNk (ORCPT ); Sun, 16 Sep 2012 23:13:40 -0400 In-Reply-To: <1347517541-10653-1-git-send-email-amwang@redhat.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: Ping... Any review? :) On Thu, 2012-09-13 at 14:25 +0800, Cong Wang wrote: > ipv6: add a new namespace for nf_conntrack_reasm > ipv6: unify conntrack reassembly expire code with > ipv6: make ip6_frag_nqueues() and ip6_frag_mem() static > ipv6: unify fragment thresh handling code > > Cc: Herbert Xu > Cc: "David S. Miller" > Signed-off-by: Cong Wang > > --- > > include/net/inet_frag.h | 2 +- > include/net/ipv6.h | 32 +++++- > include/net/net_namespace.h | 3 + > include/net/netns/conntrack.h | 6 + > net/ipv4/inet_fragment.c | 9 +- > net/ipv4/ip_fragment.c | 5 +- > net/ipv6/netfilter/nf_conntrack_reasm.c | 196 ++++++++++++++++--------------- > net/ipv6/reassembly.c | 88 ++++---------- > 8 files changed, 176 insertions(+), 165 deletions(-) >