]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit11a9d84870982c54e467afe475a2b7ee34820d50
treebf7319e68829b9c95f5e189570334563add8a0a1
parentbc1bebb65d482ab1d91bc57cd2e83d1f84026fb8
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