linux/net/netfilter/ipset
Jozsef Kadlecsik 3d14b171f0 netfilter: ipset: fix adding ranges to hash types
When ranges are added to hash types, the elements may trigger rehashing
the set. However, the last successfully added element was not kept track
so the adding started again with the first element after the rehashing.

Bug reported by Mr Dash Four.

Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Signed-off-by: Patrick McHardy <kaber@trash.net>
2011-06-16 18:49:17 +02:00
..
Kconfig netfilter: ipset: add dependency on CONFIG_NETFILTER_NETLINK 2011-02-10 10:13:07 +01:00
Makefile netfilter: ipset: list:set set type support 2011-02-01 15:54:59 +01:00
ip_set_bitmap_ip.c netfilter: ipset: fix adding ranges to hash types 2011-06-16 18:49:17 +02:00
ip_set_bitmap_ipmac.c netfilter: ipset: fix adding ranges to hash types 2011-06-16 18:49:17 +02:00
ip_set_bitmap_port.c netfilter: ipset: fix adding ranges to hash types 2011-06-16 18:49:17 +02:00
ip_set_core.c netfilter: ipset: fix adding ranges to hash types 2011-06-16 18:49:17 +02:00
ip_set_getport.c netfilter: ipset: SCTP, UDPLITE support added 2011-04-13 13:51:38 +02:00
ip_set_hash_ip.c netfilter: ipset: fix adding ranges to hash types 2011-06-16 18:49:17 +02:00
ip_set_hash_ipport.c netfilter: ipset: fix adding ranges to hash types 2011-06-16 18:49:17 +02:00
ip_set_hash_ipportip.c netfilter: ipset: fix adding ranges to hash types 2011-06-16 18:49:17 +02:00
ip_set_hash_ipportnet.c netfilter: ipset: fix adding ranges to hash types 2011-06-16 18:49:17 +02:00
ip_set_hash_net.c netfilter: ipset: fix adding ranges to hash types 2011-06-16 18:49:17 +02:00
ip_set_hash_netport.c netfilter: ipset: fix adding ranges to hash types 2011-06-16 18:49:17 +02:00
ip_set_list_set.c netfilter: ipset: fix adding ranges to hash types 2011-06-16 18:49:17 +02:00
pfxlen.c