aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset/ip_set_hash_mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-31netfilter: ipset: Expose the initval hash parameter to userspaceJozsef Kadlecsik1-1/+2
2020-10-31netfilter: ipset: Add bucketsize parameter to all hash typesJozsef Kadlecsik1-2/+3
2019-10-07netfilter: ipset: remove inline from static functions in .c files.Jeremy Sowden1-3/+3
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso1-6/+2
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: Allow matching on destination MAC address for mac and ipmac setsStefano Brivio1-5/+5
2018-03-30netfilter: ipset: Use is_zero_ether_addr instead of static and memcmpJoe Perches1-5/+2
2016-03-08netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute lengthJozsef Kadlecsik1-1/+2
2015-06-14netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik1-3/+3
2015-06-14netfilter: ipset: Introduce RCU locking in hash:* typesJozsef Kadlecsik1-0/+1
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: Return bool values instead of intSergey Popovich1-1/+6
2015-05-13netfilter: ipset: Preprocessor directices cleanupSergey Popovich1-1/+0
2014-09-15netfilter: ipset: hash:mac type added to ipsetJozsef Kadlecsik1-0/+173