summaryrefslogtreecommitdiffstats
path: root/include/linux/netfilter/ipset
Commit message (Collapse)AuthorAgeFilesLines
* extensions: libxt_set, libxt_SET: check the set family tooJozsef Kadlecsik2013-11-181-0/+9
| | | | | | | | | | | Do not accept silently sets with wrong protocol family but reject them with an error message. It makes straightforward to catch user errors. [ Use afinfo instead to avoid a binary interface update --pablo ] Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* Introduce a new revision for the set match with the counters supportJozsef Kadlecsik2013-06-071-10/+42
| | | | | | | | The revision add the support of matching the packet/byte counters if the set was defined with the extension. Also, a new flag is introduced to suppress updating the packet/byte counters if required. Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
* New set match revision with --return-nomatch flag supportJozsef Kadlecsik2012-09-211-0/+2
|
* include: refresh include files from kernel 3.1-rc3Jan Engelhardt2011-08-311-0/+225
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>