All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] ipset patches against net-next-2.6/nf-next-2.6, updated
@ 2011-05-24  8:22 Jozsef Kadlecsik
  2011-05-24  8:22 ` [PATCH 1/7] netfilter: ipset: Timeout can be modified for already added elements Jozsef Kadlecsik
  2011-05-26 17:14 ` [PATCH 0/7] ipset patches against net-next-2.6/nf-next-2.6, updated Pablo Neira Ayuso
  0 siblings, 2 replies; 10+ messages in thread
From: Jozsef Kadlecsik @ 2011-05-24  8:22 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Patrick McHardy, Jozsef Kadlecsik

Hi Patrick,

And here are the updated patches against net-next-2.6 and nf-next-2.6.
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 (7):
  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
  netfilter: ipset: Take into account cidr value for the from address
    when creating the set

 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         |    9 ++
 include/linux/netfilter/xt_set.h               |   15 ++-
 net/netfilter/ipset/ip_set_bitmap_ip.c         |   34 +++---
 net/netfilter/ipset/ip_set_bitmap_ipmac.c      |   34 +++---
 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           |   41 ++++--
 net/netfilter/ipset/ip_set_hash_ipport.c       |   61 ++++++---
 net/netfilter/ipset/ip_set_hash_ipportip.c     |   65 +++++++----
 net/netfilter/ipset/ip_set_hash_ipportnet.c    |  129 +++++++++++++-------
 net/netfilter/ipset/ip_set_hash_net.c          |   82 ++++++++++---
 net/netfilter/ipset/ip_set_hash_netport.c      |  111 ++++++++++++-----
 net/netfilter/ipset/ip_set_list_set.c          |  105 +++++++++++------
 net/netfilter/ipset/pfxlen.c                   |   21 +++
 net/netfilter/xt_set.c                         |  151 +++++++++++++++--------
 19 files changed, 751 insertions(+), 372 deletions(-)


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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-24  8:22 [PATCH 0/7] ipset patches against net-next-2.6/nf-next-2.6, updated Jozsef Kadlecsik
2011-05-24  8:22 ` [PATCH 1/7] netfilter: ipset: Timeout can be modified for already added elements Jozsef Kadlecsik
2011-05-24  8:22   ` [PATCH 2/7] netfilter: ipset: Options and flags support added to the kernel API Jozsef Kadlecsik
2011-05-24  8:22     ` [PATCH 3/7] netfilter: ipset: Support listing setnames and headers too Jozsef Kadlecsik
2011-05-24  8:22       ` [PATCH 4/7] netfilter: ipset: Fix adding ranges to hash types Jozsef Kadlecsik
2011-05-24  8:22         ` [PATCH 5/7] netfilter: ipset: Set type support with multiple revisions added Jozsef Kadlecsik
2011-05-24  8:22           ` [PATCH 6/7] netfilter: ipset: Support range for IPv4 at adding/deleting elements for hash:*net* types Jozsef Kadlecsik
2011-05-24  8:22             ` [PATCH 7/7] netfilter: ipset: Take into account cidr value for the from address when creating the set Jozsef Kadlecsik
2011-05-26 17:14 ` [PATCH 0/7] ipset patches against net-next-2.6/nf-next-2.6, updated Pablo Neira Ayuso
2011-05-26 17:17   ` Patrick McHardy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.