summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* src: allow binop expressions with variable right-hand operandsJeremy Sowden2024-12-0430-46/+489
* optimize: compare expression lengthPablo Neira Ayuso2024-12-042-0/+15
* mnl: fix basehook comparisonDonald Yandt2024-11-291-1/+1
* mnl: restore --debug=netlink output with chainsPablo Neira Ayuso2024-11-111-0/+8
* src: allow to map key to nfqueue numberFlorian Westphal2024-11-118-2/+127
* datatype: remove unused flags fieldPablo Neira Ayuso2024-11-111-2/+0
* tests: monitor: Become $PWD agnosticPhil Sutter2024-11-071-3/+2
* tests: monitor: Run in own netnsPhil Sutter2024-11-061-0/+11
* monitor: Recognize flowtable add/del eventsPhil Sutter2024-11-068-0/+110
* tests: py: Fix for storing payload into missing filePhil Sutter2024-11-061-3/+2
* json: Support typeof in set and map typesPhil Sutter2024-11-0615-41/+220
* json: collapse set element commands from parserPablo Neira Ayuso2024-11-051-0/+16
* tests: shell: move device to different namespacePablo Neira Ayuso2024-11-051-0/+39
* doc: extend description of fib expressionFlorian Westphal2024-10-301-14/+63
* tests: monitor: fix up test case breakageFlorian Westphal2024-10-292-2/+6
* tests: shell: don't rely on writable test directoryFlorian Westphal2024-10-293-31/+23
* src: fix extended netlink error reporting with large set elementsPablo Neira Ayuso2024-10-285-12/+21
* rule: netlink attribute offset is uint32_t for struct nlerr_locPablo Neira Ayuso2024-10-282-3/+1
* mnl: update cmd_add_loc() to take struct nlmsghdrPablo Neira Ayuso2024-10-283-42/+41
* mnl: rename to mnl_seqnum_alloc() to mnl_seqnum_inc()Pablo Neira Ayuso2024-10-283-5/+5
* src: collapse set element commands from parserPablo Neira Ayuso2024-10-288-92/+54
* libnftables-json: fix raw payload expression documentationEric Long2024-10-171-1/+1
* tests: shell: Join arithmetic statements in maps/vmap_timeoutPhil Sutter2024-10-111-6/+3
* tests: shell: fix spurious dump failure in vmap timeout testFlorian Westphal2024-10-111-1/+1
* build: Bump version to 1.1.1v1.1.1Pablo Neira Ayuso2024-10-031-3/+3
* cache: initialize filter when fetching implicit chainsPablo Neira Ayuso2024-09-171-5/+4
* doc: tproxy is non-terminal in nftablesPablo Neira Ayuso2024-09-171-7/+38
* src: support for timeout never in elementsPablo Neira Ayuso2024-09-174-9/+47
* tests: shell: more randomization for timeout parameterFlorian Westphal2024-09-151-8/+34
* tests: py: fix up udp csum fixup outputFlorian Westphal2024-09-111-2/+2
* proto: use NFT_PAYLOAD_L4CSUM_PSEUDOHDR flag to mangle UDP checksumPablo Neira Ayuso2024-09-103-34/+99
* tests: shell: stabilize packetpath/payloadPablo Neira Ayuso2024-09-101-30/+34
* tests: shell: add test case for timeout updatesFlorian Westphal2024-09-104-0/+195
* tests: shell: extend vmap test with updatesFlorian Westphal2024-09-101-3/+45
* tests: shell: add test for kernel stack recursion bugFlorian Westphal2024-09-102-0/+39
* libnftables: Zero ctx->vars after freeing itPhil Sutter2024-09-031-0/+1
* tests: shell: extend coverage for meta l4proto netdev/egress matchingPablo Neira Ayuso2024-09-021-0/+149
* cache: position does not require full cachePablo Neira Ayuso2024-08-301-2/+1
* cache: relax requirement for replace rule commandPablo Neira Ayuso2024-08-304-6/+66
* cache: remove full cache requirement when echo flag is set onPablo Neira Ayuso2024-08-301-2/+0
* cache: clean up evaluate_cache_del()Pablo Neira Ayuso2024-08-301-2/+1
* cache: assert filter when calling nft_cache_evaluate()Pablo Neira Ayuso2024-08-301-9/+7
* tests: shell: cover reset command with counter and quotaPablo Neira Ayuso2024-08-261-0/+104
* tests: shell: cover anonymous set with reset commandPablo Neira Ayuso2024-08-261-0/+21
* cache: consolidate reset commandPablo Neira Ayuso2024-08-269-171/+78
* cache: only dump rules for the given tablePablo Neira Ayuso2024-08-261-1/+1
* cache: add filtering support for objectsPablo Neira Ayuso2024-08-262-13/+89
* cache: accumulate flags in batchPablo Neira Ayuso2024-08-261-5/+7
* cache: reset filter for each commandPablo Neira Ayuso2024-08-261-2/+6
* parser_json: fix crash in json_parse_set_stmt_listSebastian Walz (sivizius)2024-08-211-4/+9