summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests/shell: sanitize "handle" in JSON outputThomas Haller2023-11-22279-280/+286
* tests: shell: skip if kernel does not allow to restore set element expirationPablo Neira Ayuso2023-11-222-0/+20
* tests: shell: skip secmark tests if kernel does not support itPablo Neira Ayuso2023-11-222-0/+8
* tests: shell: split nat inet testsPablo Neira Ayuso2023-11-224-27/+32
* tests: shell: skip nat inet if kernel does not support itPablo Neira Ayuso2023-11-222-0/+9
* tests: shell: skip synproxy test if kernel does not support itPablo Neira Ayuso2023-11-222-0/+11
* tests: shell: detach synproxy testPablo Neira Ayuso2023-11-224-33/+52
* tests: shell: skip stateful object updates if unsupportedPablo Neira Ayuso2023-11-222-0/+23
* tests: shell: connlimit tests requires set expression supportPablo Neira Ayuso2023-11-221-0/+2
* evaluate: bogus error when adding devices to flowtablePablo Neira Ayuso2023-11-222-1/+9
* tests: shell: flush connlimit setsPablo Neira Ayuso2023-11-212-2/+3
* tests: shell: skip meta time test meta expression lacks supportFlorian Westphal2023-11-212-0/+9
* tests: shell: skip maps delete test if dynset lacks delete opFlorian Westphal2023-11-212-0/+14
* tests: shell: skip ct expectation test if feature is missingFlorian Westphal2023-11-211-0/+2
* tests: shell: quote reference to array to iterate over empty stringPablo Neira Ayuso2023-11-211-1/+1
* tests: shell: adjust add-after-delete flowtable for older kernelsPablo Neira Ayuso2023-11-213-3/+2
* evaluate: fix rule replacement with anon setsFlorian Westphal2023-11-201-0/+1
* tests: shell: skip sets/sets_with_ifnames if no pipapo backend is availablePablo Neira Ayuso2023-11-151-0/+2
* tests: shell: restore pipapo and chain binding coverage in standalone 30s-stressPablo Neira Ayuso2023-11-151-0/+9
* tests: shell: skip pipapo set backend in transactions/30s-stressPablo Neira Ayuso2023-11-151-7/+44
* tests: shell: skip if kernel does not support flowtable with no devicesPablo Neira Ayuso2023-11-152-0/+10
* tests: shell: skip if kernel does not support flowtable counterPablo Neira Ayuso2023-11-152-0/+18
* tools: check for consistency of .json-nft dumps in "check-tree.sh"Thomas Haller2023-11-151-1/+20
* tools: check more strictly for bash shebang in "check-tree.sh"Thomas Haller2023-11-151-2/+7
* tools: simplify error handling in "check-tree.sh" by adding msg_err()/msg_warn()Thomas Haller2023-11-151-17/+20
* tests/shell: add JSON dump filesThomas Haller2023-11-15339-0/+339
* tests/shell: check and generate JSON dump filesThomas Haller2023-11-153-39/+138
* json: fix use after free in table_flags_json()Thomas Haller2023-11-151-1/+1
* src: expand create commandsPablo Neira Ayuso2023-11-155-1/+33
* parser: use size_t type for strlen() resultsThomas Haller2023-11-152-2/+2
* tests: shell: split merge nat optimization in two testsPablo Neira Ayuso2023-11-114-21/+26
* tests: shell: split single element in anonymous setPablo Neira Ayuso2023-11-114-4/+31
* tests: shell: split map testPablo Neira Ayuso2023-11-114-32/+38
* tests: shell: split set NAT interval testPablo Neira Ayuso2023-11-114-22/+32
* tests: shell: skip if kernel does not support bitshiftPablo Neira Ayuso2023-11-112-43/+45
* tests: shell: skip multidevice chain tests if kernel lacks supportPablo Neira Ayuso2023-11-112-0/+19
* tests: shell: skip comment tests if kernel lacks supportPablo Neira Ayuso2023-11-116-0/+23
* tests: shell: skip NAT netmap tests if kernel lacks supportPablo Neira Ayuso2023-11-112-0/+10
* tests: shell: skip stateful expression in sets tests if kernel lacks supportPablo Neira Ayuso2023-11-117-0/+30
* tests: shell: skip prerouting reject tests if kernel lacks supportPablo Neira Ayuso2023-11-112-0/+10
* tests: shell: skip pipapo tests if kernel lacks supportPablo Neira Ayuso2023-11-1112-2/+38
* netlink: fix buffer size for user data in netlink_delinearize_chain()Thomas Haller2023-11-091-1/+1
* src: remove xfree() and use plain free()Thomas Haller2023-11-0920-67/+61
* src: add free_const() and use it instead of xfree()Thomas Haller2023-11-0913-118/+124
* gmputil: add nft_gmp_free() to free strings from mpz_get_str()Thomas Haller2023-11-093-4/+25
* datatype: don't return a const string from cgroupv2_get_path()Thomas Haller2023-11-091-3/+3
* evaluate: place byteorder conversion before rshift in payload expressionsPablo Neira Ayuso2023-11-065-1/+93
* evaluate: reset statement length context only for set mappingsPablo Neira Ayuso2023-11-065-1/+106
* meta: fix hour decoding when timezone offset is negativeFlorian Westphal2023-11-023-2/+61
* tproxy: Drop artificial port printing restrictionPhil Sutter2023-11-024-1/+50