summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/netfilter/ipset/ip_set.h
Commit message (Collapse)AuthorAgeFilesLines
* Separate prefixlens from ip_set core.Jozsef Kadlecsik2011-01-131-9/+0
| | | | | | Separate prefixlens from ip_set core for better readibility and honoring the independence. Also, comment that prefixlens were borrowed from Jan Engelhardt.
* Comment the possible return values of the add/del/test type-functionsJozsef Kadlecsik2010-12-231-2/+8
|
* kernel: const annotationsJan Engelhardt2010-12-191-1/+1
|
* kernel: do not mix const and __read_mostlyJan Engelhardt2010-12-191-2/+1
| | | | | It makes no sense to mix these two. Either it is writable-plus-read-mostly, or it is constant.
* Remove unnecessary gfp_flags argumentsJozsef Kadlecsik2010-12-161-3/+2
| | | | | Where the argument was used, the set lock was already activated, therefore the argument value was always GFP_ATOMIC.
* Create include/linux/netfilter/ipset/ directoryJozsef Kadlecsik2010-12-071-0/+526
Separate the ipset header files from netfilter header files.