From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: netfilter 00/03: netfilter fixes Date: Thu, 16 Apr 2009 16:33:10 -0700 (PDT) Message-ID: <20090416.163310.130659157.davem@davemloft.net> References: <20090416171621.11406.78609.sendpatchset@x2.localnet> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, netfilter-devel@vger.kernel.org To: kaber@trash.net Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:54287 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1754431AbZDPXdS (ORCPT ); Thu, 16 Apr 2009 19:33:18 -0400 In-Reply-To: <20090416171621.11406.78609.sendpatchset@x2.localnet> Sender: netfilter-devel-owner@vger.kernel.org List-ID: From: Patrick McHardy Date: Thu, 16 Apr 2009 19:16:22 +0200 (MEST) > the following three patches fix two netfilter bugs introduced during the merge > window and re-add support for a feature that accidentally got dropped with the > SAME target removal: > > - a missing list initialization of the nf_log logger lists > > - a missing conversion to use the hlist_nulls list function in connection tracking > helper unregistration > > - support for persistent multi-range NAT mappings > > Please apply or pull from: > > git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git Pulled, thanks a lot!