]> git.ipfire.org Git - thirdparty/ipset.git/history - kernel/net/netfilter/ipset/ip_set_hash_gen.h
ipset 7.22 released
[thirdparty/ipset.git] / kernel / net / netfilter / ipset / ip_set_hash_gen.h
2024-05-22  Kent OverstreetKill sched.h dependency on rcupdate.h
2024-02-12  Jozsef Kadlecsiknetfilter: ipset: Suppress false sparse warnings
2024-02-04  Jozsef Kadlecsiknetfilter: ipset: Missing gc cancellations fixed
2024-01-29  Jozsef Kadlecsiknetfilter: ipset: fix race condition between swap/destr...
2022-11-21  Jozsef Kadlecsiknetfilter: ipset: restore allowing 64 clashing elements...
2022-11-20  Vishwanath Painetfilter: ipset: Add support for new bitmask parameter
2022-11-07  Jozsef Kadlecsiknetfilter: ipset: enforce documented limit to prevent...
2022-10-17  Jozsef Kadlecsiknetfilter: ipset: Fix oversized kvmalloc() calls
2020-12-20  Vasily Averinnetfilter: ipset: fix shift-out-of-bounds in htable_bits()
2020-12-20  Vasily Averinnetfilter: ipset: fixes possible oops in mtype_resize
2020-09-21  Jozsef KadlecsikExpose the initval hash parameter to userspace
2020-09-21  Jozsef KadlecsikAdd bucketsize parameter to all hash types
2020-09-20  Gustavo A. R. Silvanetfilter: Replace zero-length array with flexible...
2020-09-20  Eric Dumazetnetfilter: ipset: call ip_set_free() instead of kfree()
2020-02-22  Jozsef KadlecsikMerge branch 'region_lock'
2020-02-22  Jozsef Kadlecsiknetfilter: ipset: Fix forceadd evaluation path
2020-02-21  Jozsef Kadlecsiknetfilter: ipset: Correct the reported memory size
2020-02-18  Jozsef Kadlecsiknetfilter: ipset: Fix "INFO: rcu detected stall in...
2019-11-01  Jozsef KadlecsikFix compatibility support for netlink extended ACK...
2019-10-31  Thomas Gleixnertreewide: Replace GPLv2 boilerplate/reference with...
2019-10-31  yangxingwunetfilter: remove unnecessary spaces
2019-10-07  Jeremy Sowdennetfilter: ipset: remove inline from static functions...
2019-10-07  Jeremy Sowdennetfilter: inlined four headers files into another...
2019-06-05  Jozsef Kadlecsikipset: update my email address
2019-06-04  Stefano Brivioipset: Fix memory accounting for hash types on resize
2018-10-22  Lance Roynetfilter: Replace spin_is_locked() with lockdep
2018-06-04  Florent Fourcotnetfilter: ipset: forbid family for hash:mac sets
2018-01-04  Florian Westphalnetfilter: ipset: add resched points during set listing
2018-01-04  Jozsef KadlecsikFix "don't update counters" mode when counters used...
2018-01-03  Jozsef KadlecsikBackport patch: netfilter: ipset: Convert timers to...
2017-09-06  Vishwanath Painetfilter: ipset: ipset list may return wrong member...
2017-02-16  Jozsef KadlecsikFix bug: sometimes valid entries in hash:* types of...
2016-11-10  Jozsef KadlecsikRevert patch "Correct rcu_dereference_bh_nfnl() usage"
2016-05-19  Muhammad Falak R... netfilter: ipset: use setup_timer() and mod_timer().
2016-03-16  Vishwanath Painetfilter: ipset: fix race condition in ipset save...
2015-11-07  Jozsef KadlecsikFix reported memory size for hash:* types
2015-11-07  Jozsef KadlecsikFix hash type expire: release empty hash bucket block
2015-11-07  Jozsef KadlecsikFix hash:* type expiration
2015-11-07  Jozsef KadlecsikCollapse same condition body to a single one
2015-11-07  Jozsef KadlecsikFix extension alignment
2015-08-25  Jozsef KadlecsikOut of bound access in hash:net* types fixed
2015-06-26  Jozsef KadlecsikMake struct htype per ipset family
2015-06-26  Jozsef KadlecsikOptimize hash creation routine
2015-06-26  Jozsef KadlecsikMake sure element data size is a multiple of u32
2015-06-26  Jozsef KadlecsikMake NLEN compile time constant for hash types
2015-06-26  Jozsef KadlecsikSimplify mtype_expire() for hash types
2015-06-26  Jozsef KadlecsikCount non-static extension memory into the set memory...
2015-06-25  Jozsef KadlecsikAdd element count to all set types header
2015-06-19  Eric B MunsonAdd element count to hash headers
2015-06-13  Jozsef KadlecsikFix error path in mtype_resize() when new hash bucket...
2015-05-05  Jozsef Kadlecsiknetfilter: ipset: Correct rcu_dereference_bh_nfnl(...
2015-04-17  Jozsef KadlecsikFix coding styles reported by the most recent checkpatc...
2015-03-24  Sergey Popovichnetfilter: ipset: Improve preprocessor macros checks
2015-03-24  Sergey Popovichnetfilter: ipset: Fix hashing for ipv6 sets
2015-03-20  Sergey Popovichnetfilter: ipset: Use SET_WITH_*() helpers to test...
2015-03-19  Sergey Popovichnetfilter: ipset: Preprocessor directices cleanup
2015-03-19  Jozsef KadlecsikMake sure bit operations are not reordered
2015-03-13  Jozsef KadlecsikFix cidr handling for hash:*net* types
2015-01-06  Jozsef KadlecsikMissing rcu_read_lock() and _unlock() in mtype_list...
2015-01-06  Jozsef KadlecsikFix coding styles reported by checkpatch.pl
2014-11-27  Jozsef KadlecsikRemove unnecessary integer RCU handling and fix sparse...
2014-11-18  Jozsef KadlecsikFix parallel resizing and listing of the same set
2014-11-18  Jozsef KadlecsikIntroduce RCU in all set types instead of rwlock per set
2014-11-18  Jozsef KadlecsikAllocate the proper size of memory when /0 networks...
2014-11-18  Jozsef KadlecsikSimplify cidr handling for hash:*net* types
2014-11-18  Jozsef KadlecsikIndicate when /0 networks are supported
2014-09-23  Jozsef KadlecsikSupport updating extensions when the set is full
2014-09-15  Jozsef Kadlecsikhash:mac type added to ipset
2014-09-14  Joe Perchesnetfilter: Convert pr_warning to pr_warn
2014-09-08  Anton Danilovnetfilter: ipset: Add skbinfo extension kernel support...
2014-04-07  Vytas DauksaRemoved invalid IPSET_ATTR_MARKMASK validation
2014-03-04  Josh Huntipset: add forceadd kernel support for hash set types
2014-01-23  Vytas Dauksaadd markmask for hash:ip,mark data type
2013-10-27  Michael Opdenackernetfilter: ipset: remove duplicate define
2013-10-02  Jozsef KadlecsikUse netlink callback dump args only
2013-09-28  Vitaly Lavrovipset: Add net namespace for ipset
2013-09-25  Jozsef KadlecsikUse a common function at listing the extensions of...
2013-09-23  Jozsef KadlecsikFix hash resizing with comments
2013-09-23  Oliver Smithnetfilter: ipset: Support comments in hash-type ipsets.
2013-09-20  Oliver Smithnetfilter: ipset: Add hash:net,net module to kernel.
2013-09-15  Oliver Smithnetfilter: ipset: Fix serious failure in CIDR tracking
2013-09-09  Jozsef KadlecsikSupport extensions which need a per data destroy function
2013-09-07  Jozsef KadlecsikGeneralize extensions support
2013-09-06  Jozsef KadlecsikMove extension data to set structure
2013-09-06  Jozsef KadlecsikRename extension offset ids to extension ids
2013-09-04  Jozsef KadlecsikPrepare ipset to support multiple networks for hash...
2013-05-09  Jozsef KadlecsikCompatibility fixes to keep the support of kernels...
2013-05-01  Jozsef KadlecsikRename simple macro names to avoid namespace issues.
2013-04-30  Jozsef KadlecsikFix sparse warnings due to missing rcu annotations
2013-04-27  Jozsef KadlecsikDon't call ip_nest_end needlessly in the error path
2013-04-09  Jozsef KadlecsikThe hash types with counter support
2013-04-09  Jozsef KadlecsikUnified hash type generation