Hi, I have just added the new v5.0-pre10 tag to the ipset-5 branch in git, toward the final ipset 5 release. The patches cover one important fix for listing sets, performance improvement (with paying the price in restricting hash type resizing) and cleanups. Best regards, Jozsef Jozsef Kadlecsik (9): Kernel compile-time files are added to .gitignore Listing for hash types fixed Test to list large hash sets added. Fix gfp_flags at resizing Remove to support resizing from kernel context. Resizing converted to run under read-locking of the set Add parser function to handle IPv4 and IPv6 differently. Enforce handling IPv4 and IPv6 differently for hash:ip type. Manpage and help text fixes. .gitignore | 9 + include/libipset/parse.h | 2 + kernel/include/linux/netfilter/ip_set_chash.h | 206 +++-- kernel/ip_set.c | 9 +- kernel/ip_set_hash_ip.c | 16 +- kernel/ip_set_hash_ipport.c | 15 +- kernel/ip_set_hash_ipportip.c | 15 +- kernel/ip_set_hash_ipportnet.c | 15 +- kernel/ip_set_hash_net.c | 15 +- kernel/ip_set_hash_netport.c | 15 +- lib/parse.c | 40 + src/ipset.8 | 145 +++- src/ipset_hash_ip.c | 5 +- tests/iphash.t | 8 + tests/iphash.t.large | 1057 +++++++++++++++++++++++++ 15 files changed, 1404 insertions(+), 168 deletions(-) create mode 100644 tests/iphash.t.large -- 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