summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/netfilter/ipset/ip_set_ahash.h
Commit message (Expand)AuthorAgeFilesLines
* 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