summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/ip_set_hash_mac.c
Commit message (Expand)AuthorAgeFilesLines
* Expose the initval hash parameter to userspaceJozsef Kadlecsik2020-09-211-1/+2
* Add bucketsize parameter to all hash typesJozsef Kadlecsik2020-09-211-2/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-10-311-4/+1
* netfilter: ipset: remove inline from static functions in .c files.Jeremy Sowden2019-10-071-3/+3
* ipset: update my email addressJozsef Kadlecsik2019-06-051-2/+2
* ipset: Allow matching on destination MAC address for mac and ipmac setsStefano Brivio2018-08-301-5/+5
* netfilter: ipset: Use is_zero_ether_addr instead of static and memcmpJoe Perches2018-04-101-5/+2
* netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute lengthJozsef Kadlecsik2016-03-081-1/+2
* Fix coding styles reported by the most recent checkpatch.pl.Jozsef Kadlecsik2015-04-171-2/+2
* netfilter: ipset: Check for comment netlink attribute lengthSergey Popovich2015-03-231-1/+2
* netfilter: ipset: Return bool values instead of intSergey Popovich2015-03-201-1/+6
* netfilter: ipset: Make sure we always return line number on batchSergey Popovich2015-03-201-3/+3
* netfilter: ipset: Check extensions attributes before getting extensions.Sergey Popovich2015-03-201-7/+1
* netfilter: ipset: Preprocessor directices cleanupSergey Popovich2015-03-191-1/+0
* Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-01-061-1/+1
* Call rcu_barrier() in module removal pathJozsef Kadlecsik2014-12-101-0/+1
* hash:mac type added to ipsetJozsef Kadlecsik2014-09-151-0/+173