summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/netfilter/ipset/ip_set_chash.h
Commit message (Collapse)AuthorAgeFilesLines
* kernel: do not mix const and __read_mostlyJan Engelhardt2010-12-191-2/+2
| | | | | It makes no sense to mix these two. Either it is writable-plus-read-mostly, or it is constant.
* Strip off ip_set_ prefix from non-ipset specific header files.Jozsef Kadlecsik2010-12-081-2/+2
|
* Create include/linux/netfilter/ipset/ directoryJozsef Kadlecsik2010-12-071-0/+1164
Separate the ipset header files from netfilter header files.