summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/ip_set_hash_gen.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename extension offset ids to extension idsJozsef Kadlecsik2013-09-061-11/+11
* Prepare ipset to support multiple networks for hash typesJozsef Kadlecsik2013-09-041-36/+38
* Compatibility fixes to keep the support of kernels back to 2.6.32Jozsef Kadlecsik2013-05-091-2/+2
* Rename simple macro names to avoid namespace issues.Jozsef Kadlecsik2013-05-011-70/+77
* Fix sparse warnings due to missing rcu annotationsJozsef Kadlecsik2013-04-301-32/+55
* Don't call ip_nest_end needlessly in the error pathJozsef Kadlecsik2013-04-271-1/+1
* The hash types with counter supportJozsef Kadlecsik2013-04-091-2/+63
* Unified hash type generationJozsef Kadlecsik2013-04-091-0/+1039