Hi Patrick, Here follows three patches against nf-next: the second one is an important fix against the new hash:net,iface set type and depends on the first one. The third is a compiler warning fix for some gcc versions. Please consider applying them. Thanks! Best regards, Jozsef Chris Friesen (1): netfilter: ipset: Fix compiler warnings "'hash_ip4_data_next' declared inline after being called" Jozsef Kadlecsik (2): netfilter: ipset: Make possible to hash some part of the data element only netfilter: ipset: hash:net,iface fixed to handle overlapping nets behind different interfaces include/linux/netfilter/ipset/ip_set_ahash.h | 108 +++++++++++++++++--------- net/netfilter/ipset/ip_set_hash_ip.c | 6 +- net/netfilter/ipset/ip_set_hash_ipport.c | 6 +- net/netfilter/ipset/ip_set_hash_ipportip.c | 6 +- net/netfilter/ipset/ip_set_hash_ipportnet.c | 6 +- net/netfilter/ipset/ip_set_hash_net.c | 6 +- net/netfilter/ipset/ip_set_hash_netiface.c | 40 ++++++++-- net/netfilter/ipset/ip_set_hash_netport.c | 6 +- 8 files changed, 128 insertions(+), 56 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