summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/ip_set_hash_gen.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* netfilter: ipset: Improve preprocessor macros checksSergey Popovich2015-03-241-1/+12
* netfilter: ipset: Fix hashing for ipv6 setsSergey Popovich2015-03-241-0/+2
* netfilter: ipset: Use SET_WITH_*() helpers to test set extensionsSergey Popovich2015-03-201-1/+1
* netfilter: ipset: Preprocessor directices cleanupSergey Popovich2015-03-191-3/+4
* Make sure bit operations are not reorderedJozsef Kadlecsik2015-03-191-2/+5
* Fix cidr handling for hash:*net* typesJozsef Kadlecsik2015-03-131-17/+25
* Missing rcu_read_lock() and _unlock() in mtype_list() fixedJozsef Kadlecsik2015-01-061-0/+3
* Fix coding styles reported by checkpatch.plJozsef Kadlecsik2015-01-061-31/+38
* Remove unnecessary integer RCU handling and fix sparse warningsJozsef Kadlecsik2014-11-271-37/+46
* Fix parallel resizing and listing of the same setJozsef Kadlecsik2014-11-181-4/+40