From: pablo@netfilter.org
To: netfilter-devel@vger.kernel.org
Cc: davem@davemloft.net, netdev@vger.kernel.org
Subject: [PATCH 0/5] netfilter updates for net (3.4) tree
Date: Fri, 23 Mar 2012 10:34:12 +0100 [thread overview]
Message-ID: <1332495257-3149-1-git-send-email-pablo@netfilter.org> (raw)
From: Pablo Neira Ayuso <pablo@netfilter.org>
Hi David,
The following are five fixes for xt_LOG and the cttimeout
infrastructure that got into your tree in the previous development
cycle. This contains:
* One fix for missing symbol in xt_LOG reported by Randy Dunlap.
* Fix module dependency between cttimeout and nf_conntrack_proto_*
friends from me. Now, we make sure that protocol trackers modules
cannot be unloaded if there's any cttimeout object refering to
them.
* Fix missing rcu_read_lock section in xt_CT while dereferencing
a RCU pointer.
* Fix the assignation of a custom timeout policy for the generic
protocol tracker.
* Fix possible inconsistencies in the application of the cttimeout
policy by permanently attaching it to the conntrack entry. Before
this patch, the timeout policy was attached per packet which may
result in applying the timeout policy only in one traffic
direction.
You can pull this changes from:
git://1984.lsi.us.es/net master
Thanks!
Pablo Neira Ayuso (5):
netfilter: xt_LOG: use CONFIG_IP6_NF_IPTABLES instead of CONFIG_IPV6
netfilter: cttimeout: fix dependency with l4protocol conntrack module
netfilter: xt_CT: missing rcu_read_lock section in timeout assignment
netfilter: xt_CT: fix assignation of the generic protocol tracker
netfilter: nf_conntrack: permanently attach timeout policy to conntrack
include/net/netfilter/nf_conntrack_l4proto.h | 4 ++
include/net/netfilter/nf_conntrack_timeout.h | 2 +-
net/netfilter/nf_conntrack_core.c | 39 ++++++++++++----------
net/netfilter/nf_conntrack_proto.c | 21 ++++++++++++
net/netfilter/nfnetlink_cttimeout.c | 45 +++++++++++++------------
net/netfilter/xt_CT.c | 31 +++++++++++++----
net/netfilter/xt_LOG.c | 12 +++---
7 files changed, 100 insertions(+), 54 deletions(-)
--
1.7.2.5
next reply other threads:[~2012-03-23 9:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-23 9:34 pablo [this message]
2012-03-23 9:34 ` [PATCH 1/5] netfilter: xt_LOG: use CONFIG_IP6_NF_IPTABLES instead of CONFIG_IPV6 pablo
2012-03-23 9:34 ` [PATCH 2/5] netfilter: cttimeout: fix dependency with l4protocol conntrack module pablo
2012-03-23 9:34 ` [PATCH 3/5] netfilter: xt_CT: missing rcu_read_lock section in timeout assignment pablo
2012-03-23 9:34 ` [PATCH 4/5] netfilter: xt_CT: fix assignation of the generic protocol tracker pablo
2012-03-23 9:34 ` [PATCH 5/5] netfilter: nf_conntrack: permanently attach timeout policy to conntrack pablo
2012-03-23 18:26 ` [PATCH 0/5] netfilter updates for net (3.4) tree 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=1332495257-3149-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).