summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset/ip_set_hash_ipmark.c
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: Rework long task execution when adding/deleting entriesJozsef Kadlecsik2023-01-021-6/+7
* netfilter: ipset: Limit the maximal range of consecutive elements to add/deleteJozsef Kadlecsik2021-08-041-1/+9
* 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/+4
* netfilter: ipset: remove inline from static functions in .c files.Jeremy Sowden2019-10-071-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso2019-06-251-7/+2
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | Update my email addressJozsef Kadlecsik2019-06-101-1/+1
|/
* netfilter: ipset: Fix adding an IPv4 range containing more than 2^31 addressesJozsef Kadlecsik2017-09-261-1/+1
* netfilter: ipset: Make struct htype per ipset familyJozsef Kadlecsik2016-11-101-5/+5
* netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-06-141-6/+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-6/+6
* netfilter: ipset: Permit CIDR equal to the host address CIDR in IPv6Sergey Popovich2015-06-141-3/+9
* netfilter: ipset: Check extensions attributes before getting extensions.Sergey Popovich2015-06-141-13/+1
* netfilter: ipset: Improve preprocessor macros checksSergey Popovich2015-05-131-3/+3
* netfilter: ipset: Fix hashing for ipv6 setsSergey Popovich2015-05-131-3/+0
* netfilter: ipset: Check for comment netlink attribute lengthSergey Popovich2015-05-131-1/+2
* netfilter: ipset: Return bool values instead of intSergey Popovich2015-05-131-4/+4
* netfilter: ipset: Use HOST_MASK literal to represent host address CIDR lenSergey Popovich2015-05-131-1/+1
* netfilter: ipset: Return ipset error instead of boolSergey Popovich2015-05-131-4/+10
* netfilter: ipset: Preprocessor directices cleanupSergey Popovich2015-05-131-3/+0
* netfilter: ipset: Fix sparse warningJozsef Kadlecsik2015-05-131-2/+2
* netfilter: ipset: Add skbinfo extension kernel support for the hash set types.Anton Danilov2014-09-151-2/+12
* netfilter: ipset: add forceadd kernel support for hash set typesJosh Hunt2014-03-061-1/+1
* netfilter: ipset: add markmask for hash:ip,mark data typeVytas Dauksa2014-03-061-0/+9
* netfilter: ipset: add hash:ip,mark data type to ipsetVytas Dauksa2014-03-061-0/+312