summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/ip_set_hash_gen.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce RCU in all set types instead of rwlock per setJozsef Kadlecsik2014-11-181-223/+322
* Allocate the proper size of memory when /0 networks are supportedJozsef Kadlecsik2014-11-181-2/+1
* Simplify cidr handling for hash:*net* typesJozsef Kadlecsik2014-11-181-28/+28
* Indicate when /0 networks are supportedJozsef Kadlecsik2014-11-181-1/+1
* Support updating extensions when the set is fullJozsef Kadlecsik2014-09-231-23/+17
* hash:mac type added to ipsetJozsef Kadlecsik2014-09-151-1/+10
* netfilter: Convert pr_warning to pr_warnJoe Perches2014-09-141-6/+6
* netfilter: ipset: Add skbinfo extension kernel support for the hash set types.Anton Danilov2014-09-081-0/+5
* Removed invalid IPSET_ATTR_MARKMASK validationVytas Dauksa2014-04-071-1/+1
* ipset: add forceadd kernel support for hash set typesJosh Hunt2014-03-041-0/+12
* add markmask for hash:ip,mark data typeVytas Dauksa2014-01-231-0/+31
* netfilter: ipset: remove duplicate defineMichael Opdenacker2013-10-271-1/+0
* Use netlink callback dump args onlyJozsef Kadlecsik2013-10-021-9/+11
* ipset: Add net namespace for ipsetVitaly Lavrov2013-09-281-1/+2
* Use a common function at listing the extensions of the elementsJozsef Kadlecsik2013-09-251-10/+1
* Fix hash resizing with commentsJozsef Kadlecsik2013-09-231-5/+5
* netfilter: ipset: Support comments in hash-type ipsets.Oliver Smith2013-09-231-6/+8
* netfilter: ipset: Add hash:net,net module to kernel.Oliver Smith2013-09-201-9/+49
* netfilter: ipset: Fix serious failure in CIDR trackingOliver Smith2013-09-151-10/+14
* Support extensions which need a per data destroy functionJozsef Kadlecsik2013-09-091-25/+46
* Generalize extensions supportJozsef Kadlecsik2013-09-071-76/+10
* Move extension data to set structureJozsef Kadlecsik2013-09-071-68/+59