summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset/ip_set_hash_mac.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: Expose the initval hash parameter to userspaceJozsef Kadlecsik2020-10-311-1/+2
* netfilter: ipset: Add bucketsize parameter to all hash typesJozsef Kadlecsik2020-10-311-2/+3
* netfilter: ipset: remove inline from static functions in .c files.Jeremy Sowden2019-10-071-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2019-06-251-6/+2
|\
| * 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: Allow matching on destination MAC address for mac and ipmac...Stefano Brivio2018-10-221-5/+5
* netfilter: ipset: Use is_zero_ether_addr instead of static and memcmpJoe Perches2018-03-301-5/+2
* netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute lengthJozsef Kadlecsik2016-03-081-1/+2
* netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-06-141-3/+3
* netfilter: ipset: Introduce RCU locking in hash:* typesJozsef Kadlecsik2015-06-141-0/+1
* 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: Return bool values instead of intSergey Popovich2015-05-131-1/+6
* netfilter: ipset: Preprocessor directices cleanupSergey Popovich2015-05-131-1/+0
* netfilter: ipset: hash:mac type added to ipsetJozsef Kadlecsik2014-09-151-0/+173