From: pablo@netfilter.org
To: netfilter-devel@vger.kernel.org
Cc: davem@davemloft.net, netdev@vger.kernel.org
Subject: [PATCH 0/3] netfilter fixes for 3.8-rc3
Date: Tue, 15 Jan 2013 00:24:02 +0100 [thread overview]
Message-ID: <1358205845-8522-1-git-send-email-pablo@netfilter.org> (raw)
From: Pablo Neira Ayuso <pablo@netfilter.org>
Hi David,
The following patchset contains netfilter fixes for 3.8-rc3,
they are:
* fix possible BUG_ON if several netns are in use and the nf_conntrack
module is removed, initial patch from Gao feng, final patch from myself.
* fix unset return value if conntrack zone are disabled at
compile-time, reported by Borislav Petkov, fix from myself.
* fix display error message via dmesg for arp_tables, from Jan Engelhardt.
You can pull these changes from:
git://1984.lsi.us.es/nf master
Thanks!
Jan Engelhardt (1):
netfilter: x_tables: print correct hook names for ARP
Pablo Neira Ayuso (2):
netfilter: xt_CT: fix unset return value if conntrack zone are disabled
netfilter: nf_conntrack: fix BUG_ON while removing nf_conntrack with netns
include/net/netfilter/nf_conntrack_core.h | 2 ++
net/netfilter/nf_conntrack_core.c | 9 +++++----
net/netfilter/nf_conntrack_standalone.c | 1 +
net/netfilter/x_tables.c | 28 ++++++++++++++++++++--------
net/netfilter/xt_CT.c | 4 ++--
5 files changed, 30 insertions(+), 14 deletions(-)
--
1.7.10.4
next reply other threads:[~2013-01-14 23:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-14 23:24 pablo [this message]
2013-01-14 23:24 ` [PATCH 1/3] netfilter: xt_CT: fix unset return value if conntrack zone are disabled pablo
2013-01-14 23:24 ` [PATCH 2/3] netfilter: nf_conntrack: fix BUG_ON while removing nf_conntrack with netns pablo
2013-01-14 23:24 ` [PATCH 3/3] netfilter: x_tables: print correct hook names for ARP pablo
2013-01-14 23:27 ` [PATCH 0/3] netfilter fixes for 3.8-rc3 David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1358205845-8522-1-git-send-email-pablo@netfilter.org \
--to=pablo@netfilter.org \
--cc=davem@davemloft.net \
--cc=netdev@vger.kernel.org \
--cc=netfilter-devel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).