summaryrefslogtreecommitdiffstats
path: root/lib/ipset_list_set.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix timeout value overflow bug at large timeout parametersJozsef Kadlecsik2012-05-041-2/+2
| | | | | Large timeout parameters could result wrong timeout values due to an overflow at msec to jiffies conversion (reported by Andreas Herz)
* Set types moved into libipset libraryJozsef Kadlecsik2012-01-051-0/+91
The libipset library is complete by this step, and "ipset" just a CLI interface based on the lib.