summaryrefslogtreecommitdiffstats
path: root/src/expr
Commit message (Expand)AuthorAgeFilesLines
* src: rename nftnl_rule_expr to nftnl_exprPablo Neira Ayuso2015-09-0720-586/+586
* src: rename existing functions to use the nftnl_ prefixPablo Neira Ayuso2015-09-0721-1688/+1688
* expr: immediate: fix leak in expression destroy pathPablo Neira Ayuso2015-08-182-0/+20
* expr: redir: fix snprintf to return the number of bytes printedBalazs Scheidler2015-06-301-1/+1
* dynset: support expression templatesPatrick McHardy2015-04-141-0/+38
* data: increase maximum possible data sizePatrick McHardy2015-04-141-1/+1
* expr: dynset: fix json/xml parsingArturo Borrero Gonzalez2015-04-131-14/+34
* expr: add support for the dynset exprPatrick McHardy2015-04-121-0/+317
* src: restore static array with expression operationsPablo Neira Ayuso2015-03-2319-94/+0
* src: split internal.h is smaller filesPablo Neira Ayuso2015-02-1721-99/+2
* expr: data_reg: use 'reg' instead of 'data_reg'Pablo Neira Ayuso2014-11-103-23/+12
* src: consolidate XML/JSON exportationPablo Neira Ayuso2014-11-1019-992/+275
* expr: nat: use 'nat_type' instead of 'type' in the parserPablo Neira Ayuso2014-11-101-1/+1
* expr: meta: Add cgroup supportAna Rey2014-11-101-1/+2
* src: add support for nft_redir expressionArturo Borrero2014-10-301-0/+303
* expr: masq: optional printing of flags attr in snprintf_defaultArturo Borrero2014-10-031-2/+4
* expr: add new nft_masq expressionArturo Borrero2014-09-091-0/+208
* expr: nat: add support for the new flags attributeArturo Borrero2014-09-091-3/+45
* expr: meta: Add devgroup supportAna Rey2014-09-031-1/+3
* src: get rid of cached copies of x_tables.h and xt_LOG.hPablo Neira Ayuso2014-08-312-2/+6
* expr: meta: Add cpu support for meta expresionAna Rey2014-08-241-2/+3
* expr: meta: Add pkttype supportAna Rey2014-08-241-1/+2
* src: stricter netlink attribute length validationPablo Neira Ayuso2014-07-2018-136/+68
* expr: log: define variable flags in xml parserÁlvaro Neira Ayuso2014-07-151-1/+1
* expr: log: add support for level and flagsPablo Neira Ayuso2014-07-011-6/+85
* expr: match: Do not print unset values in json fileAna Rey2014-06-241-7/+6
* expr: match: Do not print unset values in xml fileAna Rey2014-06-241-6/+6
* expr: match: Use nft_rule_expr_set_* in the xml parsing codeAna Rey2014-06-241-5/+1
* expr: match: get a nft_rule_expr type in nft_rule_expr_match_snprintf_* funct...Ana Rey2014-06-241-4/+6
* expr: lookup: Do not print unset values in json fileAna Rey2014-06-241-19/+19
* expr: lookup: Do not print unset values in xml fileAna Rey2014-06-241-14/+16
* expr: lookup: Use nft_rule_expr_set_* in the xml parsing codeAna Rey2014-06-241-15/+7
* expr: exthdr: Do not print unset values in jsonAna Rey2014-06-241-25/+39
* expr: exthdr: Do not print unset values in xmlAna Rey2014-06-241-23/+34
* expr: exthdr: Use nft_rule_expr_set_* in the xml parsing codeAna Rey2014-06-241-16/+8
* expr: exthdr: Add nft_rule_expr_exthdr_snprinf_* functionsAna Rey2014-06-241-18/+38
* expr: counter: Do not print unset values in jsonAna Rey2014-06-241-10/+21
* expr: counter: Do not print unset values in xmlAna Rey2014-06-241-11/+16
* expr: counter: Use nft_rule_expr_set_* in the xml parsing codeAna Rey2014-06-241-7/+5
* expr: counter: Add nft_rule_expr_counter_snprinf_* functionsAna Rey2014-06-241-9/+31
* expr: ct: Do not parse unset values in jsonAna Rey2014-06-241-23/+7
* expr: ct: Delete the last comma character in json textAna Rey2014-06-241-2/+3
* expr: ct: Do not print unset values in xml fileAna Rey2014-06-241-18/+12
* expr: ct: Use nft_rule_expr_set_* in the xml parsing codeAna Rey2014-06-241-14/+8
* expr: nat: add helper function to translate nat types to stringArturo Borrero2014-06-231-23/+17
* expr: cmp: Do not print unset values in json fileAna Rey2014-06-231-20/+21
* expr: cmp: Do not print unset values in xml fileAna Rey2014-06-231-17/+22
* expr: cmp: Use nft_rule_expr_set_* in the xml parsing codeAna Rey2014-06-231-8/+4
* expr: cmp: Get a nft_rule_expr type in nft_rule_expr_cmp_snprintf_* functionsAna Rey2014-06-231-12/+12
* expr: byteorder: Do not print unset values in jsonAna Rey2014-06-231-32/+42