aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset/ip_set_bitmap_ip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-08netfilter: ipset: use swap macro instead of _manually_ swapping valuesGustavo A. R. Silva1-6/+2
2017-10-18netfilter: ipset: Convert timers to use timer_setup()Kees Cook1-0/+2
2015-11-07netfilter: ipset: Fix extension alignmentJozsef Kadlecsik1-10/+4
2015-06-14netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik1-5/+7
2015-06-14netfilter: ipset: Introduce RCU locking in bitmap:* typesJozsef Kadlecsik1-1/+2
2015-06-14netfilter: ipset: Make sure we always return line number on batchSergey Popovich1-3/+3
2015-06-14netfilter: ipset: Check extensions attributes before getting extensions.Sergey Popovich1-7/+1
2015-05-13netfilter: ipset: Check for comment netlink attribute lengthSergey Popovich1-1/+2
2015-05-13netfilter: ipset: Use HOST_MASK literal to represent host address CIDR lenSergey Popovich1-3/+4
2015-05-13netfilter: ipset: Return ipset error instead of boolSergey Popovich1-2/+5
2014-09-15netfilter: ipset: Add skbinfo extension kernel support for the bitmap set types.Anton Danilov1-2/+9
2014-08-24netfilter: ipset: Resolve missing-field-initializer warningsMark Rustad1-2/+2
2013-09-30netfiler: ipset: Add net namespace for ipsetVitaly Lavrov1-1/+2
2013-09-30netfilter: ipset: Support comments in bitmap-type ipsets.Oliver Smith1-1/+3
2013-09-30netfilter: ipset: Generalize extensions supportJozsef Kadlecsik1-73/+8
2013-09-30netfilter: ipset: Move extension data to set structureJozsef Kadlecsik1-23/+22
2013-09-30netfilter: ipset: Rename extension offset ids to extension idsJozsef Kadlecsik1-5/+5
2013-09-30netfilter: ipset: Fix "may be used uninitialized" warningsJozsef Kadlecsik1-2/+2
2013-09-30netfilter: ipset: Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik1-5/+5
2013-04-29netfilter: ipset: The bitmap types with counter supportJozsef Kadlecsik1-5/+57
2013-04-29netfilter: ipset: Bitmap types using the unified code baseJozsef Kadlecsik1-279/+72
2012-09-22netfilter: ipset: Include supported revisions in module descriptionJozsef Kadlecsik1-3/+6
2012-09-21netfilter: ipset: Check and reject crazy /0 input parametersJozsef Kadlecsik1-4/+6
2012-04-02ipset: Stop using NLA_PUT*().David S. Miller1-15/+18
2012-03-07netfilter: ipset: use NFPROTO_ constantsJan Engelhardt1-2/+2
2011-06-16netfilter: ipset: add xt_action_param to the variant level kadt functions, ipset API changeJozsef Kadlecsik1-0/+1
2011-06-16netfilter: ipset: use unified from/to address masking and check the usageJozsef Kadlecsik1-4/+2
2011-06-16netfilter: ipset: take into account cidr value for the from address when creating the setJozsef Kadlecsik1-0/+1
2011-06-16netfilter: ipset: set type support with multiple revisions addedJozsef Kadlecsik1-1/+2
2011-06-16netfilter: ipset: fix adding ranges to hash typesJozsef Kadlecsik1-1/+1
2011-06-16netfilter: ipset: options and flags support added to the kernel APIJozsef Kadlecsik1-3/+3
2011-06-16netfilter: ipset: timeout can be modified for already added elementsJozsef Kadlecsik1-10/+10
2011-04-26Merge branch 'master' into for-nextJiri Kosina1-2/+1
2011-04-10treewide: remove extra semicolonsJustin P. Mattock1-1/+1
2011-04-04netfilter: ipset: references are protected by rwlock instead of mutexJozsef Kadlecsik1-2/+1
2011-02-01netfilter: ipset: remove unnecessary includesPatrick McHardy1-1/+0
2011-02-01netfilter: ipset: bitmap:ip set type supportJozsef Kadlecsik1-0/+588