OSDN Git Service

netfilter: nf_tables: handle more than 8 * PAGE_SIZE set name allocations
authorPatrick McHardy <kaber@trash.net>
Fri, 7 Mar 2014 11:34:05 +0000 (12:34 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 14 Apr 2014 08:31:20 +0000 (10:31 +0200)
commit60eb18943bd787ac12685e863a37ea440f70abba
treebf7319e68829b9c95f5e189570334563add8a0a1
parentd60ce62fb5949ea6bf09323462c15d05c9e76200
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>
net/netfilter/nf_tables_api.c