aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset/ip_set_bitmap_ipmac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-30netfilter: ipset: call ip_set_free() instead of kfree()Eric Dumazet1-1/+1
2020-03-15netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-01-20netfilter: ipset: use bitmap infrastructure completelyKadlecsik József1-3/+3
2019-10-07netfilter: ipset: remove inline from static functions in .c files.Jeremy Sowden1-9/+9
2019-07-29netfilter: ipset: Copy the right MAC address in bitmap:ip,mac and hash:ip,mac setsStefano Brivio1-1/+1
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-5/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-10Update my email addressJozsef Kadlecsik1-2/+2
2018-10-22netfilter: ipset: Make invalid MAC address checks consistentStefano Brivio1-0/+3
2018-10-22netfilter: ipset: Allow matching on destination MAC address for mac and ipmac setsStefano Brivio1-5/+5
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
2016-03-08netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute lengthJozsef Kadlecsik1-0/+2
2015-11-07netfilter: ipset: Fix extension alignmentJozsef Kadlecsik1-35/+29
2015-06-14netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik1-10/+11
2015-06-14netfilter: ipset: Introduce RCU locking in bitmap:* typesJozsef Kadlecsik1-2/+11
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-1/+2
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/+1
2013-09-30netfilter: ipset: Use a common function at listing the extensionsJozsef Kadlecsik1-11/+0
2013-09-30netfilter: ipset: Support comments in bitmap-type ipsets.Oliver Smith1-1/+3
2013-09-30netfilter: ipset: Generalize extensions supportJozsef Kadlecsik1-82/+9
2013-09-30netfilter: ipset: Move extension data to set structureJozsef Kadlecsik1-33/+31
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/+63
2013-04-29netfilter: ipset: Bitmap types using the unified code baseJozsef Kadlecsik1-397/+165
2013-04-18netfilter: ipset: bitmap:ip,mac: fix listing with timeoutJozsef Kadlecsik1-1/+5
2012-09-22netfilter: ipset: Coding style fixesJozsef Kadlecsik1-2/+2
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-2/+3
2012-05-09netfilter: Convert compare_ether_addr to ether_addr_equalJoe Perches1-2/+2
2012-04-02ipset: Stop using NLA_PUT*().David S. Miller1-19/+24
2012-03-07netfilter: ipset: use NFPROTO_ constantsJan Engelhardt1-2/+2
2011-06-16netfilter: ipset: whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik1-1/+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-1/+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-4/+4
2011-06-16netfilter: ipset: timeout can be modified for already added elementsJozsef Kadlecsik1-10/+11
2011-04-13netfilter: ipset: bitmap:ip,mac type requires "src" for MACJozsef Kadlecsik1-0/+4
2011-03-29netfilter: ipset: References are protected by rwlock instead of mutexJozsef Kadlecsik1-2/+1
2011-02-01netfilter: ipset: remove unnecessary includesPatrick McHardy1-3/+0