]> git.ipfire.org Git - thirdparty/nftables.git/shortlog
thirdparty/nftables.git
2020-07-22  Florian Westphalevaluate: permit get element on maps
2020-07-21  Pablo Neira... rule: missing map command expansion
2020-07-21  Pablo Neira... rule: flush set cache before flush command
2020-07-21  Pablo Neira... tests: shell: remove check for reject from prerouting
2020-07-21  Pablo Neira... evaluate: use evaluate_expr_variable() for chain policy...
2020-07-21  Pablo Neira... src: allow to use variables in flowtable and chain...
2020-07-21  Pablo Neira... tests: shell: chmod 755 testcases/chains/0030create_0
2020-07-18  Florian Westphaltests: extend existing dormat test case to catch a...
2020-07-18  Florian Westphalmonitor: print "dormant" flag in monitor mode
2020-07-15  Pablo Neira... evaluate: UAF in stmt_evaluate_log_prefix()
2020-07-15  Pablo Neira... parser_bison: memleak in log prefix string
2020-07-15  Pablo Neira... src: support for implicit chain bindings
2020-07-15  Pablo Neira... datatype: convert chain name from gmp value to string
2020-07-08  Pablo Neira... src: allow for variables in the log prefix string
2020-07-08  Pablo Neira... src: use expression to store the log prefix
2020-07-06  Pablo Neira... segtree: zap element statement when decomposing interval
2020-07-03  Pablo Neira... src: Allow for empty set variable definition
2020-06-25  Florian Westphaldoc: revisit meta/rt primary expressions and ct statement
2020-06-22  Phil Sutterdoc: Document notrack statement
2020-06-15  Stefano Briviotests: shell: Allow wrappers to be passed as nft command
2020-06-15  Stefano Briviotests: Run in separate network namespace, don't break...
2020-06-15  Pablo Neira... build: Bump version to v0.9.6 v0.9.6
2020-06-14  Pablo Neira... tests: shell: rename testcases/map/dump/0009vmap_0dump.nft
2020-06-07  Fabrice Fontainemain: fix build with gcc <= 4.8
2020-06-07  Pablo Neira... cmd: add misspelling suggestions for rule commands
2020-06-07  Pablo Neira... meta: fix asan runtime error in tc handle
2020-06-07  Pablo Neira... segtree: fix asan runtime error
2020-06-07  Pablo Neira... netlink: release dummy rule object from netlink_parse_s...
2020-06-07  Pablo Neira... evaluate: remove superfluous check in set_evaluate()
2020-06-07  Pablo Neira... evaluate: missing datatype definition in implicit_set_d...
2020-06-06  Pablo Neira... build: Bump version to v0.9.5 v0.9.5
2020-06-02  Pablo Neira... src: allow flowtable definitions with no devices
2020-06-02  Pablo Neira... src: delete devices to an existing flowtable
2020-06-02  Pablo Neira... src: add devices to an existing flowtable
2020-06-02  Pablo Neira... mnl: add function to convert flowtable device list...
2020-05-28  Stefano Briviotests: py: Enable anonymous set rule with concatenated...
2020-05-28  Stefano Brivioevaluate: Perform set evaluation on implicitly declared...
2020-05-27  Michael Braunevaluate: enable reject with 802.1q
2020-05-27  Michael Braundatatype: add frag-needed (ipv4) to reject options
2020-05-26  Pablo Neira... src: remove empty file
2020-05-25  Stefano Briviotests: py: Actually use all available hooks in bridge...
2020-05-25  Stefano Briviobuild: Fix doc build, restore A2X assignment for doc...
2020-05-18  Laura Garcia... build: fix tentative generation of nft.8 after disabled doc
2020-05-14  Pablo Neira... src: add CMD_OBJ_SETELEMS
2020-05-14  Pablo Neira... libnftables: call nft_cmd_expand() only with CMD_ADD
2020-05-14  Pablo Neira... src: rename CMD_OBJ_SETELEM to CMD_OBJ_ELEMENTS
2020-05-14  Pablo Neira... mnl: fix error rule reporting with missing table/chain...
2020-05-14  Phil SutterJSON: Improve performance of json_events_cb()
2020-05-06  Pablo Neira... evaluate: fix memleak in stmt_evaluate_reject_icmp()
2020-05-06  Pablo Neira... src: fix netlink_get_setelem() memleaks
2020-05-05  Pablo Neira... src: ct_timeout: release policy string and state list
2020-05-05  Pablo Neira... parser_bison: release helper type string after parsing
2020-05-05  Pablo Neira... parser_bison: release extended priority string after...
2020-05-05  Pablo Neira... src: add rule_stmt_append() and use it
2020-05-05  Pablo Neira... src: add rule_stmt_insert_at() and use it
2020-05-04  Phil Suttersegtree: Fix get element command with prefixes
2020-05-04  Phil Suttersegtree: Merge get_set_interval_find() and get_set_inte...
2020-05-04  Phil Suttersegtree: Use expr_clone in get_set_interval_*()
2020-05-04  Phil Suttersegtree: Fix missing expires value in prefixes
2020-05-02  Michael Braunmain: fix get_optstring truncating output
2020-05-01  Michael Brauntests: dump generated use new nft tool
2020-05-01  Michael Braundatatype: fix double-free resulting in use-after-free...
2020-05-01  Michael Braunutils: fix UBSAN warning in fls
2020-05-01  Michael Braunmain: fix ASAN -fsanitize=address error in get_optstring()
2020-05-01  Brett Mastbergenct: Add support for the 'id' key
2020-04-30  Pablo Neira... rule: fix element cache update in __do_add_setelems()
2020-04-30  Pablo Neira... rule: memleak in __do_add_setelems()
2020-04-30  Pablo Neira... nat: transform range to prefix expression when possible
2020-04-29  Pablo Neira... evaluate: incorrect byteorder with typeof and integer_d...
2020-04-28  Pablo Neira... tests: shell: add NAT mappings tests
2020-04-28  Pablo Neira... tests: py: remove range test with service names
2020-04-28  Pablo Neira... mnl: restore --debug=netlink output with sets
2020-04-28  Pablo Neira... tests: py: concatenation, netmap and nat mappings
2020-04-28  Pablo Neira... evaluate: fix crash when handling concatenation without map
2020-04-28  Pablo Neira... src: add STMT_NAT_F_CONCAT flag and use it
2020-04-28  Pablo Neira... src: add netmap support
2020-04-28  Pablo Neira... include: resync nf_nat.h kernel header
2020-04-28  Pablo Neira... src: NAT support for intervals in maps
2020-04-19  Matt Turnerbuild: Allow building from tarballs without yacc/lex
2020-04-19  Matt Turnerbuild: Include generated man pages in dist tarball
2020-04-15  Pablo Neira... parser_bison: proper ct timeout list initialization
2020-04-14  Stefano Briviosrc: Set NFT_SET_CONCAT flag for sets with concatenated...
2020-04-14  Stefano Brivioinclude: Resync nf_tables.h cache copy
2020-04-11  Pablo Neira... segtree: broken error reporting with mappings
2020-04-01  Laura Garcia... doc: add hashing expressions description
2020-04-01  Florian Westphalconcat: provide proper dtype when parsing typeof udata
2020-04-01  Pablo Neira... build: Bump version to v0.9.4 v0.9.4
2020-04-01  Luis Resselnetlink: Show the handles of unknown rules in "nft...
2020-03-31  Pablo Neira... main: swap json and gmp fields in nft -V
2020-03-31  Pablo Neira... parser_bison: simplify error in chain type and hook
2020-03-31  Pablo Neira... evaluate: check for device in non-netdev chains
2020-03-31  Pablo Neira... evaluate: improve error reporting in netdev ingress...
2020-03-31  Pablo Neira... parser_bison: store location of basechain definition
2020-03-31  Pablo Neira... rule: add hook_spec
2020-03-27  Pablo Neira... evaluate: display error if set statement is missing
2020-03-26  Pablo Neira... src: add support for flowtable counter
2020-03-26  Pablo Neira... include: resync nf_tables.h cache copy
2020-03-26  Stefano Briviotests: shell: Introduce test for insertion of overlappi...
2020-03-20  Pablo Neira... tests: py: update nat expressions payload to include...
2020-03-20  Pablo Neira... src: support for counter in set definition
next