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(-) -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html