From: Pablo Neira Ayuso <pablo@netfilter.org>
To: netfilter-devel@vger.kernel.org
Cc: kaber@trash.net
Subject: [PATCH 0/4] conntrack event subsystem updates for 2.6.31
Date: Sat, 02 May 2009 16:18:37 +0200 [thread overview]
Message-ID: <20090502141522.8067.436.stgit@Decadence> (raw)
Hi Patrick,
This is the first bunch of patches oriented to the event caching
system, I still have a couple more here but I'm still getting them
into shape.
These patches simplify the event caching system by removing a couple
of event which has no clients and they remove the use of the notifier
call chain by a simple indirection which is protected using RCU.
Please, apply!
---
Pablo Neira Ayuso (4):
netfilter: conntrack: replace notify chain by function pointer
netfilter: conntrack: simplify event caching system
netfilter: conntrack: remove events flags from userspace exposed file
netfilter: conntrack: don't report events on module removal
include/linux/netfilter/nf_conntrack_common.h | 69 ---------------
include/net/netfilter/nf_conntrack.h | 2
include/net/netfilter/nf_conntrack_ecache.h | 113 ++++++++++++++++++++----
net/ipv4/netfilter/nf_conntrack_proto_icmp.c | 1
net/ipv6/netfilter/nf_conntrack_proto_icmpv6.c | 1
net/netfilter/nf_conntrack_core.c | 29 ++----
net/netfilter/nf_conntrack_ecache.c | 101 ++++++++++++++++++---
net/netfilter/nf_conntrack_ftp.c | 2
net/netfilter/nf_conntrack_netlink.c | 44 ++++-----
net/netfilter/nf_conntrack_proto_tcp.c | 1
10 files changed, 210 insertions(+), 153 deletions(-)
next reply other threads:[~2009-05-02 14:18 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-02 14:18 Pablo Neira Ayuso [this message]
2009-05-02 14:18 ` [PATCH 1/4] netfilter: conntrack: don't report events on module removal Pablo Neira Ayuso
2009-05-02 14:19 ` [PATCH 2/4] netfilter: conntrack: remove events flags from userspace exposed file Pablo Neira Ayuso
2009-05-02 14:19 ` [PATCH 3/4] netfilter: conntrack: simplify event caching system Pablo Neira Ayuso
2009-05-02 14:20 ` [PATCH 4/4] netfilter: conntrack: replace notify chain by function pointer Pablo Neira Ayuso
2009-05-06 13:36 ` [PATCH 0/4] conntrack event subsystem updates for 2.6.31 Pablo Neira Ayuso
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=20090502141522.8067.436.stgit@Decadence \
--to=pablo@netfilter.org \
--cc=kaber@trash.net \
--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).