summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/netfilter/ipset/ip_set_list.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix warn: integer overflows 'sizeof(*map) + size * set->dsize'Jozsef Kadlecsik2014-08-051-0/+1
| | | | | | | | | Dan Carpenter reported that the static checker emits the warning net/netfilter/ipset/ip_set_list_set.c:600 init_list_set() warn: integer overflows 'sizeof(*map) + size * set->dsize' Limit the maximal number of elements in list type of sets.
* The uapi include split in the package itselfJozsef Kadlecsik2013-04-091-18/+1
| | | | Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* Create include/linux/netfilter/ipset/ directoryJozsef Kadlecsik2010-12-071-0/+27
Separate the ipset header files from netfilter header files.