]> git.ipfire.org Git - thirdparty/nftables.git/shortlog
thirdparty/nftables.git
10 hours ago  Pablo Neira... main: consolidate EPERM to non-root users master
10 hours ago  Florian Westphaldoc: ct count should be restricted via new
2026-03-20  Phil Suttermnl: Fix ordering of hooks in 'list hooks' output
2026-03-20  Phil Suttersegtree: Fix for variable-sized object may not be initi...
2026-03-20  Phil Sutterparser: Support table spec in 'list chains' command
2026-03-18  Phil Suttercache: Filter for table when listing flowtables
2026-03-18  Phil Suttercache: Filter for table when listing sets or maps
2026-03-18  Phil Suttercache: Relax chain_cache_dump filter application
2026-03-18  Phil Suttercache: Respect family in all list commands
2026-03-18  Phil Suttercache: Include chains, flowtables and objects in netlin...
2026-03-14  Florian Westphalparser_bison: add range check for synproxy wscale
2026-03-14  Florian Westphalbetter reload tests for rbtree, pipapo
2026-03-13  Phil SutterRevert "tests: py: use `os.unshare` Python function"
2026-03-11  Florian Westphaltests: shell: add rbtree reload test case
2026-03-05  Jeremy Sowdentests: py: use `os.unshare` Python function
2026-02-25  Florian Westphalmnl: restore nft monitor to working state
2026-02-23  Florian WestphalRevert "main: refuse to run under file capabilities"
2026-02-16  Pablo Neira... Tree-wide use of python3
2026-02-16  Pablo Neira... json: complete multi-statement set element support
2026-02-16  Florian Westphaltests: shell: set_flush_add_atomic_rbtree: tweak test...
2026-02-16  Florian Westphaltests: shell: extend interval overlap test
2026-02-16  Florian Westphaltests: shell: add regression test for catchall chain...
2026-02-14  Alan Rossmain: refuse to run under file capabilities
2026-02-13  Phil Sutterconfigure: Implement --enable-profiling option
2026-02-11  Phil SutterMakefile: Pass PKG_CONFIG_PATH to internal builds
2026-02-10  Pablo Neira... evaluate: skip EXPR_SET_ELEM in error path of set state...
2026-02-10  Pablo Neira... evaluate: remove check for constant expression in set...
2026-02-10  Pablo Neira... segtree: use set->key->byteorder instead of expr->byteorder
2026-02-10  Pablo Neira... segtree: consolidate calls to expr_value() to fetch...
2026-02-10  Pablo Neira... segtree: replace default case by specific types in...
2026-02-10  Pablo Neira... segtree: disentangle concat_range_aggregate()
2026-02-10  Pablo Neira... segtree: remove dead code in set_expr_add_splice()
2026-02-10  Pablo Neira... segtree: more assert on EXPR_SET_ELEM
2026-02-10  Pablo Neira... segtree: remove EXPR_VALUE from expr_value()
2026-02-10  Pablo Neira... src: move __set_expr_add() to src/intervals.c
2026-02-10  Pablo Neira... intervals: remove interval_expr_key()
2026-02-10  Pablo Neira... src: use key location to prepare removal of EXPR_SET_ELEM
2026-02-10  Pablo Neira... src: remove EXPR_SET_ELEM in range_expr_value_{low...
2026-02-10  Pablo Neira... src: move flags from EXPR_SET_ELEM to key
2026-02-10  Pablo Neira... segtree: rename set_elem_add() to set_elem_expr_add()
2026-02-10  Pablo Neira... evaluate: clean up expr_evaluate_set()
2026-02-10  Pablo Neira... evaluate: simplify sets as set elems evaluation
2026-02-10  Pablo Neira... src: assert on EXPR_SET only contains EXPR_SET_ELEM...
2026-02-10  Pablo Neira... src: allocate EXPR_SET_ELEM for EXPR_SET in embedded...
2026-02-10  Pablo Neira... src: normalize set element with EXPR_MAPPING
2026-02-09  Yi Chentest: shell: run-test.sh: introduce NFT_TEST_EXCLUDES
2026-02-05  Phil Suttertests: shell: Add a basic test for src/xt.c
2026-02-05  Phil Sutterxt: Print comment match data as well
2026-02-05  Phil Suttertests: shell: Add a simple test for nftrace
2026-02-05  Phil Sutterdoc: nft.8: Describe iface_type data type
2026-02-05  Pablo Neira... tests: shell: double chain update with same device
2026-02-03  Phil Suttertests: py: Adjust payloads to changed userdata printing
2026-01-30  Florian Westphaltests: shell: named_limits: minor tweak to ease debugging
2026-01-29  Florian Westphaltests: shell: add test case for interval set with timeo...
2026-01-28  Jeremy Sowdenbuild: support `SOURCE_DATE_EPOCH` for build time-stamp
2026-01-28  Jeremy Sowdenbuild: generate build time-stamp once at configure
2026-01-28  Jeremy Sowdenbuild: simplify the instantation of nftversion.h
2026-01-28  Pablo Neira... tests: shell: add open interval overlap tests
2026-01-27  Phil SutterMakefile.am: Drop pointless per-project AM_CPPFLAGS
2026-01-27  Phil Sutterutils: Introduce expr_print_debug()
2026-01-27  Phil Suttertests: py: Update payload records
2026-01-27  Phil Suttertests: py: tools: Add regen_payloads.sh
2026-01-27  Phil Sutternetlink: Make use of nftnl_{expr,set_elem}_set_imm()
2026-01-27  Phil Sutternetlink: Introduce struct nft_data_linearize::sizes
2026-01-27  Phil Sutternetlink: Introduce struct nft_data_linearize::byteorder
2026-01-27  Phil Sutterexpression: Set range expression 'len' field
2026-01-27  Phil Sutterintervals: Convert byte order implicitly
2026-01-27  Phil Suttermergesort: Align concatenation sort order with Big...
2026-01-27  Phil Suttermergesort: Fix sorting of string values
2026-01-27  Phil Suttersegtree: Fix range aggregation on Big Endian
2026-01-22  Florian Westphalmonitor: fix memleak in setelem cb
2026-01-20  Alexandre Knechtdoc: clarify JSON rule positioning with handle field
2026-01-20  Phil Suttertests: json_echo: Drop rule handle before multi-add
2026-01-20  Alexandre Knechttests: shell: add JSON test for handle-based rule posit...
2026-01-20  Alexandre Knechttests: shell: add JSON test for all object types
2026-01-20  Alexandre Knechtparser_json: support handle for rule positioning in...
2026-01-20  Florian Westphalparser: move qualified meta expression parsing to flex...
2026-01-20  Jan Kończakparser_bison: on syntax errors, output expected tokens
2026-01-20  Phil Sutterscanner: Introduce SCANSTATE_RATE
2026-01-20  Phil Sutterparser_bison: Introduce bytes_unit
2026-01-20  Phil Sutterparser_bison: Introduce tokens for log levels
2026-01-20  Phil Sutterparser_bison: Introduce tokens for osf ttl values
2026-01-20  Phil Sutterparser_bison: Introduce tokens for chain types
2026-01-20  Phil Sutterparser_bison: Introduce tokens for monitor events
2026-01-19  Florian Westphaltests: shell: add small packetpath test for hash and...
2026-01-19  Florian Westphaltests: shell: add small packetpath test for bitmap...
2026-01-12  Pablo Neira... mnl: restore create element command with large batches
2026-01-12  Pablo Neira... tests: shell: cover for large interval sets with create...
2025-12-16  Phil Suttertests: monitor: Fix for out-of-path call
2025-12-06  Jeremy Sowdendoc: fix typo in man-page
2025-12-06  Jan Palusbuild: fix ./configure with non-bash shell
2025-12-06  Florian Westphaltests: shell: bad_rule_graphs: add chain linked from...
2025-12-06  Andrii Melnychenkotests: shell: Added SNAT/DNAT only cases for nat_ftp
2025-12-06  Andrii Melnychenkotests: shell: Refactored nat_ftp, added rulesets and...
2025-12-05  Pablo Neira... build: Bump version to 1.1.6 v1.1.6
2025-12-03  Florian Westphalbuild: unbreak 'make distcheck'
2025-11-26  Pablo Neira... tests: shell: refer to python3 in json prettify script
2025-11-26  Pablo Neira... tests: shell: add device to sets/0075tunnel_0 to suppor...
2025-11-26  Yi Chentests: shell: add packetpath test for meta time expression.
2025-11-24  Pablo Neira... rule: skip CMD_OBJ_SETELEMS with no elements after...
next