netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] netfilter: ipset patches
@ 2011-04-13 19:52 Jozsef Kadlecsik
  2011-04-13 19:52 ` [PATCH 1/5] netfilter: ipset: list:set timeout variant fixes Jozsef Kadlecsik
  2011-04-18 14:33 ` [PATCH 0/5] netfilter: ipset patches Patrick McHardy
  0 siblings, 2 replies; 9+ messages in thread
From: Jozsef Kadlecsik @ 2011-04-13 19:52 UTC (permalink / raw)
  To: netfilter-devel; +Cc: Patrick McHardy, Jozsef Kadlecsik

Hi Patrick,

Here follows the ipset patches for nf-next-2.6. This batch contains
the missing fixes compared to nf-2.6 and one new feature, the ability
to modify the timeout value of already existing elements.

Best regards,
Jozsef

Jozsef Kadlecsik (5):
  netfilter: ipset: list:set timeout variant fixes
  netfilter: ipset: references are protected by rwlock instead of mutex
  netfilter: ipset: Timeout can be modified for already added elements
  netfilter: ipset: bitmap:ip,mac type requires "src" for MAC
  netfilter: ipset: set match and SET target fixes

 include/linux/netfilter/ipset/ip_set.h       |    5 +-
 include/linux/netfilter/ipset/ip_set_ahash.h |   18 ++--
 net/netfilter/ipset/ip_set_bitmap_ip.c       |   23 ++--
 net/netfilter/ipset/ip_set_bitmap_ipmac.c    |   28 +++--
 net/netfilter/ipset/ip_set_bitmap_port.c     |   23 ++--
 net/netfilter/ipset/ip_set_core.c            |  109 ++++++++++++--------
 net/netfilter/ipset/ip_set_hash_ip.c         |   10 +-
 net/netfilter/ipset/ip_set_hash_ipport.c     |   12 +-
 net/netfilter/ipset/ip_set_hash_ipportip.c   |   12 +-
 net/netfilter/ipset/ip_set_hash_ipportnet.c  |   12 +-
 net/netfilter/ipset/ip_set_hash_net.c        |    8 +-
 net/netfilter/ipset/ip_set_hash_netport.c    |   12 +-
 net/netfilter/ipset/ip_set_list_set.c        |  139 +++++++++++++++----------
 net/netfilter/xt_set.c                       |   18 +++-
 14 files changed, 248 insertions(+), 181 deletions(-)


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

end of thread, other threads:[~2011-04-19 14:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-13 19:52 [PATCH 0/5] netfilter: ipset patches Jozsef Kadlecsik
2011-04-13 19:52 ` [PATCH 1/5] netfilter: ipset: list:set timeout variant fixes Jozsef Kadlecsik
2011-04-13 19:52   ` [PATCH 2/5] netfilter: ipset: references are protected by rwlock instead of mutex Jozsef Kadlecsik
2011-04-13 19:52     ` [PATCH 3/5] netfilter: ipset: Timeout can be modified for already added elements Jozsef Kadlecsik
2011-04-13 19:52       ` [PATCH 4/5] netfilter: ipset: bitmap:ip,mac type requires "src" for MAC Jozsef Kadlecsik
2011-04-13 19:52         ` [PATCH 5/5] netfilter: ipset: set match and SET target fixes Jozsef Kadlecsik
2011-04-18 14:33 ` [PATCH 0/5] netfilter: ipset patches Patrick McHardy
2011-04-18 19:08   ` Jozsef Kadlecsik
2011-04-19 14:08     ` Patrick McHardy

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