summaryrefslogtreecommitdiffstats
path: root/kernel/net/netfilter/xt_set.c
Commit message (Collapse)AuthorAgeFilesLines
* Options and flags support added to the kernel APIJozsef Kadlecsik2011-04-181-55/+109
| | | | | | The support makes possible to specify the timeout value for the SET target and a flag to reset the timeout for already existing entries.
* set match and SET target fixesJozsef Kadlecsik2011-04-091-2/+16
| | | | | | | The SET target with --del-set did not work due to using wrongly the internal dimension of --add-set instead of --del-set. Also, the checkentries did not release the set references when returned an error. Bugs reported by Lennert Buytenhek.
* Reorganized kernel/ subdirJozsef Kadlecsik2011-02-031-0/+423
The kernel/ subdirectory is reorganized to follow the kernel directory structure.