summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset/ip_set_bitmap_ip.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-10/+4
* netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-06-141-5/+7
* 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: Use HOST_MASK literal to represent host address CIDR lenSergey Popovich2015-05-131-3/+4
* netfilter: ipset: Return ipset error instead of boolSergey Popovich2015-05-131-2/+5
* 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
* 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-73/+8
* netfilter: ipset: Move extension data to set structureJozsef Kadlecsik2013-09-301-23/+22
* netfilter: ipset: Rename extension offset ids to extension idsJozsef Kadlecsik2013-09-301-5/+5
* netfilter: ipset: Fix "may be used uninitialized" warningsJozsef Kadlecsik2013-09-301-2/+2
* 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-5/+57
* netfilter: ipset: Bitmap types using the unified code baseJozsef Kadlecsik2013-04-291-279/+72
* netfilter: ipset: Include supported revisions in module descriptionJozsef Kadlecsik2012-09-221-3/+6
* netfilter: ipset: Check and reject crazy /0 input parametersJozsef Kadlecsik2012-09-211-4/+6
* ipset: Stop using NLA_PUT*().David S. Miller2012-04-021-15/+18
* 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: use unified from/to address masking and check the usageJozsef Kadlecsik2011-06-161-4/+2
* netfilter: ipset: take into account cidr value for the from address when crea...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/+3
* netfilter: ipset: timeout can be modified for already added elementsJozsef Kadlecsik2011-06-161-10/+10
* Merge branch 'master' into for-nextJiri Kosina2011-04-261-2/+1
|\
| * netfilter: ipset: references are protected by rwlock instead of mutexJozsef Kadlecsik2011-04-041-2/+1
* | treewide: remove extra semicolonsJustin P. Mattock2011-04-101-1/+1
|/
* netfilter: ipset: remove unnecessary includesPatrick McHardy2011-02-011-1/+0
* netfilter: ipset: bitmap:ip set type supportJozsef Kadlecsik2011-02-011-0/+588