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