summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* include: drop "format" attribute from nft_gmp_print()Thomas Haller2023-11-031-2/+1
* evaluate: fix check for truncation in stmt_evaluate_log_prefix()Thomas Haller2023-11-031-1/+1
* tests: monitor: Fix for wrong ordering in expected JSON outputPhil Sutter2023-11-031-1/+1
* tests: monitor: Fix for wrong syntax in set-interval.tPhil Sutter2023-11-031-1/+1
* tests: monitor: Fix time format in ct timeout testPhil Sutter2023-11-031-1/+1
* tests: monitor: Fix monitor JSON output for insert commandPhil Sutter2023-11-021-1/+1
* evaluate: do not remove anonymous set with protocol flags and single elementPablo Neira Ayuso2023-11-021-1/+6
* evaluate: Drop dead code from expr_evaluate_mapping()Phil Sutter2023-11-021-11/+8
* tests: shell: Stabilize sets/0043concatenated_ranges_0 testPhil Sutter2023-11-021-2/+6
* parser: permit gc-interval in map declarationsFlorian Westphal2023-11-021-0/+5
* parser: allow ct timeouts to use time_spec valuesFlorian Westphal2023-11-025-9/+16
* tests: fix inet nat prio testsFlorian Westphal2023-11-022-2/+2
* libnftables: Drop cache in -c/--check modePablo Neira Ayuso2023-11-023-2/+27
* netlink: delinearize: copy set keytype if neededFlorian Westphal2023-11-021-0/+2
* expression: define .clone for catchall set elementPablo Neira Ayuso2023-11-022-2/+34
* parser: reject zero-length interface names in flowtablesFlorian Westphal2023-11-022-8/+17
* parser: reject zero-length interface namesFlorian Westphal2023-11-022-5/+36
* parser: don't assert on scope underflowsFlorian Westphal2023-11-022-2/+7
* evaluate: do not abort when prefix map has non-map elementFlorian Westphal2023-11-023-4/+32
* cache: include set elements in "nft set list"Florian Westphal2023-11-022-7/+3
* evaluate: set NFT_SET_EVAL flag if dynamic set already existsPablo Neira Ayuso2023-11-021-0/+8
* optimize: do not remove counter in verdict mapsPablo Neira Ayuso2023-11-023-7/+51
* evaluate: skip optimization if anonymous set uses stateful statementPablo Neira Ayuso2023-11-023-1/+5
* evaluate: allow stateful statements with anonymous verdict mapsPablo Neira Ayuso2023-11-023-3/+4
* netlink: restore typeof interval map data typeFlorian Westphal2023-11-022-3/+8
* tests: shell: Fix for unstable sets/0043concatenated_ranges_0Phil Sutter2023-11-021-2/+2
* netlink_delinearize: do not reset protocol context for nat protocol expressionPablo Neira Ayuso2023-11-027-35/+9
* evaluate: bogus missing transport protocolPablo Neira Ayuso2023-11-021-3/+8
* optimize: support for redirect and masqueradePablo Neira Ayuso2023-11-023-32/+130
* optimize: assert nat type on nat statement helperPablo Neira Ayuso2023-11-021-0/+4
* xt: Fix translation error pathPhil Sutter2023-11-021-4/+6
* intervals: use expression location when translating to intervalsPablo Neira Ayuso2023-11-021-2/+2
* evaluate: insert byte-order conversions for expressions between 9 and 15 bitsJeremy Sowden2023-11-021-1/+1
* xt: Fix fallback printing for extensions matching keywordsPhil Sutter2023-11-022-2/+2
* parser_bison: allow to use quota in setsPablo Neira Ayuso2023-11-023-0/+69
* tests: shell: cover rule insertion by indexPablo Neira Ayuso2023-11-022-0/+20
* src: expand table command before evaluationPablo Neira Ayuso2023-11-024-41/+27
* netlink_delinearize: Sanitize concat data element decodingPhil Sutter2023-11-021-1/+1
* evaluate: expand value to range when nat mapping contains intervalsPablo Neira Ayuso2023-11-028-2/+270
* evaluate: infer family from mappingPablo Neira Ayuso2023-11-022-5/+54
* evaluate: print error on missing family in nat statementPablo Neira Ayuso2023-11-021-3/+29
* optimize: infer family for nat mappingPablo Neira Ayuso2023-11-024-2/+59
* optimize: ignore existing nat mappingPablo Neira Ayuso2023-11-023-0/+9
* rule: expand standalone chain that contains rulesPablo Neira Ayuso2023-11-023-3/+41
* optimize: select merge criteria based on candidates rulesPablo Neira Ayuso2023-11-023-11/+19
* rule: add helper function to expand chain rules into commandsPablo Neira Ayuso2023-11-021-17/+22
* optimize: fix incorrect expansion into concatenation with verdict mapPablo Neira Ayuso2023-11-023-11/+30
* optimize: wrap code to build concatenation in helper functionPablo Neira Ayuso2023-11-021-7/+15
* evaluate: set eval ctx for add/update statements with integer constantsFlorian Westphal2023-11-025-2/+65
* optimize: Do not return garbage from stackPhil Sutter2023-11-021-1/+1