summaryrefslogtreecommitdiffstats
path: root/kernel/ip_set_core.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace strncpy with strlcpy at creating a set.Jozsef Kadlecsik2011-01-141-1/+1
| | | | Better add more safety nets against user input.
* Update copyright date and some style changes.Jozsef Kadlecsik2011-01-141-3/+2
|
* Separate prefixlens from ip_set core.Jozsef Kadlecsik2011-01-131-0/+1561
Separate prefixlens from ip_set core for better readibility and honoring the independence. Also, comment that prefixlens were borrowed from Jan Engelhardt.