linux/net/netfilter/ipset
Jozsef Kadlecsik 9076aea765 netfilter: ipset: Increase the number of maximal sets automatically
The max number of sets was hardcoded at kernel cofiguration time and
could only be modified via a module parameter. The patch adds the support
of increasing the max number of sets automatically, as needed.

The array of sets is incremented by 64 new slots if we run out of
empty slots. The absolute limit for the maximal number of sets
is limited by 65534.

Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2012-12-03 14:36:08 +01:00
..
Kconfig
Makefile
ip_set_bitmap_ip.c
ip_set_bitmap_ipmac.c
ip_set_bitmap_port.c
ip_set_core.c netfilter: ipset: Increase the number of maximal sets automatically 2012-12-03 14:36:08 +01:00
ip_set_getport.c
ip_set_hash_ip.c
ip_set_hash_ipport.c
ip_set_hash_ipportip.c
ip_set_hash_ipportnet.c
ip_set_hash_net.c
ip_set_hash_netiface.c netfilter: ipset: fix netiface set name overflow 2012-11-24 23:48:23 +01:00
ip_set_hash_netport.c
ip_set_list_set.c
pfxlen.c