summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/netfilter/ipset/ip_set_getport.h
Commit message (Collapse)AuthorAgeFilesLines
* The get_ip*_port functions are too large to be inlined, moved into the core.Jozsef Kadlecsik2011-01-201-119/+6
|
* Use annotated types and fix sparse warningsJozsef Kadlecsik2011-01-201-6/+6
| | | | | | Annotated types are introduced and sparse warnings fixed. Two warnings remained in ip_set_core.c but those are false ones. (Patrick McHardy's review)
* Document which elements cannot be stored in the different hash types.Jozsef Kadlecsik2010-12-141-2/+2
| | | | And enforce from kernel side as well...
* Create include/linux/netfilter/ipset/ directoryJozsef Kadlecsik2010-12-071-0/+126
Separate the ipset header files from netfilter header files.