summaryrefslogtreecommitdiffstats
path: root/src/xt.c
Commit message (Expand)AuthorAgeFilesLines
* src: fix double free on xt stmt destructionFlorian Westphal2019-05-011-1/+1
* src: missing destroy function in statement definitionsPablo Neira Ayuso2019-04-051-0/+1
* xt: fix build with --with-xtablesFlorian Westphal2018-12-291-3/+4
* xt: fix build when libxtables is not installedFlorian Westphal2018-12-041-0/+5
* xt: always build with a minimal support for xt match/target decodeFlorian Westphal2018-11-121-0/+22
* xt: pass octx to translate functionFlorian Westphal2018-11-121-3/+3
* src: remove opts field from struct xt_stmtPablo Neira Ayuso2018-10-171-6/+2
* nftables: xt: don't use hard-coded AF_INETFlorian Westphal2018-05-141-4/+20
* xt: don't BUG if we can't find an extensionsFlorian Westphal2018-05-081-6/+8
* Revert ("src: Remove xt_stmt_() functions").Pablo Neira Ayuso2018-01-201-2/+74
* src: Initialize struct stmt in _match and _target functions.Varsha Rao2017-08-241-0/+2
* src: Remove xt_stmt_() functions.Varsha Rao2017-08-171-74/+0
* src: Remove __init and __exit macro definitions.Varsha Rao2017-07-171-1/+1
* xt: use NFTNL_* definitionsPablo Neira Ayuso2016-12-201-6/+6
* xt: update Arturo Borrero Gonzalez email addressArturo Borrero Gonzalez2016-11-091-1/+1
* xt: use struct xt_xlate_{mt,tg}_paramsPablo Neira Ayuso2016-07-251-5/+15
* src: add xt compat supportPablo Neira Ayuso2016-07-131-0/+348