netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] ipset patches against net-next-2.6/nf-next-2.6
@ 2011-05-20 18:59 Jozsef Kadlecsik
  2011-05-20 18:59 ` [PATCH 1/6] netfilter: ipset: Timeout can be modified for already added elements Jozsef Kadlecsik
  2011-05-26 16:59 ` [PATCH 0/6] ipset patches against net-next-2.6/nf-next-2.6 Pablo Neira Ayuso
  0 siblings, 2 replies; 8+ messages in thread
From: Jozsef Kadlecsik @ 2011-05-20 18:59 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Patrick McHardy, David Miller, Jozsef Kadlecsik

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


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

end of thread, other threads:[~2011-05-26 16:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-20 18:59 [PATCH 0/6] ipset patches against net-next-2.6/nf-next-2.6 Jozsef Kadlecsik
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

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