From: Pablo Neira Ayuso <pablo@netfilter.org>
To: netfilter-devel@vger.kernel.org
Cc: kaber@trash.net
Subject: [PATCH 0/9] Netfilter updates for nf-next tree (2.6.31) (2nd try)
Date: Tue, 02 Jun 2009 20:17:39 +0200 [thread overview]
Message-ID: <20090602181336.18573.85368.stgit@Decadence> (raw)
Here it follows the first bunch of updates for your nf-next tree
(2nd try). This patchset is mostly oriented to cleanups and the
conntrack event subsystem.
You can pull this changes from:
git://1984.lsi.us.es/nf-next-2.6 master
This is the first time that I prepare a git tree to be pulled, so
let me know if I'm missing anything!
---
Pablo Neira Ayuso (9):
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
netfilter: ctnetlink: cleanup message-size calculation
netfilter: ctnetlink: use nlmsg_* helper function to build messages
netfilter: ctnetlink: rename tuple() by nf_ct_tuple() macro definition
netfilter: ctnetlink: remove nowait parameter from *fill_info()
netfilter: nfnetlink: cleanup for nfnetlink_rcv_msg() function
include/linux/netfilter/nf_conntrack_common.h | 69 ------
include/linux/netfilter/nfnetlink.h | 2
include/net/netfilter/nf_conntrack.h | 4
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 | 261 +++++++++++-------------
net/netfilter/nf_conntrack_proto_tcp.c | 1
net/netfilter/nfnetlink.c | 28 +--
12 files changed, 321 insertions(+), 291 deletions(-)
next reply other threads:[~2009-06-02 18:27 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-02 18:17 Pablo Neira Ayuso [this message]
2009-06-02 18:18 ` [PATCH 1/9] netfilter: nfnetlink: cleanup for nfnetlink_rcv_msg() function Pablo Neira Ayuso
2009-06-02 18:18 ` [PATCH 2/9] netfilter: ctnetlink: remove nowait parameter from *fill_info() Pablo Neira Ayuso
2009-06-02 18:18 ` [PATCH 3/9] netfilter: ctnetlink: rename tuple() by nf_ct_tuple() macro definition Pablo Neira Ayuso
2009-06-02 18:19 ` [PATCH 4/9] netfilter: ctnetlink: use nlmsg_* helper function to build messages Pablo Neira Ayuso
2009-06-02 18:19 ` [PATCH 5/9] netfilter: ctnetlink: cleanup message-size calculation Pablo Neira Ayuso
2009-06-02 18:20 ` [PATCH 6/9] netfilter: conntrack: don't report events on module removal Pablo Neira Ayuso
2009-06-02 18:20 ` [PATCH 7/9] netfilter: conntrack: remove events flags from userspace exposed file Pablo Neira Ayuso
2009-06-02 18:20 ` [PATCH 8/9] netfilter: conntrack: simplify event caching system Pablo Neira Ayuso
2009-06-02 18:21 ` [PATCH 9/9] netfilter: conntrack: replace notify chain by function pointer Pablo Neira Ayuso
2009-06-03 6:24 ` Patrick McHardy
2009-06-03 8:05 ` Pablo Neira Ayuso
2009-06-03 8:27 ` Patrick McHardy
2009-06-03 8:50 ` Pablo Neira Ayuso
2009-06-03 8:55 ` Pablo Neira Ayuso
2009-06-03 9:24 ` Patrick McHardy
2009-06-03 9:10 ` Patrick McHardy
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=20090602181336.18573.85368.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.