From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: [NETFILTER 00/06]: Netfilter fixes Date: Tue, 25 Jul 2006 05:26:54 +0200 (MEST) Message-ID: <20060725032653.25063.8139.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, following are a few small netfilter fixes and a patch to finally add the bridge netfilter deferred hooks to feature-removal-schedule and disable them by default, which classifies as a huge bugfix in my opinion :) Please apply, thanks. Documentation/feature-removal-schedule.txt | 16 ++++++++++++++++ include/linux/netfilter_bridge.h | 2 ++ net/bridge/br_netfilter.c | 5 +++++ net/ipv4/netfilter/ip_conntrack_standalone.c | 4 ++-- net/ipv4/netfilter/ip_nat_snmp_basic.c | 4 ++-- net/netfilter/Kconfig | 4 ++-- net/netfilter/nf_conntrack_standalone.c | 4 ++-- net/netfilter/nf_queue.c | 9 ++++----- net/netfilter/xt_physdev.c | 15 +++++++++++++++ net/netfilter/xt_pkttype.c | 12 +++++++++++- 10 files changed, 61 insertions(+), 14 deletions(-) Adrian Bunk: [NETFILTER]: conntrack: fix SYSCTL=n compile Patrick McHardy: [NETFILTER]: nf_queue: handle NF_STOP and unknown verdicts in nf_reinject [NETFILTER]: SNMP NAT: fix byteorder confusion [NETFILTER]: bridge netfilter: add deferred output hooks to feature-removal-schedule [NETFILTER]: Demote xt_sctp to EXPERIMENTAL Phil Oester: [NETFILTER]: xt_pkttype: fix mismatches on locally generated packets