summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset/ip_set_bitmap_gen.h
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: Fix "don't update counters" mode when counters used at the ...Jozsef Kadlecsik2018-01-081-8/+1
* netfilter: ipset: add resched points during set listingFlorian Westphal2018-01-081-0/+1
* netfilter: ipset: Convert timers to use timer_setup()Kees Cook2017-10-181-5/+5
* netfilter: Remove unnecessary cast on void pointersimran singhal2017-04-071-3/+2
* netfilter: ipset: use setup_timer() and mod_timer().Jozsef Kadlecsik2016-11-101-5/+2
* netfilter: ipset: Count non-static extension memory for userspaceJozsef Kadlecsik2016-11-101-2/+3
* netfilter: ipset: Add element count to all set types headerJozsef Kadlecsik2016-11-101-1/+9
* netfilter: ipset: Separate memsize calculation code into dedicated functionJozsef Kadlecsik2016-11-101-1/+10
* netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai2016-03-281-1/+1
* netfilter: ipset: Fix extension alignmentJozsef Kadlecsik2015-11-071-11/+6
* netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-06-141-5/+6
* netfilter: ipset: Introduce RCU locking in bitmap:* typesJozsef Kadlecsik2015-06-141-10/+23
* netfilter: ipset: Add skbinfo extension kernel support for the bitmap set types.Anton Danilov2014-09-151-0/+4
* netfilter: ipset: Use netlink callback dump args onlyJozsef Kadlecsik2013-10-221-5/+6
* netfilter: ipset: Use a common function at listing the extensionsJozsef Kadlecsik2013-09-301-19/+10
* netfilter: ipset: Support comments in bitmap-type ipsets.Oliver Smith2013-09-301-6/+8
* netfilter: ipset: Support extensions which need a per data destroy functionJozsef Kadlecsik2013-09-301-7/+31
* netfilter: ipset: Move extension data to set structureJozsef Kadlecsik2013-09-301-31/+28
* netfilter: ipset: Rename extension offset ids to extension idsJozsef Kadlecsik2013-09-301-2/+2
* netfilter: ipset: Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik2013-09-301-25/+22
* netfilter: ipset: Don't call ip_nest_end needlessly in the error pathJozsef Kadlecsik2013-09-301-1/+1
* netfilter: ipset: The bitmap types with counter supportJozsef Kadlecsik2013-04-291-1/+13
* netfilter: ipset: Unified bitmap type generationJozsef Kadlecsik2013-04-291-0/+265