summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* netlink: Avoid memleak in error path of netlink_delinearize_set()Phil Sutter2021-06-141-2/+2
* json: Drop pointless assignment in exthdr_expr_json()Phil Sutter2021-06-141-1/+0
* evaluate: Mark fall through case in str2hooknum()Phil Sutter2021-06-141-0/+1
* parser_json: Fix for memleak in tcp option error pathPhil Sutter2021-06-141-3/+3
* parser_bison: Fix for implicit declaration of isalnumPhil Sutter2021-06-141-0/+1
* evaluate: restore interval + concatenation in anonymous setPablo Neira Ayuso2021-06-116-8/+53
* src: add vlan deiPablo Neira Ayuso2021-06-119-41/+71
* doc: add LISTING sectionFlorian Westphal2021-06-091-0/+11
* src: add support for base hook dumpingFlorian Westphal2021-06-099-4/+457
* scanner: add list cmd parser scopeFlorian Westphal2021-06-093-7/+12
* segtree: Fix segfault when restoring a huge interval setPhil Sutter2021-06-091-4/+6
* json: Print warnings to stderr rather than stdoutKerin Millar2021-06-091-3/+5
* netlink: quick sort array of devicesPablo Neira Ayuso2021-06-081-0/+18
* cmd: check for table mismatch first in error reportingPablo Neira Ayuso2021-06-081-14/+57
* rule: rework CMD_OBJ_SETELEMS logicPablo Neira Ayuso2021-06-072-19/+40
* tests: add test case for removal of anon sets with only a single elementFlorian Westphal2021-06-074-1/+64
* evaluate: remove anon sets with exactly one elementFlorian Westphal2021-06-071-2/+19
* tests: remove redundant test casesFlorian Westphal2021-06-0769-5220/+0
* tests: ct: prefer normal cmpFlorian Westphal2021-06-073-12/+5
* json: missing catchall expression stub with ./configure --without-jsonPablo Neira Ayuso2021-06-041-0/+1
* tests: py: update netdev reject test fileFlorian Westphal2021-06-041-45/+21
* doc: nft: ct id does not allow for original|replyPablo Neira Ayuso2021-06-041-2/+2
* statement: connlimit: remove extra whitespace in print functionPablo Neira Ayuso2021-06-042-2/+2
* json: catchall element supportFlorian Westphal2021-06-025-10/+92
* tests/py: fix error messageFlorian Westphal2021-06-021-1/+5
* json: fix parse of flagcmp expressionFlorian Westphal2021-06-022-1/+28
* json: fix base chain outputFlorian Westphal2021-06-021-1/+1
* 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