From: Eric Leblond <eric@regit.org>
To: pablo@netfilter.org
Cc: netfilter-devel@vger.kernel.org
Subject: [PATCH 0/2] ct_set: port CT target to nftables
Date: Thu, 2 Jan 2014 10:12:54 +0100 [thread overview]
Message-ID: <1388653976-30802-1-git-send-email-eric@regit.org> (raw)
Hello,
Here's a patchset implementing CT features into a nftables modules
named ct_set. I've used same technique as my previous work by
factoring code in first patch and introducing the new module in
second one.
libnftables implementation is done and will be attached to this
thread.
I will work on nft support in the coming days.
Patchset statistics:
include/net/netfilter/nf_ct_set.h | 137 ++++++++++++++++
include/uapi/linux/netfilter/nf_tables.h | 36 +++++
net/netfilter/Kconfig | 5 +
net/netfilter/Makefile | 1 +
net/netfilter/nft_ct_set.c | 262 +++++++++++++++++++++++++++++++
net/netfilter/xt_CT.c | 143 +----------------
6 files changed, 449 insertions(+), 135 deletions(-)
BR,
--
Eric Leblond
next reply other threads:[~2014-01-02 9:13 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-01-02 9:12 Eric Leblond [this message]
2014-01-02 9:12 ` [PATCH 1/2] netfilter: CT: factorize reusable code Eric Leblond
2014-01-02 9:12 ` [PATCH 2/2] netfilter: nftables: introduce ct_set module Eric Leblond
2014-01-02 14:05 ` Pablo Neira Ayuso
2014-01-02 9:14 ` [libnftables PATCH] expr: add ct_set expression Eric Leblond
2014-01-02 9:52 ` Arturo Borrero Gonzalez
2014-01-02 10:15 ` Eric Leblond
2014-01-02 11:20 ` Arturo Borrero Gonzalez
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=1388653976-30802-1-git-send-email-eric@regit.org \
--to=eric@regit.org \
--cc=netfilter-devel@vger.kernel.org \
--cc=pablo@netfilter.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).