aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter/ipset/ip_set_hash_gen.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-01netfilter: Replace call_rcu_bh(), rcu_barrier_bh(), and synchronize_rcu_bh()Paul E. McKenney1-2/+2
2018-10-16netfilter: Replace spin_is_locked() with lockdepLance Roy1-1/+1
2018-06-06netfilter: ipset: forbid family for hash:mac setsFlorent Fourcot1-1/+4
2018-01-08netfilter: ipset: Fix "don't update counters" mode when counters used at the matchingJozsef Kadlecsik1-23/+14
2018-01-08netfilter: ipset: add resched points during set listingFlorian Westphal1-0/+1
2017-10-18netfilter: ipset: Convert timers to use timer_setup()Kees Cook1-5/+7
2017-09-18netfilter: ipset: ipset list may return wrong member count for set with timeoutVishwanath Pai1-1/+13
2017-02-19Fix bug: sometimes valid entries in hash:* types of sets were evictedJozsef Kadlecsik1-1/+1
2016-11-10netfilter: ipset: use setup_timer() and mod_timer().Jozsef Kadlecsik1-5/+2
2016-11-10netfilter: ipset: Fix reported memory size for hash:* typesJozsef Kadlecsik1-7/+9
2016-11-10netfilter: ipset: Collapse same condition body to a single oneJozsef Kadlecsik1-7/+1
2016-11-10netfilter: ipset: Make struct htype per ipset familyJozsef Kadlecsik1-31/+20
2016-11-10netfilter: ipset: Optimize hash creation routineJozsef Kadlecsik1-34/+29
2016-11-10netfilter: ipset: Make sure element data size is a multiple of u32Jozsef Kadlecsik1-2/+8
2016-11-10netfilter: ipset: Make NLEN compile time constant for hash typesJozsef Kadlecsik1-28/+23
2016-11-10netfilter: ipset: Simplify mtype_expire() for hash typesJozsef Kadlecsik1-13/+12
2016-11-10netfilter: ipset: Remove redundant mtype_expire() argumentsJozsef Kadlecsik1-4/+5
2016-11-10netfilter: ipset: Count non-static extension memory for userspaceJozsef Kadlecsik1-12/+14
2016-11-10netfilter: ipset: Add element count to all set types headerJozsef Kadlecsik1-11/+10
2016-11-10netfilter: ipset: Add element count to hash headersEric B Munson1-1/+2
2016-03-28netfilter: ipset: fix race condition in ipset save, swap and deleteVishwanath Pai1-1/+1
2015-11-07netfilter: ipset: Fix hash type expire: release empty hash bucket blockJozsef Kadlecsik1-4/+9
2015-11-07netfilter: ipset: Fix hash:* type expirationJozsef Kadlecsik1-1/+1
2015-11-07netfilter: ipset: Fix extension alignmentJozsef Kadlecsik1-4/+7
2015-08-28netfilter: ipset: Out of bound access in hash:net* types fixedJozsef Kadlecsik1-4/+8
2015-06-14netfilter: ipset: Fix coding styles reported by checkpatch.plJozsef Kadlecsik1-24/+31
2015-06-14netfilter: ipset: Introduce RCU locking in hash:* typesJozsef Kadlecsik1-236/+353
2015-06-14netfilter: ipset: Fix parallel resizing and listing of the same setJozsef Kadlecsik1-3/+41
2015-06-14netfilter: ipset: Fix cidr handling for hash:*net* typesJozsef Kadlecsik1-18/+26
2015-06-14netfilter: ipset: Use SET_WITH_*() helpers to test set extensionsSergey Popovich1-1/+1
2015-05-13netfilter: ipset: Improve preprocessor macros checksSergey Popovich1-1/+12
2015-05-13netfilter: ipset: Fix hashing for ipv6 setsSergey Popovich1-0/+2
2015-05-13netfilter: ipset: Preprocessor directices cleanupSergey Popovich1-3/+4
2014-12-03netfilter: ipset: Allocate the proper size of memory when /0 networks are supportedJozsef Kadlecsik1-2/+1
2014-12-03netfilter: ipset: Simplify cidr handling for hash:*net* typesJozsef Kadlecsik1-28/+28
2014-12-03netfilter: ipset: Indicate when /0 networks are supportedJozsef Kadlecsik1-1/+1
2014-12-03netfilter: ipset: Support updating extensions when the set is fullJozsef Kadlecsik1-23/+17
2014-09-15netfilter: ipset: hash:mac type added to ipsetJozsef Kadlecsik1-1/+10
2014-09-15netfilter: ipset: Add skbinfo extension kernel support for the hash set types.Anton Danilov1-0/+5
2014-09-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-1/+1
2014-09-10netfilter: Convert pr_warning to pr_warnJoe Perches1-6/+6
2014-08-24netfilter: ipset: Removed invalid IPSET_ATTR_MARKMASK validationVytas Dauksa1-1/+1
2014-03-06netfilter: ipset: add forceadd kernel support for hash set typesJosh Hunt1-0/+12
2014-03-06netfilter: ipset: add markmask for hash:ip,mark data typeVytas Dauksa1-0/+31
2013-10-27netfilter: ipset: remove duplicate defineMichael Opdenacker1-1/+0
2013-10-22netfilter: ipset: Use netlink callback dump args onlyJozsef Kadlecsik1-9/+11
2013-09-30netfiler: ipset: Add net namespace for ipsetVitaly Lavrov1-1/+2
2013-09-30netfilter: ipset: Use a common function at listing the extensionsJozsef Kadlecsik1-10/+1
2013-09-30netfilter: ipset: Fix hash resizing with commentsJozsef Kadlecsik1-5/+5
2013-09-30netfilter: ipset: Support comments in hash-type ipsets.Oliver Smith1-6/+8