summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/ip_set_bitmap_gen.h
Commit message (Collapse)AuthorAgeFilesLines
* Use netlink callback dump args onlyJozsef Kadlecsik2013-10-021-5/+6
| | | | | Instead of cb->data, use callback dump args only and introduce symbolic names instead of plain numbers at accessing the argument members.
* Use a common function at listing the extensions of the elementsJozsef Kadlecsik2013-09-251-19/+10
|
* netfilter: ipset: Support comments in bitmap-type ipsets.Oliver Smith2013-09-231-6/+8
| | | | | | | | | | | | | | This provides kernel support for creating bitmap ipsets with comment support. As is the case for hashes, this incurs a penalty when flushing or destroying the entire ipset as the entries must first be walked in order to free the comment strings. This penalty is of course far less than the cost of listing an ipset to userspace. Any set created without support for comments will be flushed/destroyed as before. Signed-off-by: Oliver Smith <oliver@8.c.9.b.0.7.4.0.1.0.0.2.ip6.arpa> Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* Support extensions which need a per data destroy functionJozsef Kadlecsik2013-09-091-7/+31
|
* Move extension data to set structureJozsef Kadlecsik2013-09-071-31/+28
| | | | | | Default timeout and extension offsets are moved to struct set, because all set types supports all extensions and it makes possible to generalize extension support.
* Rename extension offset ids to extension idsJozsef Kadlecsik2013-09-061-2/+2
|
* Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik2013-05-011-25/+22
| | | | Reported-by: David Laight <David.Laight@ACULAB.COM>
* Don't call ip_nest_end needlessly in the error pathJozsef Kadlecsik2013-04-271-1/+1
| | | | Suggested-by: Pablo Neira Ayuso <pablo@netfilter.org>
* The bitmap types with counter supportJozsef Kadlecsik2013-04-091-1/+13
| | | | Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* Unified bitmap type generationJozsef Kadlecsik2013-04-091-0/+265
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>