From: Pablo Neira Ayuso <pablo@netfilter.org>
To: netfilter-devel@vger.kernel.org
Cc: kaber@trash.net
Subject: [PATCH 0/4] improve conntrack event reliability (try 3)
Date: Wed, 10 Jun 2009 15:40:17 +0200 [thread overview]
Message-ID: <20090610133716.14805.95308.stgit@Decadence> (raw)
Hi Patrick,
Here it follows the third incarnation of the reliable event delivery
for the conntrack event subsystem. I think that I did not miss any
of your suggestions and comments from the last time. This patchset
includes the missed cache approach that you have proposed today and
Eric's ack'ed patch that I sent yesterday to add some missing functions
to the nulls lists.
If you like them, you can pull them from:
git://1984.lsi.us.es/nf-next-2.6 master
Thanks!
---
Pablo Neira Ayuso (4):
netfilter: conntrack: optional reliable conntrack event delivery
list_nulls: add hlist_nulls_add_head and hlist_nulls_del
netfilter: conntrack: move helper destruction to nf_ct_helper_destroy()
netfilter: conntrack: move event caching to conntrack extension infrastructure
include/linux/list_nulls.h | 18 ++
include/net/netfilter/nf_conntrack.h | 2
include/net/netfilter/nf_conntrack_ecache.h | 160 ++++++++++++---------
include/net/netfilter/nf_conntrack_extend.h | 2
include/net/netfilter/nf_conntrack_helper.h | 2
include/net/netns/conntrack.h | 7 +
net/netfilter/nf_conntrack_core.c | 103 ++++++++++---
net/netfilter/nf_conntrack_ecache.c | 210 ++++++++++++++++++---------
net/netfilter/nf_conntrack_helper.c | 14 ++
net/netfilter/nf_conntrack_netlink.c | 68 +++++----
10 files changed, 394 insertions(+), 192 deletions(-)
next reply other threads:[~2009-06-10 13:40 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-10 13:40 Pablo Neira Ayuso [this message]
2009-06-10 13:40 ` [PATCH 1/4] netfilter: conntrack: move event caching to conntrack extension infrastructure Pablo Neira Ayuso
2009-06-10 13:41 ` [PATCH 2/4] netfilter: conntrack: move helper destruction to nf_ct_helper_destroy() Pablo Neira Ayuso
2009-06-10 13:41 ` [PATCH 3/4] list_nulls: add hlist_nulls_add_head and hlist_nulls_del Pablo Neira Ayuso
2009-06-10 13:41 ` [PATCH 4/4] netfilter: conntrack: optional reliable conntrack event delivery Pablo Neira Ayuso
2009-06-10 13:47 ` Pablo Neira Ayuso
2009-06-10 13:48 ` Patrick McHardy
2009-06-10 14:56 ` Pablo Neira Ayuso
2009-06-10 15:04 ` Patrick McHardy
2009-06-10 15:10 ` Pablo Neira Ayuso
2009-06-10 20:07 ` 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=20090610133716.14805.95308.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.