netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ct_set: port CT target to nftables
@ 2014-01-02  9:12 Eric Leblond
  2014-01-02  9:12 ` [PATCH 1/2] netfilter: CT: factorize reusable code Eric Leblond
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Eric Leblond @ 2014-01-02  9:12 UTC (permalink / raw)
  To: pablo; +Cc: netfilter-devel



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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2014-01-02 14:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-02  9:12 [PATCH 0/2] ct_set: port CT target to nftables Eric Leblond
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

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).