summaryrefslogtreecommitdiffstats
path: root/kernel/include/linux/netfilter/xt_set.h
Commit message (Collapse)AuthorAgeFilesLines
* Options and flags support added to the kernel APIJozsef Kadlecsik2011-04-181-3/+12
| | | | | | The support makes possible to specify the timeout value for the SET target and a flag to reset the timeout for already existing entries.
* netfilter: ipset: add missing include to xt_set.hPatrick McHardy2011-02-011-0/+1
| | | | Signed-off-by: Patrick McHardy <kaber@trash.net>
* xt_set: avoid user types in exported kernel headersJan Engelhardt2010-12-191-6/+6
| | | | Within isolated code it would be ok, but not so in exported headers.
* Create include/linux/netfilter/ipset/ directoryJozsef Kadlecsik2010-12-071-1/+1
| | | | Separate the ipset header files from netfilter header files.
* ipset 5 in an almost ready state - milestonev5.0-pre1Jozsef Kadlecsik2010-06-151-0/+55
Reworked protocol and internal interfaces, missing set types added, backward compatibility verified, lots of tests added (and thanks to the tests, bugs fixed), even the manpage is rewritten ;-). Countless changes everywhere... The missing bits before announcing ipset 5: - net namespace support - new iptables/ip6tables extension library - iptables/ip6tables match and target tests (backward/forward compatibility) - tests on catching syntax errors