summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* expr: meta: Do not print unset values in json fileAna Rey2014-06-231-26/+17
* expr: meta: Do not print unset values in xml fileAna Rey2014-06-231-16/+11
* expr: meta: Use nft_rule_expr_set_* in the xml parsing codeAna Rey2014-06-231-15/+8
* expr: immediate: Do not print unset values in xml fileAna Rey2014-06-231-22/+23
* expr: immediate: Do not print unset values in json fileAna Rey2014-06-231-27/+23
* expr: immediate: Use nft_rule_expr_set_* in the xml parsing codeAna Rey2014-06-231-3/+1
* expr: bitwise: Do not print unset values in jsonAna Rey2014-06-231-39/+48
* expr: bitwise: Do not print unset values in xmlAna Rey2014-06-231-47/+49
* expr: bitwise: Get a nft_rule_expr type in nft_rule_expr_bitwise_snprintf_* f...Ana Rey2014-06-231-15/+12
* expr: remove alignment through XT_ALIGN in match and targetPablo Neira Ayuso2014-06-172-2/+2
* expr: limit: Do not print unset values in xmlAna Rey2014-06-161-11/+17
* expr: limit: Do not print unset values in jsonAna Rey2014-06-161-11/+21
* expr: limit: Use nft_rule_expr_set_* in the xml parsing codeAna Rey2014-06-161-9/+7
* expr: limit: Add nft_rule_expr_limit_snprinf_* functionsAna Rey2014-06-161-9/+32
* expr: nat: Do not print unset values in json fileAna Rey2014-06-161-16/+8
* expr: nat: Do not print unset values in xml fileAna Rey2014-06-161-12/+8
* expr: nat: Use nft_rule_expr_set_* in the xmlAna Rey2014-06-161-29/+17
* expr: queue: Use snprintf and SNPRINTF_BUFFER_SIZE in snprintf_default functionAna Rey2014-06-161-16/+21
* expr: queue: Use the correct data typeAna Rey2014-06-161-4/+5
* 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
* set: Free memory in the same function that is reservedAna Rey2014-06-111-11/+10
* src: set: Do not print unset values in jsonAna Rey2014-06-113-67/+83
* src: set: Do not print unset values in xmlAna Rey2014-06-112-46/+78
* common: homogeneous error message in nft_parse_perror()Pablo Neira Ayuso2014-06-111-7/+7
* src: set: Use nft_rule_expr_set_* in the xml parsing codeAna Rey2014-06-112-35/+21
* 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-052-22/+43
* 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-194-0/+37
* include: synchronize nf_tables.h with nftables treePablo Neira Ayuso2014-05-191-2/+2
* utils: fix buffer reallocation of nft_fprinft()Arturo Borrero2014-05-131-3/+10
* internal: fix SNPRINTF_BUFFER_SIZE macroArturo Borrero2014-05-131-2/+4
* data_reg: fix bad buffer size boundsArturo Borrero2014-05-071-5/+5
* ruleset: fix erroneous call to snprintfArturo Borrero2014-05-071-1/+1
* common: fix unconditional output of event wrapping stuffArturo Borrero2014-04-281-0/+3
* src: add flag to add event wrapping in output functionsArturo Borrero2014-04-268-34/+218
* 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
* set-elem: fix a memory leakAna Rey2014-04-161-0/+6
* target, match: Fix an invalid readAna Rey2014-04-142-4/+4