commit | 60eb18943bd787ac12685e863a37ea440f70abba | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Fri Mar 07 12:34:05 2014 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Apr 14 10:31:20 2014 +0200 |
tree | bf7319e68829b9c95f5e189570334563add8a0a1 | |
parent | d60ce62fb5949ea6bf09323462c15d05c9e76200 [diff] |
netfilter: nf_tables: handle more than 8 * PAGE_SIZE set name allocations We currently have a limit of 8 * PAGE_SIZE anonymous sets. Lift that limit by continuing the scan if the entire page is exhausted. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>