From: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
To: netfilter-devel@vger.kernel.org
Cc: Pablo Neira Ayuso <pablo@netfilter.org>
Subject: [PATCH 00/13] ipset patches for nf-next
Date: Sat, 27 Apr 2013 14:50:32 +0200 [thread overview]
Message-ID: <1367067045-960-1-git-send-email-kadlec@blackhole.kfki.hu> (raw)
Hi Pablo,
Please consider applying the next patches against your nf-next tree.
The patches introduce the new extensions infrastructure in ipset and
add packet/byte counters as a new extension besides timeouts. The set
match is extended by the functionality to match the counters too.
Best regards,
Jozsef
The following changes since commit 37fe0660981d7a1577409226f77554c2c5123e27:
Vlad Yasevich (1):
net: fix address check in rtnl_fdb_del
are available in the git repository at:
git://blackhole.kfki.hu/nf-next master
Jozsef Kadlecsik (13):
netfilter: ipset: Make possible to test elements marked with nomatch
netfilter: ipset: Move often used IPv6 address masking function to header file
netfilter: ipset: Introduce extensions to elements in the core
netfilter: ipset: Unified bitmap type generation
netfilter: ipset: Bitmap types using the unified code base
netfilter: ipset: Unified hash type generation
netfilter: ipset: Hash types using the unified code base
netfilter: ipset: list:set type using the extension interface
netfilter: ipset: Introduce the counter extension in the core
netfilter: ipset: The bitmap types with counter support
netfilter: ipset: The hash types with counter support
netfilter: ipset: The list:set type with counter support
netfilter: ipset: set match: add support to match the counters
include/linux/netfilter/ipset/ip_set.h | 126 +++-
include/linux/netfilter/ipset/ip_set_ahash.h | 1241 ------------------------
include/linux/netfilter/ipset/ip_set_bitmap.h | 6 +
include/linux/netfilter/ipset/ip_set_timeout.h | 102 +--
include/linux/netfilter/ipset/pfxlen.h | 9 +
include/uapi/linux/netfilter/ipset/ip_set.h | 36 +-
include/uapi/linux/netfilter/xt_set.h | 9 +
net/netfilter/ipset/ip_set_bitmap_gen.h | 277 ++++++
net/netfilter/ipset/ip_set_bitmap_ip.c | 411 +++------
net/netfilter/ipset/ip_set_bitmap_ipmac.c | 624 +++++--------
net/netfilter/ipset/ip_set_bitmap_port.c | 414 +++------
net/netfilter/ipset/ip_set_core.c | 36 +-
net/netfilter/ipset/ip_set_hash_gen.h | 1100 +++++++++++++++++++++
net/netfilter/ipset/ip_set_hash_ip.c | 344 ++-----
net/netfilter/ipset/ip_set_hash_ipport.c | 362 +++-----
net/netfilter/ipset/ip_set_hash_ipportip.c | 368 +++-----
net/netfilter/ipset/ip_set_hash_ipportnet.c | 469 +++------
net/netfilter/ipset/ip_set_hash_net.c | 402 +++------
net/netfilter/ipset/ip_set_hash_netiface.c | 478 ++++------
net/netfilter/ipset/ip_set_hash_netport.c | 456 +++------
net/netfilter/ipset/ip_set_list_set.c | 622 +++++++-----
net/netfilter/xt_set.c | 94 ++-
22 files changed, 3478 insertions(+), 4508 deletions(-)
delete mode 100644 include/linux/netfilter/ipset/ip_set_ahash.h
create mode 100644 net/netfilter/ipset/ip_set_bitmap_gen.h
create mode 100644 net/netfilter/ipset/ip_set_hash_gen.h
next reply other threads:[~2013-04-27 12:50 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-27 12:50 Jozsef Kadlecsik [this message]
2013-04-27 12:50 ` [PATCH 01/13] netfilter: ipset: Make possible to test elements marked with nomatch Jozsef Kadlecsik
2013-04-27 12:50 ` [PATCH 02/13] netfilter: ipset: Move often used IPv6 address masking function to header file Jozsef Kadlecsik
2013-04-27 12:50 ` [PATCH 03/13] netfilter: ipset: Introduce extensions to elements in the core Jozsef Kadlecsik
2013-04-27 12:50 ` [PATCH 04/13] netfilter: ipset: Unified bitmap type generation Jozsef Kadlecsik
2013-04-27 12:50 ` [PATCH 05/13] netfilter: ipset: Bitmap types using the unified code base Jozsef Kadlecsik
2013-04-27 12:50 ` [PATCH 06/13] netfilter: ipset: Unified hash type generation Jozsef Kadlecsik
2013-04-27 12:50 ` [PATCH 07/13] netfilter: ipset: Hash types using the unified code base Jozsef Kadlecsik
2013-04-27 12:50 ` [PATCH 08/13] netfilter: ipset: list:set type using the extension interface Jozsef Kadlecsik
2013-04-27 12:50 ` [PATCH 09/13] netfilter: ipset: Introduce the counter extension in the core Jozsef Kadlecsik
2013-04-27 12:50 ` [PATCH 10/13] netfilter: ipset: The bitmap types with counter support Jozsef Kadlecsik
2013-04-27 12:50 ` [PATCH 11/13] netfilter: ipset: The hash " Jozsef Kadlecsik
2013-04-27 12:50 ` [PATCH 12/13] netfilter: ipset: The list:set type " Jozsef Kadlecsik
2013-04-27 12:50 ` [PATCH 13/13] netfilter: ipset: set match: add support to match the counters Jozsef Kadlecsik
2013-04-27 17:33 ` Pablo Neira Ayuso
2013-04-27 18:36 ` Jozsef Kadlecsik
2013-04-27 12:54 ` [PATCH 00/13] ipset patches for nf-next Dash Four
2013-04-27 18:44 ` Jozsef Kadlecsik
2013-04-27 20:07 ` Dash Four
2013-04-27 20:15 ` Jozsef Kadlecsik
2013-04-27 17:42 ` 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=1367067045-960-1-git-send-email-kadlec@blackhole.kfki.hu \
--to=kadlec@blackhole.kfki.hu \
--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).