From: Jozsef Kadlecsik Date: Tue, 27 Nov 2012 09:58:09 +0000 (+0000) Subject: netfilter: ipset: Increase the number of maximal sets automatically X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~93^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9076aea76538556224e7d73ab718f8841330818a;p=pandora-kernel.git 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 Signed-off-by: Pablo Neira Ayuso --- Reading git-diff-tree failed