]> git.ipfire.org Git - thirdparty/nftables.git/shortlog
thirdparty/nftables.git
2024-06-25  Pablo Neira... libnftables: search for default include path last
2024-06-25  Pablo Neira... libnftables: add base directory of -f/--filename to...
2024-06-25  Florian Westphaltests: shell: add test case for reset tcp warning
2024-06-16  Son Dinhdynset: avoid errouneous assert with ipv6 concat data
2024-06-16  Florian Westphalrule: do not crash if to-be-printed flowtable lacks...
2024-06-16  Thomas Hallertests: use common shebang in "packetpath/flowtables...
2024-06-13  Pablo Neira... tests: shell: skip NFTA_RULE_POSITION_ID tests if kerne...
2024-06-13  Pablo Neira... tests: shell: skip ipsec tests if kernel does not suppo...
2024-06-13  Pablo Neira... tests: shell: skip ip option tests if kernel does not...
2024-06-13  Pablo Neira... tests: shell: add dependencies to skip unsupported...
2024-06-11  Pablo Neira... cmd: skip variable set elements when collapsing commands
2024-06-11  Pablo Neira... cmd: provide better hint if chain is already declared...
2024-06-11  Pablo Neira... monitor: too large shift exponent displaying payload...
2024-06-11  Pablo Neira... scanner: inet_pton() allows for broader IPv4-Mapped...
2024-06-03  Pablo Neira... cache: recycle existing cache with incremental updates
2024-06-03  Pablo Neira... cache: check for NFT_CACHE_REFRESH in current requested...
2024-06-03  Maks Mishinevaluate: Fix incorrect checking the `base` variable...
2024-06-03  Pablo Neira... tests: shell: add vlan mangling test case
2024-06-03  Pablo Neira... tests: shell: add vlan double tagging match simple...
2024-06-03  Pablo Neira... evaluate: bogus protocol conflicts in vlan with implici...
2024-05-28  谢致邦 (XIE Zhibang)doc: drop duplicate ARP HEADER EXPRESSION
2024-05-20  Jeremy Sowdenevaluate: add support for variables in map expressions
2024-05-20  Jeremy Sowdenevaluate: handle invalid mapping expressions in statefu...
2024-04-25  Pablo Neira... tests: shell: combine dormant flag with netdevice removal
2024-04-25  Florian Westphaltests: packetpath: add check for drop policy
2024-04-24  Phil Sutterdoc: nft.8: Highlight "hook" in flowtable description
2024-04-24  Phil Sutterdoc: nft.8: Fix markup in ct expectation synopsis
2024-04-24  Phil Suttertests: shell: Fix for maps/typeof_maps_add_delete with...
2024-04-24  Phil Sutterjson: Fix for memleak in __binop_expr_json
2024-04-19  Phil SutterAdd support for table's persist flag
2024-04-12  Phil Suttertests: shell: Avoid escape chars when printing to non...
2024-04-12  Phil Suttertests: py: Drop needless recorded JSON outputs
2024-04-12  Phil Suttertests: py: Warn if recorded JSON output matches the...
2024-04-12  Phil Suttertests: py: Fix some JSON equivalents
2024-04-12  Phil Suttermergesort: Avoid accidental set element reordering
2024-04-12  Phil Sutterjson: Accept more than two operands in binary expressions
2024-04-11  Phil Sutterdoc: nft.8: Two minor synopsis fixups
2024-04-08  Pablo Neira... tests: shell: check for reset tcp options support
2024-04-08  Pablo Neira... tests: shell: maps/{vmap_unary,named_limits} require...
2024-04-08  Pablo Neira... tests: shell: chains/{netdev_netns_gone,netdev_chain_de...
2024-04-08  Pablo Neira... tests: shell: payload matching requires egress support
2024-04-04  Pablo Neira... tests: py: complete icmp and icmpv6 update
2024-04-04  Pablo Neira... src: disentangle ICMP code types
2024-04-02  Pablo Neira... netlink_delinearize: unused code in reverse cross-day...
2024-04-02  Jeremy Sowdentests: shell: packetpath/flowtables: open all temporary...
2024-04-02  Florian Westphaltests: meta_time: fix dump validation failure
2024-04-02  Florian Westphaltests: shell: add regression test for double-free crash bug
2024-03-21  Pablo Neira... datatype: use DTYPE_F_PREFIX only for IP address datatype
2024-03-20  Pablo Neira... evaluate: display "Range negative size" error
2024-03-20  Pablo Neira... netlink_delinearize: reverse cross-day meta hour range
2024-03-20  Pablo Neira... netlink_delinearize: restore binop syntax when listing...
2024-03-20  Florian Westphalsrc: do not merge a set with a erroneous one
2024-03-20  Phil Sutterdoc: libnftables-json: Drop invalid ops from match...
2024-03-20  Phil Suttertests: shell: Fix one json-nft dump for reordered output
2024-03-19  Phil Suttertests: shell: Add missing json-nft dumps
2024-03-19  Phil Sutterparser: json: Support for synproxy objects
2024-03-19  Phil Sutterjson: Support maps with concatenated data
2024-03-19  Phil Suttertests: shell: Regenerate all json-nft dumps
2024-03-19  Phil Sutterjson: Order output like nft_cmd_expand()
2024-03-19  Phil Suttertests: shell: packetpath/flowtables: Avoid spurious...
2024-03-13  Pablo Neira... tests: py: move meter tests to tests/shell
2024-03-13  Florian Westphalsrc: remove utf-8 character in printf lines
2024-03-13  Florian Westphaltests: py: add payload merging test cases
2024-03-13  Sriram Rajagopalannftables: do mot merge payloads on negation
2024-03-12  Pablo Neira... evaluate: translate meter into dynamic set
2024-03-08  Neels HofmeyrMakefile: mkdir $(builddir}/doc
2024-03-05  Florian Westphaltests: add test case for named ct objects
2024-03-05  Florian Westphalparser: allow to define maps that contain ct helpers
2024-03-05  Florian Westphalparser: allow to define maps that contain timeouts...
2024-03-05  Pablo Neira... rule: fix ASAN errors in chain priority to textual...
2024-03-01  Florian Westphaltests: move test case to "maps" directory
2024-02-29  Florian Westphaltests: maps: add a test case for "limit" objref map
2024-02-29  Florian Westphalnetlink: allow typeof keywords with objref maps during...
2024-02-29  Florian Westphalparser: allow typeof in objref maps
2024-02-29  Florian Westphalparser: compact type/typeof set rules
2024-02-29  Florian Westphalparser: compact interval typeof rules
2024-02-27  谢致邦 (XIE Zhibang)src: improve error reporting for destroy command
2024-02-26  Florian Westphalparser_json: allow 0 offsets again
2024-02-26  Florian Westphaltests: shell: add more json dumps
2024-02-26  Florian Westphaltests: py: add missing json.output data
2024-02-18  Florian Westphaltests: shell: add regression test for catchall double...
2024-02-14  Florian Westphaltests: shell: permit use of host-endian constant values...
2024-02-13  Pablo Neira... expression: missing line in describe command with inval...
2024-02-13  Pablo Neira... evaluate: permit use of host-endian constant values...
2024-02-13  Florian Westphalnetlink_delinearize: move concat and value postprocessi...
2024-02-13  Phil Suttercache: Always set NFT_CACHE_TERSE for list cmd with...
2024-02-09  Pablo Neira... netlink_linearize: add assertion to catch for buggy...
2024-02-09  Pablo Neira... evaluate: skip byteorder conversion for selector smalle...
2024-02-09  Thomas Hallertests/shell: no longer support unprettified ".json...
2024-02-08  Phil Suttertests: shell: Pretty-print all *.json-nft dumps
2024-02-08  Thomas Hallertests/shell: have .json-nft dumps prettified to wrap...
2024-02-07  Pablo Neira... tests: shell: missing auto-merge in json output
2024-02-07  Phil Suttercache: Optimize caching for 'list tables' command
2024-02-07  Sam JamesMakefile.am: don't silence -Wimplicit-function-declaration
2024-02-07  谢致邦 (XIE Zhibang)evaluate: fix check for unknown in cmd_op_to_name
2024-02-07  Florian Westphalevaluate: don't assert on net/transport header conflict
2024-02-07  Pablo Neira... datatype: display 0s time datatype
2024-02-07  Pablo Neira... tests: shell: cover netns removal for netdev and inet...
2024-02-07  Pablo Neira... tests: shell: netdevice removal for inet family
2024-01-31  Phil Sutterjson: Support sets' auto-merge option
next