summaryrefslogtreecommitdiffstats
path: root/src/expr
Commit message (Expand)AuthorAgeFilesLines
* expr: queue: Do not print unset values in jsonAna Rey2014-06-161-17/+29
* expr: queue: Do not print unset values in xmlAna Rey2014-06-161-14/+25
* expr: queue: Use nft_rule_expr_* in the xmlAna Rey2014-06-161-10/+7
* expr: queue: Add nft_rule_expr_queue_snprinf_* functionsAna Rey2014-06-161-31/+51
* expr: reject: Do not print unset values in jsonAna Rey2014-06-051-11/+20
* expr: reject: Convert the type of a variableAna Rey2014-06-051-1/+1
* expr: reject: Do not print unset values in xmlAna Rey2014-06-051-9/+17
* expr: reject: Use nft_rule_expr_set_* in the xmlAna Rey2014-06-051-9/+6
* expr: reject: Add nft_rule_expr_reject_snprinf_* functionsAna Rey2014-06-051-10/+32
* expr: log: Do not print unset values in jsonAna Rey2014-06-051-22/+34
* expr: log: Do not print unset values in xmlAna Rey2014-06-051-18/+31
* expr: log: Use nft_rule_expr_set_* in the xml parsing codeAna Rey2014-06-051-17/+11
* expr: log: Rename variables in nft_rule_expr_log_json_parse functionsAna Rey2014-06-051-5/+5
* expr: log: Code refactoring in nft_rule_expr_log_snprintfAna Rey2014-05-291-18/+40
* set: add set ID supportPablo Neira Ayuso2014-05-191-0/+16
* include: synchronize nf_tables.h with nftables treePablo Neira Ayuso2014-05-191-2/+2
* data_reg: fix bad buffer size boundsArturo Borrero2014-05-071-5/+5
* meta: Add support for input and output bridge interface nameTomasz Bursztyka2014-04-241-1/+3
* lookup: Fix an invalid readAna Rey2014-04-161-2/+2
* target, match: Fix an invalid readAna Rey2014-04-142-4/+4
* xml, json: Delete an immediatedate label in xml and json fileAna Rey2014-04-141-10/+2
* xml, json: Delete a cmpdata label in xml and json fileAna Rey2014-04-141-8/+2
* expr: add conntrack label match supportFlorian Westphal2014-02-181-2/+3
* src: compile queue expression supportPablo Neira Ayuso2014-02-171-8/+13
* Merge branch 'master' into next-3.14Pablo Neira Ayuso2014-02-0319-385/+551
|\
| * rename library to libnftnllibnftnl-1.0.0Pablo Neira Ayuso2014-01-2017-34/+34
| * expr: ct: fix compilation warning when json/xml support is missingPablo Neira Ayuso2014-01-201-1/+1
| * ct: use a string with 'dir' attributeArturo Borrero2014-01-181-11/+48
| * data_reg: fix verdict format approachArturo Borrero2014-01-181-72/+99
| * utils: fix nft_str2verdict return valueArturo Borrero2014-01-181-4/+10
| * expr: meta: statify meta_key2str_arrayPablo Neira Ayuso2014-01-171-1/+1
| * expr: ct: direction is optionalArturo Borrero2014-01-171-16/+46
| * expr: ct: fix missing NFT_CT_L3PROTOCOL in ctkey2str_arrayArturo Borrero2014-01-161-0/+1
| * lookup: xml: conditional output of dregArturo Borrero2014-01-151-13/+30
| * mxml: add optional/mandatory flag to nft_mxml_reg_parseArturo Borrero2014-01-1510-46/+48
| * expr: fix incorrect data type for several expression object fieldsPablo Neira Ayuso2014-01-105-11/+11
| * src: new error reporting approach for XML/JSON parsersÁlvaro Neira Ayuso2014-01-0618-155/+216
* | expr: ct: Add support for setting the markKristian Evensen2014-01-151-26/+101
* | meta: Let user specify any combination of sreg/dregKristian Evensen2014-01-151-32/+59
* | expr/cmp: fix type sizePatrick McHardy2014-01-152-5/+5
* | src: fix compilation due to missing NFPROTO_INET definitionPablo Neira Ayuso2014-01-101-4/+3
* | libnftables: add support for inet family and mete nfproto/l4proto expressionsPatrick McHardy2014-01-081-1/+3
* | src: update meta exprArturo Borrero2013-12-261-24/+92
* | expr: add support for nfnetlink queueEric Leblond2013-12-041-0/+254
|/
* expr: log: fix wrong attribute type in nft_rule_expr_log_parseAna Rey2013-11-191-1/+1
* expr: target: fix wrong info length in nft_rule_expr_target_parseAna Rey2013-11-191-1/+1
* expr: log: fix missing \0 when sending log prefix to kernelAna Rey2013-11-191-1/+1
* expr: log: release prefixPablo Neira Ayuso2013-11-181-0/+8
* expr: match: fix wrong flag setting in nft_rule_expr_match_parsePablo Neira Ayuso2013-11-181-3/+3
* expr: fix leak in target and match expressionsPablo Neira Ayuso2013-11-182-0/+16