]> git.ipfire.org Git - thirdparty/nftables.git/shortlog
thirdparty/nftables.git
2025-03-07  Pablo Neira... evaluate: reject unsupported expressions in payload...
2025-03-07  Pablo Neira... evaluate: simplify payload statement evaluation for...
2025-03-07  Pablo Neira... evaluate: release existing datatype when evaluating...
2025-03-07  Florian Westphaldoc: add mptcp to tcp option matching list
2025-03-07  Florian Westphalsegtree: fix string data initialisation
2025-03-06  Florian Westphalexpression: expr_build_udata_recurse should recurse
2025-03-06  Florian Westphalnetlink_delinearize: also consider exthdr type when...
2025-03-06  Florian Westphalexpression: propagate key datatype for anonymous sets
2025-03-06  Florian Westphaltcpopt: add symbol table for mptcp suboptions
2025-03-06  Florian Westphalpayload: don't kill dependency for proto_th
2025-03-06  Florian Westphaltests: remove temporary file
2025-03-06  Florian Westphaltests: add atomic chain replace test
2025-03-05  Jan Engelhardtbuild: add hint for a2x error message
2025-02-26  Pablo Neira... payload: honor inner payload description in payload_exp...
2025-02-25  Florian Westphalpayload: return early if dependency is not a payload...
2025-02-25  Florian Westphalpayload: remove double-store
2025-02-25  Pablo Neira... evaluate: consolidate evaluation of symbol range expression
2025-02-25  Pablo Neira... evaluate: optimize zero length range
2025-02-25  Pablo Neira... tests: shell: random interval set with size
2025-02-25  Pablo Neira... tests: shell: interval sets with size
2025-02-25  Xiao Liangfib: Change data type of fib oifname to "ifname"
2025-02-25  Florian Westphalparser_bison: get rid of unneeded statement
2025-02-21  Pablo Neira... evaluate: auto-merge is only available for singleton...
2025-02-21  Pablo Neira... netlink_linearize: use range expression for OP_EQ and...
2025-02-21  Pablo Neira... src: add symbol range expression to further compact...
2025-02-21  Florian Westphalparser_bison: compact and simplify list and reset syntax
2025-02-07  Pablo Neira... parser_bison: turn redundant ip option type field match...
2025-02-07  Pablo Neira... ipopt: use ipv4 address datatype for address field...
2025-02-07  Pablo Neira... datatype: clamp boolean value to 0 and 1
2025-02-07  Pablo Neira... exthdr: incomplete type 2 routing header definition
2025-02-07  Pablo Neira... tests: shell: delete netdev chain after test
2025-02-07  Florian Westphaltests: py: extend raw payload match tests
2025-02-07  Florian Westphalsrc: add and use payload_expr_trim_force
2025-02-07  Florian Westphalnetlink_delinarize: fix bogus munging of mask value
2025-01-29  Florian Westphalevaluate: allow to re-use existing metered set
2025-01-19  Pablo Neira... tests: shell: use mount --bind to change cgroupsv2...
2025-01-19  Pablo Neira... evaluate: remove variable shadowing
2025-01-10  Pablo Neira... scanner: better error reporting for CRLF line terminators
2025-01-10  Pablo Neira... src: rework singleton interval transformation to reduce...
2025-01-10  Pablo Neira... mnl: do not send set size when set is constant set
2025-01-10  Pablo Neira... mnl: rename list of expression in mnl_nft_setelem_batch()
2025-01-10  Pablo Neira... rule: constify set_is_non_concat_range()
2025-01-10  Pablo Neira... src: add EXPR_RANGE_VALUE expression and use it
2025-01-10  Pablo Neira... intervals: do not merge intervals with different timeout
2025-01-10  Pablo Neira... intervals: add helper function to set previous element
2025-01-08  Florian Westphalrule: make cmd_free(NULL) valid
2025-01-08  Florian Westphalparser_bison: fix UaF when reporting table parse error
2025-01-06  Florian Westphaltests: shell: add cgroupv2 socket match test case
2025-01-02  Pablo Neira... main: prepend error tag to printed errors when parsing...
2025-01-02  Pablo Neira... libnftables: include canonical path to avoid duplicates
2025-01-02  Pablo Neira... src: shrink line_offset in struct location to 4 bytes
2025-01-02  Pablo Neira... src: remove last_line from struct location
2025-01-02  Pablo Neira... src: remove unused token_offset from struct location
2025-01-02  Pablo Neira... expression: remove elem_flags from EXPR_SET_ELEM to...
2025-01-02  Pablo Neira... intervals: set internal element location with the delet...
2025-01-02  Florian Westphaltests: shell: add a test case for netdev ruleset flush...
2024-12-04  Jeremy Sowdensrc: allow binop expressions with variable right-hand...
2024-12-04  Pablo Neira... optimize: compare expression length
2024-11-29  Donald Yandtmnl: fix basehook comparison
2024-11-11  Pablo Neira... mnl: restore --debug=netlink output with chains
2024-11-11  Florian Westphalsrc: allow to map key to nfqueue number
2024-11-11  Pablo Neira... datatype: remove unused flags field
2024-11-07  Phil Suttertests: monitor: Become $PWD agnostic
2024-11-06  Phil Suttertests: monitor: Run in own netns
2024-11-06  Phil Suttermonitor: Recognize flowtable add/del events
2024-11-06  Phil Suttertests: py: Fix for storing payload into missing file
2024-11-06  Phil Sutterjson: Support typeof in set and map types
2024-11-05  Pablo Neira... json: collapse set element commands from parser
2024-11-05  Pablo Neira... tests: shell: move device to different namespace
2024-10-30  Florian Westphaldoc: extend description of fib expression
2024-10-29  Florian Westphaltests: monitor: fix up test case breakage
2024-10-29  Florian Westphaltests: shell: don't rely on writable test directory
2024-10-28  Pablo Neira... src: fix extended netlink error reporting with large...
2024-10-28  Pablo Neira... rule: netlink attribute offset is uint32_t for struct...
2024-10-28  Pablo Neira... mnl: update cmd_add_loc() to take struct nlmsghdr
2024-10-28  Pablo Neira... mnl: rename to mnl_seqnum_alloc() to mnl_seqnum_inc()
2024-10-28  Pablo Neira... src: collapse set element commands from parser
2024-10-17  Eric Longlibnftables-json: fix raw payload expression documentation
2024-10-11  Phil Suttertests: shell: Join arithmetic statements in maps/vmap_t...
2024-10-11  Florian Westphaltests: shell: fix spurious dump failure in vmap timeout...
2024-10-02  Pablo Neira... build: Bump version to 1.1.1 v1.1.1
2024-09-17  Pablo Neira... cache: initialize filter when fetching implicit chains
2024-09-17  Pablo Neira... doc: tproxy is non-terminal in nftables
2024-09-17  Pablo Neira... src: support for timeout never in elements
2024-09-15  Florian Westphaltests: shell: more randomization for timeout parameter
2024-09-11  Florian Westphaltests: py: fix up udp csum fixup output
2024-09-10  Pablo Neira... proto: use NFT_PAYLOAD_L4CSUM_PSEUDOHDR flag to mangle...
2024-09-10  Pablo Neira... tests: shell: stabilize packetpath/payload
2024-09-10  Florian Westphaltests: shell: add test case for timeout updates
2024-09-10  Florian Westphaltests: shell: extend vmap test with updates
2024-09-10  Florian Westphaltests: shell: add test for kernel stack recursion bug
2024-09-03  Phil Sutterlibnftables: Zero ctx->vars after freeing it
2024-09-02  Pablo Neira... tests: shell: extend coverage for meta l4proto netdev...
2024-08-30  Pablo Neira... cache: position does not require full cache
2024-08-30  Pablo Neira... cache: relax requirement for replace rule command
2024-08-30  Pablo Neira... cache: remove full cache requirement when echo flag...
2024-08-30  Pablo Neira... cache: clean up evaluate_cache_del()
2024-08-30  Pablo Neira... cache: assert filter when calling nft_cache_evaluate()
2024-08-26  Pablo Neira... tests: shell: cover reset command with counter and...
2024-08-26  Pablo Neira... tests: shell: cover anonymous set with reset command
next