summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* src: constify location parameter in cmd_add_loc()Pablo Neira Ayuso2020-10-193-12/+13
* rule: larger number of error locationsPablo Neira Ayuso2020-10-192-2/+4
* doc: nft.8: describe inet ingress hookPablo Neira Ayuso2020-10-161-4/+17
* segtree: copy expr data to closing elementFlorian Westphal2020-10-151-40/+19
* proto: add sctp crc32 checksum fixupFlorian Westphal2020-10-154-1/+12
* src: ingress inet supportPablo Neira Ayuso2020-10-135-2/+38
* tests: py: add missing test JSON output for TCP flag tests.Jeremy Sowden2020-10-122-0/+186
* tests: py: correct order of set elements in test JSON output.Jeremy Sowden2020-10-121-10/+10
* tests: py: add missing JSON output for ct test.Jeremy Sowden2020-10-121-0/+15
* Solves Bug 1462 - `nft -j list set` does not show countersGopal Yadav2020-10-081-1/+7
* evaluate: Reject quoted strings containing only wildcardPhil Sutter2020-10-061-2/+5
* nft: migrate man page examples with `meter` directive to setsDevin Bayer2020-10-012-15/+26
* src: add comment support for chainsJose M. Guisado Gomez2020-09-307-0/+72
* json: Combining --terse with --json has no effectGopal Yadav2020-09-222-1/+13
* src: context tracking for multiple transport protocolsPablo Neira Ayuso2020-09-1510-18/+142
* evaluate: remove one indent level in __expr_evaluate_payload()Pablo Neira Ayuso2020-09-141-25/+24
* tests: py: flush log file output before running each commandPablo Neira Ayuso2020-09-141-0/+2
* libnftables: avoid repeated command list traversal on errorsJindrich Makovicka2020-09-141-2/+14
* mnl: larger receive socket buffer for netlink errorsPablo Neira Ayuso2020-09-141-16/+5
* parser_bison: fail when specifying multiple commentsJose M. Guisado Gomez2020-09-142-0/+160
* src: add comment support for objectsJose M. Guisado Gomez2020-09-087-0/+204
* mergesort: find base value expression type via recursionPablo Neira Ayuso2020-09-045-30/+82
* tests: allow tests/monitor to use a custom nft executableBalazs Scheidler2020-08-291-1/+1
* tests: added "socket wildcard" testcasesBalazs Scheidler2020-08-293-0/+62
* doc: added documentation on "socket wildcard"Balazs Scheidler2020-08-291-3/+8
* src/scanner.l: fix whitespace issue for the TRANSPARENT keywordBalazs Scheidler2020-08-291-1/+1
* socket: add support for "wildcard" keyBalazs Scheidler2020-08-296-1/+16
* src: add comment support when adding tablesJose M. Guisado Gomez2020-08-287-2/+65
* src: add chain hashtable cachePablo Neira Ayuso2020-08-267-64/+133
* src: add expression handler hashtablePablo Neira Ayuso2020-08-265-10/+52
* tests: sets: Check rbtree overlap detection after tree rotationsStefano Brivio2020-08-261-0/+36
* nftables: dump raw element info from libnftnl when netlink debugging is onFlorian Westphal2020-08-201-2/+38
* mergesort: unbreak listing with binopsPablo Neira Ayuso2020-08-203-0/+25
* src: add comment support for map tooPablo Neira Ayuso2020-08-173-5/+14
* src: add comment support for set declarationsJose M. Guisado Gomez2020-08-128-1/+52
* src: cache gets out of sync in interactive modePablo Neira Ayuso2020-08-063-1/+10
* segtree: memleaks in interval_map_decompose()Pablo Neira Ayuso2020-08-051-3/+7
* tests: 0044interval_overlap_0: Repeat insertion tests with timeoutStefano Brivio2020-08-041-19/+117
* tests: 0043concatenated_ranges_0: Fix checks for add/delete failuresStefano Brivio2020-08-041-18/+9
* src: fix obj list output when reset commandJose M. Guisado Gomez2020-08-031-1/+1
* evaluate: disregard ct address matching without familyPablo Neira Ayuso2020-07-311-0/+6
* netlink_delinearize: transform binary operation to prefix only with valuesPablo Neira Ayuso2020-07-291-1/+1
* evaluate: UAF in hook priority expressionPablo Neira Ayuso2020-07-291-1/+1
* evaluate: memleak in invalid default policy definitionPablo Neira Ayuso2020-07-291-1/+3
* parser_bison: memleak symbol redefinitionPablo Neira Ayuso2020-07-291-0/+1
* evaluate: remove table from cache on delete tablePablo Neira Ayuso2020-07-293-0/+37
* src: remove cache lookups after the evaluation phasePablo Neira Ayuso2020-07-297-46/+40
* evaluate: flush set cache from the evaluation phasePablo Neira Ayuso2020-07-292-16/+15
* nft: rearrange help output to group related options togetherArturo Borrero Gonzalez2020-07-292-91/+139
* json: Expect refcount increment by json_array_extend()Phil Sutter2020-07-291-2/+4