summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/ipset/ip_set_hash_ip.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Options and flags support added to the kernel APIJozsef Kadlecsik2011-04-181-6/+6
| | | | | | The support makes possible to specify the timeout value for the SET target and a flag to reset the timeout for already existing entries.
* Timeout can be modified for already added elementsJozsef Kadlecsik2011-03-271-5/+5
| | | | | | | | | | When an element to a set with timeout added, one can change the timeout by "readding" the element with the "-exist" flag. That means the timeout value is reset to the specified one (or to the default from the set specification if the "timeout n" option is not used). Example ipset add foo 1.2.3.4 timeout 10 ipset add foo 1.2.3.4 timeout 600 -exist
* Reorganized kernel/ subdirJozsef Kadlecsik2011-02-031-0/+464
The kernel/ subdirectory is reorganized to follow the kernel directory structure.