]> git.ipfire.org Git - thirdparty/nftables.git/shortlog
thirdparty/nftables.git
2025-09-01  Pablo Neira... build: Bump version to 1.0.6.1 1.0.6.y v1.0.6.1
2025-09-01  Florian Westphalsrc: mnl: always dump all netdev hooks if no interface...
2025-09-01  Florian Westphalsrc: mnl: prepare for listing all device netdev device...
2025-09-01  Florian Westphalsrc: drop obsolete hook argument form hook dump functions
2025-09-01  Florian Westphalsrc: mnl: make family specification more strict when...
2025-09-01  Florian Westphalsrc: mnl: clean up hook listing code
2025-09-01  Florian Westphalsrc: remove decnet support
2025-09-01  Florian Westphalsrc: remove utf-8 character in printf lines
2025-09-01  Thomas Hallermergesort: avoid cloning value in expr_msort_cmp()
2025-09-01  Thomas Hallerrule: fix "const static" declaration
2025-09-01  Pablo Neira... cache: chain listing implicitly sets on terse option
2025-09-01  Pablo Neira... INSTALL: provide examples to install python bindings
2025-09-01  Thomas Hallerjson: use strtok_r() instead of strtok()
2025-09-01  Thomas Hallerpy: fix exception during cleanup of half-initialized...
2025-09-01  Jeremy Sowdenpy: add pyproject.toml to support PEP-517-compatible...
2025-09-01  Jeremy Sowdenpy: use setup.cfg to configure setuptools
2025-09-01  Jeremy Sowdenpy: move package source into src directory
2025-09-01  Florian Westphalrule: allow src/dstnat prios in input and output
2025-09-01  Pablo Neira... py: remove setup.py integration with autotools
2025-09-01  Pablo Neira... update INSTALL file
2025-09-01  Pablo Neira... mnl: set SO_SNDBUF before SO_SNDBUFFORCE
2025-09-01  Jose M. Guisado... py: replace distutils with setuptools
2025-09-01  Pablo Neira... src: Add GPLv2+ header to .c files of recent creation
2025-08-17  Phil Suttersrc: netlink: netlink_delinearize_table() may return...
2025-08-13  Pablo Neira... segtree: incorrect type when aggregating concatenated...
2025-08-13  Phil Sutterdoc: nft.8: Minor NAT STATEMENTS section review
2025-08-13  Florian Westphalparser_bison: fix memory leak when parsing flowtable...
2025-08-13  Florian Westphalparser_json: fix assert due to empty interface name
2025-08-13  Florian Westphalparser_json: reject non-concat expression
2025-08-13  Florian Westphalevaluate: maps: check element data mapping matches...
2025-08-13  Florian Westphaljson: BASECHAIN flag no longer implies presence of...
2025-08-13  Florian Westphalevaluate: fix crash with invalid elements in set
2025-08-13  Florian Westphaltests: bogons: fix missing file name when logging
2025-08-13  Florian Westphalevaluate: check element key vs. set definition
2025-08-13  Pablo Neira... tests: monitor: enclose device names in quotes
2025-08-13  Pablo Neira... evaluate: validate set expression type before accessing...
2025-08-13  Pablo Neira... rule: print chain and flowtable devices in quotes
2025-08-13  Florian Westphalevaluate: prevent merge of sets with incompatible keys
2025-08-13  Florian Westphalevaluate: check that set type is identical before merging
2025-08-13  Florian Westphalevaluate: avoid double-free on error handling of bogus...
2025-08-13  Florian Westphalevaluate: make sure chain jump name comes with a null...
2025-08-13  Florian Westphaljson: reject too long interface names
2025-08-13  Pablo Neira... parser_bison: allow delete command with map via handle
2025-08-13  Pablo Neira... cache: assert name is non-nul when looking up
2025-08-13  Pablo Neira... rule: skip fuzzy lookup if object name is not available
2025-08-13  Florian Westphalsrc: BASECHAIN flag no longer implies presence of prior...
2025-08-13  Florian Westphalevaluate: restrict allowed subtypes of concatenations
2025-08-13  Florian Westphalevaluate: rename recursion counter to recursion.binop
2025-08-13  Yi Chentest: shell: Don't use system nft binary
2025-08-13  Florian Westphalevaluate: don't BUG on unexpected base datatype
2025-08-13  Phil Sutterjson: Dump flowtable hook spec only if present
2025-08-13  Phil Suttermonitor: Recognize flowtable add/del events
2025-08-13  Florian Westphalmnl: catch bogus expressions before crashing
2025-08-13  Pablo Neira... mnl: handle singleton element in netdevice set
2025-08-13  Pablo Neira... mnl: flowtable support for extended netlink error reporting
2025-08-13  Phil Suttercache: Tolerate object deserialization failures
2025-08-13  Phil Sutternetlink: Keep going after set element parsing failures
2025-08-13  Phil Sutternetlink: Pass netlink_ctx to netlink_delinearize_setelem()
2025-08-13  Phil Sutternetlink_delinearize: Replace some BUG()s by error messages
2025-08-13  Phil Sutternetlink: Catch unknown types when deserializing objects
2025-08-13  Phil Sutternetlink: Avoid potential NULL-ptr deref parsing set...
2025-08-13  Phil Sutterdoc: Fix typo in nat statement 'prefix' description
2025-08-13  Florian Westphaldoc: add nat examples
2025-08-13  Florian Westphalsrc: netlink: fix crash when ops doesn't support udata
2025-08-13  Thomas Hallerexpression: cleanup expr_ops_by_type() and handle u32...
2025-08-13  Florian Westphalsrc: remove bogus empty file
2025-08-13  Florian Westphalevaluate: bail out if ct saddr/daddr dependency cannot...
2025-08-13  Pablo Neira... parser_json: bail out on malformed statement in set
2025-08-13  Pablo Neira... parser_json: allow statement stateful statement only...
2025-08-13  Pablo Neira... parser_json: reject empty jump/goto chain
2025-08-13  Florian Westphaljson: don't BUG when asked to list synproxies
2025-08-13  Florian Westphalct expectation: fix 'list object x' vs. 'list objects...
2025-08-13  Florian Westphalct timeout: fix 'list object x' vs. 'list objects in...
2025-08-13  Florian Westphaljson: return error if table does not exist
2025-08-13  Pablo Neira... evaluate: reject unsupported expressions in payload...
2025-08-13  Pablo Neira... evaluate: simplify payload statement evaluation for...
2025-08-12  Pablo Neira... tests: py: fix WARNING with JSON
2025-08-12  Pablo Neira... Revert "tests: py: fix json single-flag output for...
2025-07-31  Florian Westphaltests: py: fix json single-flag output for fib & synproxy
2025-07-31  Florian Westphalnetlink_delinerize: add more restrictions on meta nfpro...
2025-07-31  Florian Westphalpayload: don't kill dependency for proto_th
2025-07-31  Phil Suttertests: py: Properly fix JSON equivalents for netdev...
2025-07-31  Florian Westphaltests: py: extend raw payload match tests
2025-07-31  Phil Suttertests: py: Fix for storing payload into missing file
2025-07-31  Florian Westphaltests: py: fix up udp csum fixup output
2025-07-31  Pablo Neira... tests: py: drop redundant JSON outputs
2025-07-31  Pablo Neira... tests: py: complete icmp and icmpv6 update
2025-07-31  Phil Suttertests: py: Drop needless recorded JSON outputs
2025-07-31  Phil Suttertests: py: Warn if recorded JSON output matches the...
2025-07-31  Phil Suttertests: py: Fix some JSON equivalents
2025-07-31  Florian Westphaltests: py: add payload merging test cases
2025-07-31  Florian Westphaltests: py: add missing json.output data
2025-07-31  Florian Westphaltests: py: remove huge-limit test cases
2025-07-31  Pablo Neira... tests: py: missing json output in meta.t with vlan...
2025-07-31  Pablo Neira... tests: py: missing json output in never merge across...
2025-07-31  Pablo Neira... tests: py: debloat frag.t.payload.netdev
2025-07-31  Pablo Neira... tests: py: extend ip frag-off coverage
2025-07-31  Phil Suttertests: py: Document JSON mode in README
2025-07-31  Pablo Neira... Amend "tests: shell: Fix ifname_based_hooks feature...
2025-07-31  Pablo Neira... Revert "tests: shell: move flowtable with bogus priorit...
next