summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: Bump version to v0.9.9v0.9.9Pablo Neira Ayuso2021-05-251-3/+3
* doc: tiny spelling fix in stateful object section s/an/aFlorian Westphal2021-05-251-1/+1
* include: missing sctp_chunk.h in Makefile.amPablo Neira Ayuso2021-05-251-0/+1
* expression: display an error on unknown datatypePablo Neira Ayuso2021-05-241-1/+4
* evaluate: allow == and != in the new shortcut syntax to match for flagsPablo Neira Ayuso2021-05-241-0/+4
* files: improve secmark.nft exampleDominick Grift2021-05-241-5/+5
* expr_postprocess: Avoid an unintended fall throughPhil Sutter2021-05-201-0/+1
* rule: skip exact matches on fuzzy lookupPablo Neira Ayuso2021-05-201-19/+0
* cmd: typo in chain fuzzy lookupPablo Neira Ayuso2021-05-202-2/+2
* libnftables: location-based error reporting for chain typePablo Neira Ayuso2021-05-206-8/+20
* doc: nft.8: Extend monitor description by tracePhil Sutter2021-05-191-3/+22
* doc: document cgroupv2Pablo Neira Ayuso2021-05-191-1/+16
* exthdr: Implement SCTP Chunk matchingPhil Sutter2021-05-1916-2/+1332
* json: Simplify non-tcpopt exthdr printing a bitPhil Sutter2021-05-191-11/+7
* scanner: sctp: Move to own scopePhil Sutter2021-05-193-4/+10
* datatype: skip cgroupv2 rootfs in listingPablo Neira Ayuso2021-05-181-1/+2
* src: use PRIu64 formatPablo Neira Ayuso2021-05-182-2/+2
* parser_bison: add shortcut syntax for matching flags without binary operationsPablo Neira Ayuso2021-05-169-24/+155
* cache: check errno before invoking cache_release()Marco Oliverio2021-05-141-2/+4
* netlink_delinearize: fix binary operation postprocessing with setsPablo Neira Ayuso2021-05-131-0/+1
* tests: shell: don't assume fixed handle value in cache/0008_delete_by_handle_0Pablo Neira Ayuso2021-05-121-5/+10
* evaluate: don't crash on set definition with incorrect datatypePablo Neira Ayuso2021-05-111-1/+1
* src: add set element catch-all supportPablo Neira Ayuso2021-05-1116-43/+278
* parser_bison: add set_elem_key_expr rulePablo Neira Ayuso2021-05-111-2/+8
* doc: Reduce size of NAT statement synopsisPhil Sutter2021-05-111-15/+10
* tests: Introduce 0043_concatenated_ranges_1 for subnets of different sizesStefano Brivio2021-05-081-0/+23
* segtree: Fix range_mask_len() for subnet ranges exceeding unsigned intStefano Brivio2021-05-081-2/+2
* src: add cgroupsv2 supportPablo Neira Ayuso2021-05-0311-8/+126
* evaluate: remove object from cache on delete object commandPablo Neira Ayuso2021-05-021-0/+37
* evaluate: remove flowtable from cache on delete flowtable commandPablo Neira Ayuso2021-05-023-0/+30
* evaluate: remove set from cache on delete set commandPablo Neira Ayuso2021-05-021-0/+24
* evaluate: remove chain from cache on delete chain commandPablo Neira Ayuso2021-05-023-0/+31
* cache: add hashtable cache for tablePablo Neira Ayuso2021-05-0210-121/+182
* evaluate: add object to the cachePablo Neira Ayuso2021-05-021-0/+10
* cache: missing table cache for several policy objectsPablo Neira Ayuso2021-05-021-0/+4
* evaluate: add flowtable to the cachePablo Neira Ayuso2021-05-021-0/+3
* evaluate: add set to the cachePablo Neira Ayuso2021-05-021-0/+4
* cache: add set_cache_del() and use itPablo Neira Ayuso2021-05-023-1/+7
* cache: add hashtable cache for flowtablePablo Neira Ayuso2021-05-028-33/+112
* cache: add hashtable cache for objectPablo Neira Ayuso2021-05-028-55/+124
* src: consolidate object cache infrastructurePablo Neira Ayuso2021-05-025-50/+75
* src: consolidate nft_cache infrastructurePablo Neira Ayuso2021-05-027-43/+43
* src: pass chain name to chain_cache_find()Pablo Neira Ayuso2021-05-025-14/+12
* rule: skip fuzzy lookup for unexisting 64-bit handlePablo Neira Ayuso2021-05-022-0/+23
* src: unbreak deletion by table handlePablo Neira Ayuso2021-05-023-1/+24
* tests: shell: remove missing modulesPablo Neira Ayuso2021-05-021-2/+3
* parser_bison: missing relational operation on flag listPablo Neira Ayuso2021-05-024-0/+31
* parser: allow to load stateful ct connlimit elements in setsLaura Garcia Liebana2021-05-022-0/+25
* evaluate: check if nat statement map specifies a transport header exprFlorian Westphal2021-04-291-1/+37
* mnl: Increase BATCH_PAGE_SIZE to support huge rulesetsPhil Sutter2021-04-211-4/+4