netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
To: netfilter-devel@vger.kernel.org
Cc: Patrick McHardy <kaber@trash.net>,
	David Miller <davem@davemloft.net>,
	Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Subject: [PATCH 0/6] ipset patches against net-next-2.6/nf-next-2.6
Date: Fri, 20 May 2011 20:59:34 +0200	[thread overview]
Message-ID: <1305917980-14567-1-git-send-email-kadlec@blackhole.kfki.hu> (raw)

Hi Dave and Patrick,

And here are the patches against net-next-2.6 and nf-next-2.6. Patrick,
the patches can be applied only if nf-next-2.6 is rebased onto current
net-next-2.6, sorry.

Please consider applying them.

Best regards,
Jozsef

Jozsef Kadlecsik (6):
  netfilter: ipset: Timeout can be modified for already added elements
  netfilter: ipset: Options and flags support added to the kernel API
  netfilter: ipset: Support listing setnames and headers too
  netfilter: ipset: Fix adding ranges to hash types
  netfilter: ipset: Set type support with multiple revisions added
  netfilter: ipset: Support range for IPv4 at adding/deleting elements
    for hash:*net* types

 include/linux/netfilter/ipset/ip_set.h         |   34 ++++--
 include/linux/netfilter/ipset/ip_set_ahash.h   |   39 +++++--
 include/linux/netfilter/ipset/ip_set_hash.h    |    4 +
 include/linux/netfilter/ipset/ip_set_timeout.h |    3 +
 include/linux/netfilter/ipset/pfxlen.h         |    3 +
 include/linux/netfilter/xt_set.h               |   15 ++-
 net/netfilter/ipset/ip_set_bitmap_ip.c         |   29 +++--
 net/netfilter/ipset/ip_set_bitmap_ipmac.c      |   32 +++---
 net/netfilter/ipset/ip_set_bitmap_port.c       |   30 +++--
 net/netfilter/ipset/ip_set_core.c              |  155 ++++++++++++++----------
 net/netfilter/ipset/ip_set_hash_ip.c           |   38 ++++--
 net/netfilter/ipset/ip_set_hash_ipport.c       |   58 ++++++---
 net/netfilter/ipset/ip_set_hash_ipportip.c     |   62 +++++++---
 net/netfilter/ipset/ip_set_hash_ipportnet.c    |  127 +++++++++++++------
 net/netfilter/ipset/ip_set_hash_net.c          |   82 ++++++++++---
 net/netfilter/ipset/ip_set_hash_netport.c      |  112 ++++++++++++-----
 net/netfilter/ipset/ip_set_list_set.c          |  105 +++++++++++------
 net/netfilter/ipset/pfxlen.c                   |   21 +++
 net/netfilter/xt_set.c                         |  151 +++++++++++++++--------
 19 files changed, 740 insertions(+), 360 deletions(-)


             reply	other threads:[~2011-05-20 18:59 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-20 18:59 Jozsef Kadlecsik [this message]
2011-05-20 18:59 ` [PATCH 1/6] netfilter: ipset: Timeout can be modified for already added elements Jozsef Kadlecsik
2011-05-20 18:59   ` [PATCH 2/6] netfilter: ipset: Options and flags support added to the kernel API Jozsef Kadlecsik
2011-05-20 18:59     ` [PATCH 3/6] netfilter: ipset: Support listing setnames and headers too Jozsef Kadlecsik
2011-05-20 18:59       ` [PATCH 4/6] netfilter: ipset: Fix adding ranges to hash types Jozsef Kadlecsik
2011-05-20 18:59         ` [PATCH 5/6] netfilter: ipset: Set type support with multiple revisions added Jozsef Kadlecsik
2011-05-20 18:59           ` [PATCH 6/6] netfilter: ipset: Support range for IPv4 at adding/deleting elements for hash:*net* types Jozsef Kadlecsik
2011-05-26 16:59 ` [PATCH 0/6] ipset patches against net-next-2.6/nf-next-2.6 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=1305917980-14567-1-git-send-email-kadlec@blackhole.kfki.hu \
    --to=kadlec@blackhole.kfki.hu \
    --cc=davem@davemloft.net \
    --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 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).