Hi Pablo, Here follows two important ipset fixes against your nf tree. (The first patch is an old one somehow forgotten to send or apply and the other ones depend on it.) You can pull these changes from: git://blackhole.kfki.hu/nf master Best regards, Jozsef Jozsef Kadlecsik (3): netfilter: ipset: Fix sparse warnings "incorrect type in assignment" netfilter: ipset: Check and reject crazy /0 input parameters netfilter: ipset: Fix cidr book keeping for hash:*net* types include/linux/netfilter/ipset/ip_set_ahash.h | 104 ++++++++++++++------------ net/netfilter/ipset/ip_set_bitmap_ip.c | 10 ++- net/netfilter/ipset/ip_set_bitmap_ipmac.c | 5 +- net/netfilter/ipset/ip_set_hash_ip.c | 6 +- net/netfilter/ipset/ip_set_hash_ipport.c | 15 ++-- net/netfilter/ipset/ip_set_hash_ipportip.c | 15 ++-- net/netfilter/ipset/ip_set_hash_ipportnet.c | 23 +++--- net/netfilter/ipset/ip_set_hash_net.c | 4 +- net/netfilter/ipset/ip_set_hash_netiface.c | 4 +- net/netfilter/ipset/ip_set_hash_netport.c | 13 ++-- 10 files changed, 107 insertions(+), 92 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