summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/netfilter/ipset/ip_set_ahash.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert hash types from chash to ahash.Jozsef Kadlecsik2010-12-101-0/+1057
Instead of the cache friendly hashing, use the array based hashing. According to my tests the latter uses less memory, faster at lookup and deletion, and only slower at insertion.