summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests/shell: no longer enable verbose output when selecting a testThomas Haller2023-09-081-4/+1
* tests/shell: print "kernel is tainted" separate from test resultThomas Haller2023-09-081-1/+2
* tests/shell: redirect output of test script to file tooThomas Haller2023-09-081-0/+2
* tests/shell: don't redirect error/warning messages to stderrThomas Haller2023-09-081-2/+2
* tests/shell: print the NFT setting with the VALGRIND=y wrapperThomas Haller2023-09-081-4/+5
* tests/shell: fix handling failures with VALGRIND=yThomas Haller2023-09-083-6/+26
* tests/shell: colorize terminal output with test resultThomas Haller2023-09-081-10/+61
* tests/shell: cleanup print_test_result() and show TAINTED error codeThomas Haller2023-09-081-8/+10
* tests/shell: cleanup result handling in "test-wrapper.sh"Thomas Haller2023-09-081-24/+41
* tests/shell: return 77/skip for tests that fail to create dummy deviceThomas Haller2023-09-083-5/+5
* tests/shell: set TMPDIR for tests in "test-wrapper.sh"Thomas Haller2023-09-071-0/+2
* tests/shell: fix "0003includepath_0" for different TMPDIRThomas Haller2023-09-071-2/+2
* tests/shell: record the test duration (wall time) in the result dataThomas Haller2023-09-071-0/+6
* tests/shell: skip test in rootless that hit socket buffer size limitThomas Haller2023-09-0710-5/+167
* tests/shell: bind mount private /var/run/netns in test containerThomas Haller2023-09-072-4/+51
* tests/shell: support running tests in parallelThomas Haller2023-09-071-13/+73
* tests/shell: move valgrind wrapper script to separate scriptThomas Haller2023-09-072-34/+24
* tests/shell: move taint check to "test-wrapper.sh"Thomas Haller2023-09-072-15/+19
* tests/shell: rework printing of test resultsThomas Haller2023-09-072-40/+81
* tests/shell: move the dump diff handling inside "test-wrapper.sh"Thomas Haller2023-09-072-35/+66
* tests/shell: support --keep-logs option (NFT_TEST_KEEP_LOGS=y) to preserve te...Thomas Haller2023-09-071-3/+19
* tests/shell: interpret an exit code of 77 from scripts as "skipped"Thomas Haller2023-09-072-1/+12
* tests/shell: run each test in separate namespace and allow rootlessThomas Haller2023-09-072-17/+130
* tests/shell: print test configurationThomas Haller2023-09-071-5/+10
* tests/shell: normalize boolean configuration in environment variablesThomas Haller2023-09-071-4/+15
* tests/shell: export NFT_TEST_BASEDIR and NFT_TEST_TMPDIR for testsThomas Haller2023-09-071-24/+39
* tests/shell: check test names before start and support directoriesThomas Haller2023-09-071-0/+12
* tests/shell: rework finding tests and add "--list-tests" optionThomas Haller2023-09-071-28/+30
* tests/shell: rework command line parsing in "run-tests.sh"Thomas Haller2023-09-071-30/+68
* tests: shell: 0043concatenated_ranges_0: re-enable all testsFlorian Westphal2023-09-061-6/+1
* evaluate: fix get element for concatenated setFlorian Westphal2023-09-061-4/+7
* doc: describe behaviour of {ip,ip6} lengthPablo Neira Ayuso2023-09-031-0/+16
* evaluate: revisit anonymous set with single element optimizationPablo Neira Ayuso2023-09-021-20/+40
* evaluate: place byteorder conversion after numgen for IP address datatypesJorge Ortiz2023-09-015-0/+77
* rule: set internal_location for table and chainPablo Neira Ayuso2023-08-311-0/+2
* src: simplify chain_alloc()Pablo Neira Ayuso2023-08-316-9/+9
* src: remove check for NULL before calling expr_free()Pablo Neira Ayuso2023-08-312-4/+3
* src: use internal_location for unspecified location at allocation timePablo Neira Ayuso2023-08-313-12/+19
* xt: avoid "-Wmissing-field-initializers" for "original_opts"Thomas Haller2023-08-301-1/+1
* src: silence "implicit-fallthrough" warningsThomas Haller2023-08-302-3/+3
* utils: call abort() after BUG() macroThomas Haller2023-08-301-1/+2
* rule: fix "const static" declarationThomas Haller2023-08-301-2/+2
* tests: py: debloat frag.t.payload.netdevPablo Neira Ayuso2023-08-301-1990/+36
* tests: py: extend ip frag-off coveragePablo Neira Ayuso2023-08-306-0/+156
* proto: use hexadecimal to display ip frag-off fieldPablo Neira Ayuso2023-08-307-37/+39
* evaluate: do not remove anonymous set with protocol flags and single elementPablo Neira Ayuso2023-08-301-1/+6
* include: drop "format" attribute from nft_gmp_print()Thomas Haller2023-08-291-2/+1
* src: suppress "-Wunused-but-set-variable" warning with "parser_bison.c"Thomas Haller2023-08-291-0/+1
* evaluate: don't needlessly clear full string buffer in stmt_evaluate_log_pref...Thomas Haller2023-08-291-1/+4
* src: rework SNPRINTF_BUFFER_SIZE() and handle truncationThomas Haller2023-08-293-17/+37