From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: [NETFILTER 00/05]: Netfilter fixes Date: Mon, 30 Oct 2006 19:18:56 +0100 (MET) Message-ID: <20061030181853.32038.97693.sendpatchset@localhost.localdomain> Cc: netfilter-devel@lists.netfilter.org, Patrick McHardy Return-path: To: davem@davemloft.net List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Hi Dave, the following patches contain a few important iptables fixes from the OpenVZ guys, a fix for a nf_conntrack regression from the listhelp.h removal and a small Kconfig update. I'll pass the important ones on to -stable once I've caught up with all the previous fixes. Please apply, thanks. net/ipv4/netfilter/arp_tables.c | 25 +++++++++----- net/ipv4/netfilter/ip_tables.c | 67 +++++++++++++++++++------------------- net/ipv6/netfilter/Kconfig | 2 - net/ipv6/netfilter/ip6_tables.c | 24 +++++++++---- net/netfilter/nf_conntrack_core.c | 3 + 5 files changed, 69 insertions(+), 52 deletions(-) Dmitry Mishin: [NETFILTER]: Missed and reordered checks in {arp,ip,ip6}_tables [NETFILTER]: ip_tables: compat code module refcounting fix Martin Josefsson: [NETFILTER]: nf_conntrack: add missing unlock in get_next_corpse() Peter Bieringer: [NETFILTER]: remove masq/NAT from ip6tables Kconfig help Vasily Averin: [NETFILTER]: ip_tables: compat error way cleanup