summaryrefslogtreecommitdiff
path: root/net/netfilter/ipset/ip_set_hash_gen.h
AgeCommit message (Expand)Author
2024-02-08netfilter: ipset: Missing gc cancellations fixedJozsef Kadlecsik
2024-01-31netfilter: ipset: fix performance regression in swap operationJozsef Kadlecsik
2023-12-27Kill sched.h dependency on rcupdate.hKent Overstreet
2022-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-11-30netfilter: ipset: Add support for new bitmask parameterVishwanath Pai
2022-11-22netfilter: ipset: restore allowing 64 clashing elements in hash:net,ifaceJozsef Kadlecsik
2022-11-02netfilter: ipset: enforce documented limit to prevent allocating huge memoryJozsef Kadlecsik
2021-09-14netfilter: ipset: Fix oversized kvmalloc() callsJozsef Kadlecsik
2020-12-17netfilter: ipset: fix shift-out-of-bounds in htable_bits()Vasily Averin
2020-12-17netfilter: ipset: fixes possible oops in mtype_resizeVasily Averin
2020-10-31netfilter: ipset: Expose the initval hash parameter to userspaceJozsef Kadlecsik
2020-10-31netfilter: ipset: Add bucketsize parameter to all hash typesJozsef Kadlecsik
2020-06-30netfilter: ipset: call ip_set_free() instead of kfree()Eric Dumazet
2020-03-15netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-22netfilter: ipset: Fix forceadd evaluation pathJozsef Kadlecsik
2020-02-22netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reportsJozsef Kadlecsik
2019-10-07netfilter: ipset: remove inline from static functions in .c files.Jeremy Sowden
2019-08-13netfilter: inline four headers files into another one.Jeremy Sowden
2019-08-13netfilter: remove unnecessary spacesyangxingwu
2019-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPablo Neira Ayuso
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-10Update my email addressJozsef Kadlecsik
2019-06-10ipset: Fix memory accounting for hash types on resizeStefano Brivio
2019-04-27ipset: drop ipset_nest_start() and ipset_nest_end()Michal Kubecek
2018-12-01netfilter: Replace call_rcu_bh(), rcu_barrier_bh(), and synchronize_rcu_bh()Paul E. McKenney
2018-10-16netfilter: Replace spin_is_locked() with lockdepLance Roy
2018-06-06netfilter: ipset: forbid family for hash:mac setsFlorent Fourcot
2018-01-08netfilter: ipset: Fix "don't update counters" mode when counters used at the ...Jozsef Kadlecsik
2018-01-08netfilter: ipset: add resched points during set listingFlorian Westphal
2017-10-18netfilter: ipset: Convert timers to use timer_setup()Kees Cook
2017-09-18netfilter: ipset: ipset list may return wrong member count for set with timeoutVishwanath Pai
2017-02-19Fix bug: sometimes valid entries in hash:* types of sets were evictedJozsef Kadlecsik
2016-11-10netfilter: ipset: use setup_timer() and mod_timer().Jozsef Kadlecsik
2016-11-10netfilter: ipset: Fix reported memory size for hash:* typesJozsef Kadlecsik
2016-11-10netfilter: ipset: Collapse same condition body to a single oneJozsef Kadlecsik
2016-11-10netfilter: ipset: Make struct htype per ipset familyJozsef Kadlecsik
2016-11-10netfilter: ipset: Optimize hash creation routineJozsef Kadlecsik
2016-11-10netfilter: ipset: Make sure element data size is a multiple of u32Jozsef Kadlecsik
2016-11-10netfilter: ipset: Make NLEN compile time constant for hash typesJozsef Kadlecsik
2016-11-10netfilter: ipset: Simplify mtype_expire() for hash typesJozsef Kadlecsik
2016-11-10netfilter: ipset: Remove redundant mtype_expire() argumentsJozsef Kadlecsik
2016-11-10netfilter: ipset: Count non-static extension memory for userspaceJozsef Kadlecsik
2016-11-10netfilter: ipset: Add element count to all set types headerJozsef Kadlecsik
2016-11-10netfilter: ipset: Add element count to hash headersEric B Munson
2016-03-28netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai
2015-11-07netfilter: ipset: Fix hash type expire: release empty hash bucket blockJozsef Kadlecsik
2015-11-07netfilter: ipset: Fix hash:* type expirationJozsef Kadlecsik
2015-11-07netfilter: ipset: Fix extension alignmentJozsef Kadlecsik
2015-08-28netfilter: ipset: Out of bound access in hash:net* types fixedJozsef Kadlecsik
2015-06-14netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik