summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/netfilter/ipset/ip_set_ahash.h
Commit message (Expand)AuthorAgeFilesLines
* Coding style fixesJozsef Kadlecsik2012-09-111-1/+1
* Fix cidr book keeping for hash:*net* typesJozsef Kadlecsik2012-09-101-49/+55
* ipset: Stop using NLA_PUT*().David S. Miller2012-05-101-9/+12
* Fix hash size checking in kernelJozsef Kadlecsik2012-05-061-0/+16
* hash:net,iface timeout bug fixedJozsef Kadlecsik2012-01-131-0/+8
* Exceptions support added to hash:*net* typesJozsef Kadlecsik2012-01-131-23/+66
* Log warning when a hash type of set gets fullJozsef Kadlecsik2012-01-101-4/+18
* Fix compiler warnings "'hash_ip4_data_next' declared inline after being called"Chris Friesen2011-07-091-1/+1
* hash:net,iface fixed to handle overlapping nets behind different interfacesJozsef Kadlecsik2011-07-081-31/+61
* Make possible to hash some part of the data element only.Jozsef Kadlecsik2011-06-141-4/+10
* Whitespace and coding fixes detected by checkpatch.plJozsef Kadlecsik2011-05-311-1/+1
* hash:net,iface type introducedJozsef Kadlecsik2011-05-301-0/+6
* Add xt_action_param to the variant level kadt functions, ipset API changeJozsef Kadlecsik2011-05-271-0/+1
* Adding ranges to hash types with timeout could still fail, fixedJozsef Kadlecsik2011-05-211-1/+1
* Remove variable 'ret' in type_pf_tdel(), which is set but not usedJozsef Kadlecsik2011-05-201-2/+2
* Support range for IPv4 at adding/deleting elements for hash:*net* typesJozsef Kadlecsik2011-05-151-1/+1
* Fix adding ranges to hash typesJozsef Kadlecsik2011-05-061-3/+19
* Options and flags support added to the kernel APIJozsef Kadlecsik2011-04-181-1/+1
* Timeout can be modified for already added elementsJozsef Kadlecsik2011-03-271-7/+8
* References are protected by rwlock instead of mutexJozsef Kadlecsik2011-03-251-2/+1
* Move the type specifici attribute validation to the coreJozsef Kadlecsik2011-01-271-1/+1
* Use vzalloc() instead of __vmalloc()Jozsef Kadlecsik2011-01-261-4/+2
* Correct the error codes: use ENOENT and EMSGSIZEJozsef Kadlecsik2011-01-261-5/+7
* Fix trailing whitespaces and pr_* messagesJozsef Kadlecsik2011-01-211-13/+13
* Un-inline functions which are not small enoughJozsef Kadlecsik2011-01-201-7/+7
* Fix wrong kzalloc flag in type_pf_expireJozsef Kadlecsik2011-01-201-1/+1
* Fix the placement style of boolean operators at continued linesJozsef Kadlecsik2011-01-201-2/+2
* Use jhash.h accepted in kernel, with backward compatibility.Jozsef Kadlecsik2011-01-131-1/+1
* Kernel version compatibility: support from 2.6.34Jozsef Kadlecsik2010-12-211-4/+4
* kernel: const annotationsJan Engelhardt2010-12-191-2/+2
* kernel: do not mix const and __read_mostlyJan Engelhardt2010-12-191-2/+2
* Remove unnecessary gfp_flags argumentsJozsef Kadlecsik2010-12-161-26/+22
* Mistypeing in the hbucket() macro fixed.Jozsef Kadlecsik2010-12-161-2/+6
* Convert last printks to pr_debug in ip_set_ahash.hJozsef Kadlecsik2010-12-131-4/+2
* Remove remnants of slist from ip_set_ahash.hJozsef Kadlecsik2010-12-131-3/+2
* Add proper RCU protection to resizingJozsef Kadlecsik2010-12-101-18/+38
* Convert hash types from chash to ahash.Jozsef Kadlecsik2010-12-101-0/+1057