Hi Pablo, Here follows the ipset patches against your nf-next tree: some cleanup and new features. (These patches depend on the bugfixes against the stable tree.) You can pull the changes from git://blackhole.kfki.hu/nf-next master Best regards, Jozsef Jozsef Kadlecsik (4): netfilter: ipset: Add /0 network support to hash:net,iface type netfilter: ipset: Include supported revisions in module description netfilter: ipset: Coding style fixes netfilter: ipset: Support to match elements marked with "nomatch" include/linux/netfilter/ipset/ip_set.h | 15 +++++- include/linux/netfilter/ipset/ip_set_ahash.h | 2 +- net/netfilter/ipset/ip_set_bitmap_ip.c | 9 +++- net/netfilter/ipset/ip_set_bitmap_ipmac.c | 13 +++-- net/netfilter/ipset/ip_set_bitmap_port.c | 9 +++- net/netfilter/ipset/ip_set_core.c | 15 +++++- net/netfilter/ipset/ip_set_hash_ip.c | 9 +++- net/netfilter/ipset/ip_set_hash_ipport.c | 9 +++- net/netfilter/ipset/ip_set_hash_ipportip.c | 9 +++- net/netfilter/ipset/ip_set_hash_ipportnet.c | 24 ++++++---- net/netfilter/ipset/ip_set_hash_net.c | 21 +++++---- net/netfilter/ipset/ip_set_hash_netiface.c | 62 +++++++++++++------------ net/netfilter/ipset/ip_set_hash_netport.c | 23 +++++---- net/netfilter/ipset/ip_set_list_set.c | 9 +++- net/netfilter/xt_set.c | 22 +++++++++ 15 files changed, 163 insertions(+), 88 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