summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/ip_set_hash_gen.h
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: Suppress false sparse warningsJozsef Kadlecsik2024-02-121-2/+2
* netfilter: ipset: Missing gc cancellations fixedJozsef Kadlecsik2024-02-041-2/+2
* netfilter: ipset: fix race condition between swap/destroy and kernel side add...Jozsef Kadlecsik2024-01-291-3/+12
* netfilter: ipset: restore allowing 64 clashing elements in hash:net,ifaceJozsef Kadlecsik2022-11-211-1/+1
* netfilter: ipset: Add support for new bitmask parameterVishwanath Pai2022-11-201-9/+62
* netfilter: ipset: enforce documented limit to prevent allocating huge memoryJozsef Kadlecsik2022-11-071-24/+6
* netfilter: ipset: Fix oversized kvmalloc() callsJozsef Kadlecsik2022-10-171-2/+2
* netfilter: ipset: fix shift-out-of-bounds in htable_bits()Vasily Averin2020-12-201-19/+5
* netfilter: ipset: fixes possible oops in mtype_resizeVasily Averin2020-12-201-9/+17
* Expose the initval hash parameter to userspaceJozsef Kadlecsik2020-09-211-4/+9
* Add bucketsize parameter to all hash typesJozsef Kadlecsik2020-09-211-15/+23
* netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-09-201-2/+2
* netfilter: ipset: call ip_set_free() instead of kfree()Eric Dumazet2020-09-201-2/+2
* netfilter: ipset: Fix forceadd evaluation pathJozsef Kadlecsik2020-02-221-0/+2
* netfilter: ipset: Correct the reported memory sizeJozsef Kadlecsik2020-02-211-1/+1
* netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik2020-02-181-199/+438
* Fix compatibility support for netlink extended ACK and add synchronize_rcu_bh...Jozsef Kadlecsik2019-11-011-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-10-311-4/+1
* netfilter: remove unnecessary spacesyangxingwu2019-10-311-1/+1
* netfilter: ipset: remove inline from static functions in .c files.Jeremy Sowden2019-10-071-2/+2
* netfilter: inlined four headers files into another one.Jeremy Sowden2019-10-071-1/+1
* ipset: update my email addressJozsef Kadlecsik2019-06-051-1/+1
* ipset: Fix memory accounting for hash types on resizeStefano Brivio2019-06-041-1/+1
* netfilter: Replace spin_is_locked() with lockdepLance Roy2018-10-221-1/+1
* netfilter: ipset: forbid family for hash:mac setsFlorent Fourcot2018-06-041-1/+4
* netfilter: ipset: add resched points during set listingFlorian Westphal2018-01-041-0/+1
* Fix "don't update counters" mode when counters used at the matchingJozsef Kadlecsik2018-01-041-23/+14
* Backport patch: netfilter: ipset: Convert timers to use timer_setup()Jozsef Kadlecsik2018-01-031-5/+10
* netfilter: ipset: ipset list may return wrong member count for set with timeoutVishwanath Pai2017-09-061-1/+13
* Fix bug: sometimes valid entries in hash:* types of sets were evictedJozsef Kadlecsik2017-02-161-1/+1
* Revert patch "Correct rcu_dereference_bh_nfnl() usage"Jozsef Kadlecsik2016-11-101-6/+4
* netfilter: ipset: use setup_timer() and mod_timer().Muhammad Falak R Wani2016-05-191-5/+2
* netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai2016-03-161-1/+1
* Fix reported memory size for hash:* typesJozsef Kadlecsik2015-11-071-7/+9
* Fix hash type expire: release empty hash bucket blockJozsef Kadlecsik2015-11-071-4/+10
* Fix hash:* type expirationJozsef Kadlecsik2015-11-071-1/+1
* Collapse same condition body to a single oneJozsef Kadlecsik2015-11-071-7/+1
* Fix extension alignmentJozsef Kadlecsik2015-11-071-4/+7
* Out of bound access in hash:net* types fixedJozsef Kadlecsik2015-08-251-4/+8
* Make struct htype per ipset familyJozsef Kadlecsik2015-06-261-31/+20
* Optimize hash creation routineJozsef Kadlecsik2015-06-261-34/+29
* Make sure element data size is a multiple of u32Jozsef Kadlecsik2015-06-261-2/+8
* Make NLEN compile time constant for hash typesJozsef Kadlecsik2015-06-261-26/+21
* Simplify mtype_expire() for hash typesJozsef Kadlecsik2015-06-261-17/+17
* Count non-static extension memory into the set memory size for userspaceJozsef Kadlecsik2015-06-261-12/+14
* Add element count to all set types headerJozsef Kadlecsik2015-06-251-11/+10
* Add element count to hash headersEric B Munson2015-06-191-1/+2
* Fix error path in mtype_resize() when new hash bucket cannot be allocatedJozsef Kadlecsik2015-06-131-10/+15
* netfilter: ipset: Correct rcu_dereference_bh_nfnl() usageJozsef Kadlecsik2015-05-051-4/+6
* Fix coding styles reported by the most recent checkpatch.pl.Jozsef Kadlecsik2015-04-171-16/+16