aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset/ip_set_bitmap_gen.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-08netfilter: ipset: Fix "don't update counters" mode when counters used at the matchingJozsef Kadlecsik1-8/+1
2018-01-08netfilter: ipset: add resched points during set listingFlorian Westphal1-0/+1
2017-10-18netfilter: ipset: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-04-07netfilter: Remove unnecessary cast on void pointersimran singhal1-3/+2
2016-11-10netfilter: ipset: use setup_timer() and mod_timer().Jozsef Kadlecsik1-5/+2
2016-11-10netfilter: ipset: Count non-static extension memory for userspaceJozsef Kadlecsik1-2/+3
2016-11-10netfilter: ipset: Add element count to all set types headerJozsef Kadlecsik1-1/+9
2016-11-10netfilter: ipset: Separate memsize calculation code into dedicated functionJozsef Kadlecsik1-1/+10
2016-03-28netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai1-1/+1
2015-11-07netfilter: ipset: Fix extension alignmentJozsef Kadlecsik1-11/+6
2015-06-14netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik1-5/+6
2015-06-14netfilter: ipset: Introduce RCU locking in bitmap:* typesJozsef Kadlecsik1-10/+23
2014-09-15netfilter: ipset: Add skbinfo extension kernel support for the bitmap set types.Anton Danilov1-0/+4
2013-10-22netfilter: ipset: Use netlink callback dump args onlyJozsef Kadlecsik1-5/+6
2013-09-30netfilter: ipset: Use a common function at listing the extensionsJozsef Kadlecsik1-19/+10
2013-09-30netfilter: ipset: Support comments in bitmap-type ipsets.Oliver Smith1-6/+8
2013-09-30netfilter: ipset: Support extensions which need a per data destroy functionJozsef Kadlecsik1-7/+31
2013-09-30netfilter: ipset: Move extension data to set structureJozsef Kadlecsik1-31/+28
2013-09-30netfilter: ipset: Rename extension offset ids to extension idsJozsef Kadlecsik1-2/+2
2013-09-30netfilter: ipset: Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik1-25/+22
2013-09-30netfilter: ipset: Don't call ip_nest_end needlessly in the error pathJozsef Kadlecsik1-1/+1
2013-04-29netfilter: ipset: The bitmap types with counter supportJozsef Kadlecsik1-1/+13
2013-04-29netfilter: ipset: Unified bitmap type generationJozsef Kadlecsik1-0/+265