summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/ip_set_bitmap_gen.h
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: use bitmap infrastructure completelyJozsef Kadlecsik2020-01-191-1/+1
* netfilter: fix a use-after-free in mtype_destroy()Cong Wang2020-01-151-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-10-311-4/+1
* netfilter: ipset: remove inline from static functions in .c files.Jeremy Sowden2019-10-071-1/+1
* ipset: update my email addressJozsef Kadlecsik2019-06-051-1/+1
* netfilter: ipset: add resched points during set listingFlorian Westphal2018-01-041-0/+1
* Fix "don't update counters" mode when counters used at the matchingJozsef Kadlecsik2018-01-041-8/+1
* Backport patch: netfilter: ipset: Convert timers to use timer_setup()Jozsef Kadlecsik2018-01-031-5/+4
* Backport missing part of patch: netfilter: Remove unnecessary cast on void po...Jozsef Kadlecsik2017-09-111-2/+1
* netfilter: ipset: Remove unnecessary cast on void pointersimran singhal2017-03-231-2/+2
* Correct the reported memory size for bitmap:* typesJozsef Kadlecsik2016-10-131-3/+6
* netfilter: ipset: use setup_timer() and mod_timer().Muhammad Falak R Wani2016-05-191-5/+2
* netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai2016-03-161-1/+1
* Fix extension alignmentJozsef Kadlecsik2015-11-071-14/+7
* Count non-static extension memory into the set memory size for userspaceJozsef Kadlecsik2015-06-261-2/+3
* Add element count to all set types headerJozsef Kadlecsik2015-06-251-1/+9
* netfilter: ipset: Separate memsize calculation code into dedicated functionsJozsef Kadlecsik2015-05-061-4/+14
* Make sure bitmap:ip,mac detects the proper MAC even when it's overwrittenJozsef Kadlecsik2015-03-291-2/+8
* RCU safe comment extension handlingJozsef Kadlecsik2015-03-291-4/+10
* Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-01-061-7/+9
* Remove unnecessary integer RCU handling and fix sparse warningsJozsef Kadlecsik2014-11-271-2/+2
* Introduce RCU in all set types instead of rwlock per setJozsef Kadlecsik2014-11-181-4/+4
* netfilter: ipset: Add skbinfo extension kernel support for the bitmap set types.Anton Danilov2014-09-081-0/+4
* Use netlink callback dump args onlyJozsef Kadlecsik2013-10-021-5/+6
* 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
* 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
* 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
* Don't call ip_nest_end needlessly in the error pathJozsef Kadlecsik2013-04-271-1/+1
* The bitmap types with counter supportJozsef Kadlecsik2013-04-091-1/+13
* Unified bitmap type generationJozsef Kadlecsik2013-04-091-0/+265