git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d60ce62
)
netfilter: nf_tables: handle more than 8 * PAGE_SIZE set name allocations
author
Patrick McHardy
<kaber@trash.net>
Fri, 7 Mar 2014 11:34:05 +0000
(12:34 +0100)
committer
Pablo Neira Ayuso
<pablo@netfilter.org>
Mon, 14 Apr 2014 08:31:20 +0000
(10:31 +0200)
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>
No differences found