Hi Pablo, Here follow the patches which bring the kernel in sync with the current ipset release. I included the patches which was sent in September but was forgotten due to the kernel.org issues. Please consider applying them. Best regards, Jozsef Jan Engelhardt (3): netfilter: ipset: use NFPROTO_ constants netfilter: ipset: avoid use of kernel-only types netfilter: ipset: expose userspace-relevant parts in ip_set.h Jozsef Kadlecsik (5): netfilter: ipset: Autoload set type modules safely netfilter: ipset: Dumping error triggered removing references twice netfilter: ipset: Log warning when a hash type of set gets full netfilter: ipset: Exceptions support added to hash:*net* types netfilter: ipset: hash:net,iface timeout bug fixed include/linux/netfilter/ipset/ip_set.h | 35 ++++--- include/linux/netfilter/ipset/ip_set_ahash.h | 119 ++++++++++++++++----- include/linux/netfilter/xt_set.h | 4 +- net/netfilter/ipset/ip_set_bitmap_ip.c | 4 +- net/netfilter/ipset/ip_set_bitmap_ipmac.c | 4 +- net/netfilter/ipset/ip_set_bitmap_port.c | 4 +- net/netfilter/ipset/ip_set_core.c | 53 ++++++--- net/netfilter/ipset/ip_set_getport.c | 4 +- net/netfilter/ipset/ip_set_hash_ip.c | 18 ++-- net/netfilter/ipset/ip_set_hash_ipport.c | 10 +- net/netfilter/ipset/ip_set_hash_ipportip.c | 10 +- net/netfilter/ipset/ip_set_hash_ipportnet.c | 147 ++++++++++++++++++------- net/netfilter/ipset/ip_set_hash_net.c | 89 +++++++++++++--- net/netfilter/ipset/ip_set_hash_netiface.c | 84 +++++++++++---- net/netfilter/ipset/ip_set_hash_netport.c | 150 +++++++++++++++++++------- net/netfilter/ipset/ip_set_list_set.c | 2 +- 16 files changed, 532 insertions(+), 205 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