summaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset/ip_set_hash_gen.h
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ipset: Missing gc cancellations fixedJozsef Kadlecsik2024-02-081-2/+2
* netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik2024-01-311-3/+12
* Kill sched.h dependency on rcupdate.hKent Overstreet2023-12-271-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski2022-12-121-9/+62
|\
| * netfilter: ipset: Add support for new bitmask parameterVishwanath Pai2022-11-301-9/+62
* | netfilter: ipset: restore allowing 64 clashing elements in hash:net,ifaceJozsef Kadlecsik2022-11-221-1/+1
|/
* netfilter: ipset: enforce documented limit to prevent allocating huge memoryJozsef Kadlecsik2022-11-021-24/+6
* netfilter: ipset: Fix oversized kvmalloc() callsJozsef Kadlecsik2021-09-141-2/+2
* netfilter: ipset: fix shift-out-of-bounds in htable_bits()Vasily Averin2020-12-171-15/+5
* netfilter: ipset: fixes possible oops in mtype_resizeVasily Averin2020-12-171-9/+13
* netfilter: ipset: Expose the initval hash parameter to userspaceJozsef Kadlecsik2020-10-311-4/+9
* netfilter: ipset: Add bucketsize parameter to all hash typesJozsef Kadlecsik2020-10-311-15/+23
* netfilter: ipset: call ip_set_free() instead of kfree()Eric Dumazet2020-06-301-2/+2
* netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-151-2/+2
* netfilter: ipset: Fix forceadd evaluation pathJozsef Kadlecsik2020-02-221-0/+2
* netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik2020-02-221-195/+438
* netfilter: ipset: remove inline from static functions in .c files.Jeremy Sowden2019-10-071-2/+2
* netfilter: inline four headers files into another one.Jeremy Sowden2019-08-131-1/+1
* netfilter: remove unnecessary spacesyangxingwu2019-08-131-1/+1
* 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-1/+1
* | ipset: Fix memory accounting for hash types on resizeStefano Brivio2019-06-101-1/+1
|/
* ipset: drop ipset_nest_start() and ipset_nest_end()Michal Kubecek2019-04-271-7/+7
* netfilter: Replace call_rcu_bh(), rcu_barrier_bh(), and synchronize_rcu_bh()Paul E. McKenney2018-12-011-2/+2
* netfilter: Replace spin_is_locked() with lockdepLance Roy2018-10-161-1/+1
* netfilter: ipset: forbid family for hash:mac setsFlorent Fourcot2018-06-061-1/+4
* netfilter: ipset: Fix "don't update counters" mode when counters used at the ...Jozsef Kadlecsik2018-01-081-23/+14
* netfilter: ipset: add resched points during set listingFlorian Westphal2018-01-081-0/+1
* netfilter: ipset: Convert timers to use timer_setup()Kees Cook2017-10-181-5/+7
* netfilter: ipset: ipset list may return wrong member count for set with timeoutVishwanath Pai2017-09-181-1/+13
* Fix bug: sometimes valid entries in hash:* types of sets were evictedJozsef Kadlecsik2017-02-191-1/+1
* netfilter: ipset: use setup_timer() and mod_timer().Jozsef Kadlecsik2016-11-101-5/+2
* netfilter: ipset: Fix reported memory size for hash:* typesJozsef Kadlecsik2016-11-101-7/+9
* netfilter: ipset: Collapse same condition body to a single oneJozsef Kadlecsik2016-11-101-7/+1
* netfilter: ipset: Make struct htype per ipset familyJozsef Kadlecsik2016-11-101-31/+20
* netfilter: ipset: Optimize hash creation routineJozsef Kadlecsik2016-11-101-34/+29
* netfilter: ipset: Make sure element data size is a multiple of u32Jozsef Kadlecsik2016-11-101-2/+8
* netfilter: ipset: Make NLEN compile time constant for hash typesJozsef Kadlecsik2016-11-101-28/+23
* netfilter: ipset: Simplify mtype_expire() for hash typesJozsef Kadlecsik2016-11-101-13/+12
* netfilter: ipset: Remove redundant mtype_expire() argumentsJozsef Kadlecsik2016-11-101-4/+5
* netfilter: ipset: Count non-static extension memory for userspaceJozsef Kadlecsik2016-11-101-12/+14
* netfilter: ipset: Add element count to all set types headerJozsef Kadlecsik2016-11-101-11/+10
* netfilter: ipset: Add element count to hash headersEric B Munson2016-11-101-1/+2
* netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai2016-03-281-1/+1
* netfilter: ipset: Fix hash type expire: release empty hash bucket blockJozsef Kadlecsik2015-11-071-4/+9
* netfilter: ipset: Fix hash:* type expirationJozsef Kadlecsik2015-11-071-1/+1
* netfilter: ipset: Fix extension alignmentJozsef Kadlecsik2015-11-071-4/+7
* netfilter: ipset: Out of bound access in hash:net* types fixedJozsef Kadlecsik2015-08-281-4/+8
* netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-06-141-24/+31