]> git.ipfire.org Git - thirdparty/nftables.git/shortlog
thirdparty/nftables.git
2023-09-27  Thomas Hallermergesort: avoid cloning value in expr_msort_cmp()
2023-09-27  Pablo Neira... netlink_linearize: skip set element expression in map...
2023-09-27  Pablo Neira... json: expose dynamic flag
2023-09-27  Pablo Neira... tests: py: add map support
2023-09-26  Phil Suttertests: shell: features: Fix table owner flag check
2023-09-25  Thomas Hallerexpression: cleanup expr_ops_by_type() and handle u32...
2023-09-22  Florian Westphaltests: shell: skip flowtable-uaf if we lack table owner...
2023-09-22  Phil Sutterparser_json: Default meter size to zero
2023-09-22  Phil Sutterparser_json: Catch nonsense ops in match statement
2023-09-22  Phil Sutterparser_json: Wrong check in json_parse_ct_timeout_policy()
2023-09-22  Phil Sutterparser_json: Fix synproxy object mss/wscale parsing
2023-09-22  Phil Sutterparser_json: Fix limit object burst value parsing
2023-09-22  Phil Sutterparser_json: Fix flowtable prio value parsing
2023-09-22  Phil Sutterparser_json: Proper ct expectation attribute parsing
2023-09-22  Phil Sutterparser_json: Fix typo in json_parse_cmd_add_object()
2023-09-22  Phil Sutterparser_json: Catch wrong "reset" payload
2023-09-21  Florian Westphaltests: shell: add feature probe for sctp chunk matching
2023-09-21  Florian Westphaltests: shell: add feature probe for sets with more...
2023-09-21  Florian Westphaltests: shell: skip adding catchall elements if unuspported
2023-09-21  Thomas Hallertests/shell: honor NFT_TEST_FAIL_ON_SKIP variable to...
2023-09-20  Thomas Hallerdatatype: return const pointer from datatype_get()
2023-09-20  Thomas Hallerpayload: use enum icmp_hdr_field_type in payload_may_de...
2023-09-20  Thomas Hallerdatatype: use "enum byteorder" instead of int in set_da...
2023-09-20  Thomas Hallernetlink: handle invalid etype in set_make_key()
2023-09-20  Thomas Hallerinclude: fix missing definitions in <cache.h>/<headers.h>
2023-09-20  Thomas Hallerproto: add missing proto_definitions for PROTO_DESC_GENEVE
2023-09-20  Thomas Hallersrc: fix indentation/whitespace
2023-09-20  Pablo Neira... datatype: initialize TYPE_CT_EVENTBIT slot in datatype...
2023-09-20  Pablo Neira... datatype: initialize TYPE_CT_LABEL slot in datatype...
2023-09-20  Pablo Neira... limit: display default burst when listing ruleset
2023-09-19  Thomas Hallertests/shell: run `nft --check` on persisted dump files
2023-09-19  Thomas Hallerlibnftables: move init-once guard inside xt_init()
2023-09-19  Thomas Hallerlibnftables: drop gmp_init() and mp_set_memory_functions()
2023-09-19  Pablo Neira... evaluate: perform mark datatype compatibility check...
2023-09-19  Pablo Neira... evaluate: expand sets and maps before evaluation
2023-09-19  Pablo Neira... evaluate: fix memleak in prefix evaluation with wildcar...
2023-09-19  Thomas Hallernetlink: fix leaking typeof_expr_data/typeof_expr_key...
2023-09-18  Thomas Hallertests/shell: simplify collecting error result in "test...
2023-09-18  Thomas Hallertests/shell: colorize NFT_TEST_HAS_SOCKET_LIMITS
2023-09-18  Thomas Hallertests/shell: don't show the exit status for failed...
2023-09-18  Thomas Hallertests/shell: set C locale in "run-tests.sh"
2023-09-18  Thomas Hallertests/shell: fix preserving ruleset diff after test
2023-09-18  Thomas Hallertests/shell: check diff in "maps/typeof_maps_0" and...
2023-09-18  Thomas Hallertests/shell: implement NFT_TEST_HAVE_json feature detec...
2023-09-18  Florian Westphaltests/shell: skip reset tests if kernel lacks support
2023-09-18  Florian Westphaltests/shell: skip test cases if ct expectation and...
2023-09-18  Florian Westphaltests/shell: skip test cases involving osf match if...
2023-09-18  Florian Westphaltests/shell: skip catchall tests if kernel lacks support
2023-09-18  Florian Westphaltests/shell: skip destroy tests if kernel lacks support
2023-09-18  Florian Westphaltests/shell: skip inet ingress tests if kernel lacks...
2023-09-18  Florian Westphaltests/shell: skip some tests if kernel lacks netdev...
2023-09-18  Florian Westphaltests/shell: skip bitshift tests if kernel lacks support
2023-09-18  Florian Westphaltests/shell: skip inner matching tests if unsupported
2023-09-18  Florian Westphaltests/shell: skip map query if kernel lacks support
2023-09-18  Florian Westphaltests/shell: skip netdev_chain_0 if kernel requires...
2023-09-18  Florian Westphaltests/shell: add and use chain binding feature probe
2023-09-18  Thomas Hallertests/shell: cleanup creating dummy interfaces in tests
2023-09-18  Thomas Hallertests/shell: suggest 4Mb /proc/sys/net/core/{wmem_max...
2023-09-18  Florian Westphaltests: shell: add sample ruleset reproducer
2023-09-16  Thomas Hallertests/shell: colorize NFT_TEST_SKIP_/NFT_TEST_HAVE_...
2023-09-16  Thomas Hallertests/shell: add feature probing via "features/*.nft...
2023-09-16  Florian Westphaltests: shell: fix dump validation message
2023-09-15  Thomas Hallertests/build: capture more output from "tests/build...
2023-09-15  Thomas Hallertests/shell: honor CLICOLOR_FORCE to force coloring...
2023-09-15  Thomas Hallertests/shell: accept $NFT_TEST_TMPDIR_TAG for the result...
2023-09-15  Thomas Hallertests/shell: exit 77 from "run-tests.sh" if all tests...
2023-09-15  Thomas Hallertools: add "tools/check-tree.sh" script to check consis...
2023-09-15  Thomas Hallertests/shell: in find_tests() use C locale for sorting...
2023-09-15  Thomas Hallertests/shell: special handle base path starting with...
2023-09-15  Thomas Hallertests/shell: add missing nft/nodump files for tests
2023-09-15  Thomas Hallertests/shell: drop unstable dump for "transactions/0051m...
2023-09-15  Thomas Hallertests/shell: remove spurious .nft dump files
2023-09-15  Thomas Hallertests/shell: add option to shuffle execution order...
2023-09-15  Thomas Hallertests/shell: add "random-source.sh" helper for random...
2023-09-15  Thomas Hallertests/shell: export NFT_TEST_RANDOM_SEED variable for...
2023-09-14  Thomas Hallerdatatype: fix leak and cleanup reference counting for...
2023-09-14  Thomas Hallertests/shell: ensure vgdb-pipe files are deleted from...
2023-09-14  Thomas Hallertests/shell: kill running child processes when aborting...
2023-09-11  Thomas Hallerinclude: include <stdlib.h> in <nft.h>
2023-09-11  Thomas Hallerparser_bison: include <nft.h> for base C environment...
2023-09-10  Florian Westphaltests/shell: typeof_integer/raw: prefer @nh for payload...
2023-09-10  Florian Westphaltests/shell: make delete_by_handle test work on older...
2023-09-09  Thomas Hallertests/shell: add "--quick" option to skip slow tests...
2023-09-09  Thomas Hallertests/shell: skip tests if nft does not support JSON...
2023-09-09  Thomas Hallertests/shell: print number of completed tests to show...
2023-09-09  Thomas Hallertests/shell: set valgrind's "--vgdb-prefix=" to orignal...
2023-09-09  Thomas Hallertests/shell: add ".nft" dump files for tests without...
2023-09-09  Thomas Hallertests/shell: add missing ".nodump" file for tests witho...
2023-09-09  Thomas Hallertests/shell: generate and add ".nft" dump files for...
2023-09-09  Thomas Hallertests/shell: honor .nodump file for tests without nft...
2023-09-08  Thomas Hallerdatatype: rename "dtype_clone()" to datatype_clone()
2023-09-08  Thomas Hallercache: avoid accessing uninitialized varible in implici...
2023-09-08  Thomas Hallertests/shell: set NFT_TEST_JOBS based on $(nproc)
2023-09-08  Thomas Hallertests/shell: record wall time of test run in result...
2023-09-08  Thomas Hallertests/shell: no longer enable verbose output when selec...
2023-09-08  Thomas Hallertests/shell: print "kernel is tainted" separate from...
2023-09-08  Thomas Hallertests/shell: redirect output of test script to file too
2023-09-08  Thomas Hallertests/shell: don't redirect error/warning messages...
2023-09-08  Thomas Hallertests/shell: print the NFT setting with the VALGRIND...
2023-09-08  Thomas Hallertests/shell: fix handling failures with VALGRIND=y
next