From: Dash Four <mr.dash.four@googlemail.com>
To: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Cc: Pablo Neira Ayuso <pablo@netfilter.org>,
Netfilter Core Team <netfilter-devel@vger.kernel.org>
Subject: [PATCH v4 0/2] ipset: add "inner" flag version support
Date: Fri, 05 Jul 2013 23:23:46 +0100 [thread overview]
Message-ID: <51D74772.7000906@googlemail.com> (raw)
This series of 2 patches supplements the previous version (v3) and adds
"inner" flag version support to all registered ipset types
(kernel + userspace).
Dash Four (2):
ipset: add set match "inner" flag support
ipset (userspace): add "inner" flag version support
kernel/net/netfilter/ipset/ip_set_bitmap_ip.c | 10 ++-
kernel/net/netfilter/ipset/ip_set_bitmap_ipmac.c | 10 ++-
kernel/net/netfilter/ipset/ip_set_bitmap_port.c | 4 +-
kernel/net/netfilter/ipset/ip_set_hash_ip.c | 13 +++-
kernel/net/netfilter/ipset/ip_set_hash_ipport.c | 19 +++--
kernel/net/netfilter/ipset/ip_set_hash_ipportip.c | 25 ++++---
kernel/net/netfilter/ipset/ip_set_hash_ipportnet.c | 29 +++++---
kernel/net/netfilter/ipset/ip_set_hash_net.c | 13 +++-
kernel/net/netfilter/ipset/ip_set_hash_netiface.c | 13 +++-
kernel/net/netfilter/ipset/ip_set_hash_netport.c | 24 +++---
lib/ipset_bitmap_ip.c | 45 ++++++++++++
lib/ipset_bitmap_ipmac.c | 51 +++++++++++++
lib/ipset_bitmap_port.c | 44 +++++++++++
lib/ipset_hash_ip.c | 44 +++++++++++
lib/ipset_hash_ipport.c | 63 ++++++++++++++++
lib/ipset_hash_ipportip.c | 74 +++++++++++++++++++
lib/ipset_hash_ipportnet.c | 84 +++++++++++++++++++++
lib/ipset_hash_net.c | 49 +++++++++++++
lib/ipset_hash_netiface.c | 64 ++++++++++++++++
lib/ipset_hash_netport.c | 69 ++++++++++++++++++
20 files changed, 694 insertions(+), 53 deletions(-)
next reply other threads:[~2013-07-05 22:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-05 22:23 Dash Four [this message]
2013-07-08 7:50 ` [PATCH v4 0/2] ipset: add "inner" flag version support Jozsef Kadlecsik
2013-07-08 17:02 ` Jozsef Kadlecsik
2013-07-10 11:31 ` Dash Four
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=51D74772.7000906@googlemail.com \
--to=mr.dash.four@googlemail.com \
--cc=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).