summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset/ip_set_bitmap_ipmac.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: use bitmap infrastructure completelyKadlecsik József2020-01-201-3/+3
* netfilter: ipset: remove inline from static functions in .c files.Jeremy Sowden2019-10-071-9/+9
* netfilter: ipset: Copy the right MAC address in bitmap:ip,mac and hash:ip,mac...Stefano Brivio2019-07-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2019-06-251-5/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | Update my email addressJozsef Kadlecsik2019-06-101-2/+2
|/
* netfilter: ipset: Make invalid MAC address checks consistentStefano Brivio2018-10-221-0/+3
* netfilter: ipset: Allow matching on destination MAC address for mac and ipmac...Stefano Brivio2018-10-221-5/+5
* 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: Check IPSET_ATTR_ETHER netlink attribute lengthJozsef Kadlecsik2016-03-081-0/+2
* netfilter: ipset: Fix extension alignmentJozsef Kadlecsik2015-11-071-35/+29
* netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-06-141-10/+11
* netfilter: ipset: Introduce RCU locking in bitmap:* typesJozsef Kadlecsik2015-06-141-2/+11
* 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-1/+2
* 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/+1
* netfilter: ipset: Use a common function at listing the extensionsJozsef Kadlecsik2013-09-301-11/+0
* netfilter: ipset: Support comments in bitmap-type ipsets.Oliver Smith2013-09-301-1/+3
* netfilter: ipset: Generalize extensions supportJozsef Kadlecsik2013-09-301-82/+9
* netfilter: ipset: Move extension data to set structureJozsef Kadlecsik2013-09-301-33/+31
* 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/+63
* netfilter: ipset: Bitmap types using the unified code baseJozsef Kadlecsik2013-04-291-397/+165
* netfilter: ipset: bitmap:ip,mac: fix listing with timeoutJozsef Kadlecsik2013-04-181-1/+5
* netfilter: ipset: Coding style fixesJozsef Kadlecsik2012-09-221-2/+2
* 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-2/+3
* netfilter: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-091-2/+2
* ipset: Stop using NLA_PUT*().David S. Miller2012-04-021-19/+24
* netfilter: ipset: use NFPROTO_ constantsJan Engelhardt2012-03-071-2/+2
* netfilter: ipset: whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik2011-06-161-1/+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-1/+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-4/+4
* netfilter: ipset: timeout can be modified for already added elementsJozsef Kadlecsik2011-06-161-10/+11
* netfilter: ipset: bitmap:ip,mac type requires "src" for MACJozsef Kadlecsik2011-04-131-0/+4
* netfilter: ipset: References are protected by rwlock instead of mutexJozsef Kadlecsik2011-03-291-2/+1
* netfilter: ipset: remove unnecessary includesPatrick McHardy2011-02-011-3/+0
* netfilter: ipset: bitmap:ip,mac type supportJozsef Kadlecsik2011-02-011-0/+655