summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/ip_set_bitmap_ipmac.c
Commit message (Expand)AuthorAgeFilesLines
* ipset: update my email addressJozsef Kadlecsik2019-06-051-2/+2
* ipset: Make invalid MAC address checks consistentStefano Brivio2018-08-301-0/+3
* ipset: Allow matching on destination MAC address for mac and ipmac setsStefano Brivio2018-08-301-5/+5
* Backport patch: netfilter: ipset: Convert timers to use timer_setup()Jozsef Kadlecsik2018-01-031-0/+6
* netfilter: ipset: use swap macro instead of _manually_ swapping valuesGustavo A. R. Silva2017-11-061-6/+2
* Correct the reported memory size for bitmap:* typesJozsef Kadlecsik2016-10-131-1/+1
* netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute lengthJozsef Kadlecsik2016-03-081-0/+2
* Fix extension alignmentJozsef Kadlecsik2015-11-071-35/+29
* Add rcu_barrier() to module removal in the bitmap types tooJozsef Kadlecsik2015-04-171-0/+1
* Fix coding styles reported by the most recent checkpatch.pl.Jozsef Kadlecsik2015-04-171-9/+8
* Make sure bitmap:ip,mac detects the proper MAC even when it's overwrittenJozsef Kadlecsik2015-03-291-2/+10
* netfilter: ipset: Check for comment netlink attribute lengthSergey Popovich2015-03-231-1/+2
* netfilter: ipset: Make sure we always return line number on batchSergey Popovich2015-03-201-3/+3
* netfilter: ipset: Use HOST_MASK literal to represent host address CIDR lenSergey Popovich2015-03-201-1/+2
* netfilter: ipset: Check extensions attributes before getting extensions.Sergey Popovich2015-03-201-7/+1
* netfilter: ipset: Return ipset error instead of boolSergey Popovich2015-03-191-2/+5
* Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-01-061-2/+4
* Remove unnecessary integer RCU handling and fix sparse warningsJozsef Kadlecsik2014-11-271-1/+1
* Introduce RCU in all set types instead of rwlock per setJozsef Kadlecsik2014-11-181-1/+1
* netfilter: ipset: Add skbinfo extension kernel support for the bitmap set types.Anton Danilov2014-09-081-2/+9
* net/netfilter/ipset: Resolve missing-field-initializer warningsMark Rustad2014-08-051-2/+2
* ipset: Add net namespace for ipsetVitaly Lavrov2013-09-281-1/+1
* Use a common function at listing the extensions of the elementsJozsef Kadlecsik2013-09-251-11/+0
* netfilter: ipset: Support comments in bitmap-type ipsets.Oliver Smith2013-09-231-1/+3
* Generalize extensions supportJozsef Kadlecsik2013-09-071-82/+9
* Move extension data to set structureJozsef Kadlecsik2013-09-071-33/+31
* Rename extension offset ids to extension idsJozsef Kadlecsik2013-09-061-5/+5
* Fix "may be used uninitialized" warningsJozsef Kadlecsik2013-05-011-2/+2
* Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik2013-05-011-5/+5
* The bitmap types with counter supportJozsef Kadlecsik2013-04-091-5/+63
* Bitmap types using the unified code baseJozsef Kadlecsik2013-04-091-393/+165
* Add a compatibility header file for easier maintenanceJozsef Kadlecsik2013-04-091-9/+0
* Coding style fixesJozsef Kadlecsik2012-09-111-2/+2
* Include supported revisions in module descriptionJozsef Kadlecsik2012-09-111-3/+6
* Check and reject crazy /0 input parametersJozsef Kadlecsik2012-09-101-2/+3
* Backport ether_addr_equalJozsef Kadlecsik2012-09-101-2/+11
* ipset: Stop using NLA_PUT*().David S. Miller2012-05-101-19/+24
* ipset: use NFPROTO_ constantsJan Engelhardt2011-08-311-2/+2
* Whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik2011-05-311-1/+2
* Add xt_action_param to the variant level kadt functions, ipset API changeJozsef Kadlecsik2011-05-271-0/+1
* Use unified from/to address masking and check the usageJozsef Kadlecsik2011-05-231-1/+1
* Set type support with multiple revisions addedJozsef Kadlecsik2011-05-111-1/+2
* Fix adding ranges to hash typesJozsef Kadlecsik2011-05-061-1/+1
* Options and flags support added to the kernel APIJozsef Kadlecsik2011-04-181-4/+4
* bitmap:ip,mac type requires "src" for MACJozsef Kadlecsik2011-04-081-0/+4
* Timeout can be modified for already added elementsJozsef Kadlecsik2011-03-271-10/+11
* References are protected by rwlock instead of mutexJozsef Kadlecsik2011-03-251-2/+1
* Reorganized kernel/ subdirJozsef Kadlecsik2011-02-031-0/+652