From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 0/3] netfilter: netfilter fixes Date: Thu, 20 May 2010 23:12:30 -0700 (PDT) Message-ID: <20100520.231230.247122843.davem@davemloft.net> References: <1274371246-26760-1-git-send-email-kaber@trash.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netfilter-devel@vger.kernel.org, netdev@vger.kernel.org To: kaber@trash.net Return-path: In-Reply-To: <1274371246-26760-1-git-send-email-kaber@trash.net> Sender: netdev-owner@vger.kernel.org List-Id: netfilter-devel.vger.kernel.org From: kaber@trash.net Date: Thu, 20 May 2010 18:00:43 +0200 > following are three fixes for netfilter: > > - handling of non-linear skbs in the SIP conntrack helper. This fixes tracking > failures when running on the same machine as a SIP application that is > producing non-linear skbs. Long term this should be fixed by using the string > search API, but that is a bigger piece of work. > > - fix for a race condition in nf_conntrack that might lead to conntrack entries > marked as dead entering the hash tables, blocking new connections with similar > keys. > > - a fix for an incorrect comment about the checkentry return conventions. > > Please apply or pull from: > > git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6.git master Pulled, thanks Patrick.