summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset/ip_set_bitmap_port.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: use swap macro instead of _manually_ swapping valuesGustavo A. R. Silva2018-01-081-6/+2
* netfilter: ipset: Convert timers to use timer_setup()Kees Cook2017-10-181-0/+2
* netfilter: ipset: Fix extension alignmentJozsef Kadlecsik2015-11-071-11/+7
* netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-06-141-3/+4
* netfilter: ipset: Introduce RCU locking in bitmap:* typesJozsef Kadlecsik2015-06-141-1/+2
* netfilter: ipset: Make sure we always return line number on batchSergey Popovich2015-06-141-3/+3
* netfilter: ipset: Check extensions attributes before getting extensions.Sergey Popovich2015-06-141-7/+1
* netfilter: ipset: Check for comment netlink attribute lengthSergey Popovich2015-05-131-1/+2
* netfilter: ipset: Add skbinfo extension kernel support for the bitmap set types.Anton Danilov2014-09-151-2/+9
* netfilter: ipset: Resolve missing-field-initializer warningsMark Rustad2014-08-241-2/+2
* netfilter:ipset: Fix memory allocation for bitmap:portJozsef Kadlecsik2013-10-271-1/+1
* netfiler: ipset: Add net namespace for ipsetVitaly Lavrov2013-09-301-1/+2
* netfilter: ipset: Support comments in bitmap-type ipsets.Oliver Smith2013-09-301-1/+3
* netfilter: ipset: Generalize extensions supportJozsef Kadlecsik2013-09-301-65/+6
* netfilter: ipset: Move extension data to set structureJozsef Kadlecsik2013-09-301-23/+21
* netfilter: ipset: Rename extension offset ids to extension idsJozsef Kadlecsik2013-09-301-5/+5
* netfilter: ipset: Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik2013-09-301-5/+5
* netfilter: ipset: The bitmap types with counter supportJozsef Kadlecsik2013-04-291-4/+53
* netfilter: ipset: Bitmap types using the unified code baseJozsef Kadlecsik2013-04-291-282/+79
* netfilter: ipset: Include supported revisions in module descriptionJozsef Kadlecsik2012-09-221-3/+6
* ipset: Stop using NLA_PUT*().David S. Miller2012-04-021-13/+16
* netfilter: ipset: use NFPROTO_ constantsJan Engelhardt2012-03-071-2/+2
* netfilter: ipset: add xt_action_param to the variant level kadt functions, ip...Jozsef Kadlecsik2011-06-161-0/+1
* netfilter: ipset: set type support with multiple revisions addedJozsef Kadlecsik2011-06-161-1/+2
* netfilter: ipset: fix adding ranges to hash typesJozsef Kadlecsik2011-06-161-1/+1
* netfilter: ipset: options and flags support added to the kernel APIJozsef Kadlecsik2011-06-161-3/+4
* netfilter: ipset: timeout can be modified for already added elementsJozsef Kadlecsik2011-06-161-10/+10
* netfilter: ipset: references are protected by rwlock instead of mutexJozsef Kadlecsik2011-04-041-2/+1
* netfilter: ipset: remove unnecessary includesPatrick McHardy2011-02-011-5/+0
* netfilter: ipset; bitmap:port set type supportJozsef Kadlecsik2011-02-011-0/+520