summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ct: Fix ct label value parserPhil Sutter2021-11-301-3/+2
* datatype: Fix size of time_typePhil Sutter2021-11-301-2/+4
* meta: Fix hour_type sizePhil Sutter2021-11-301-4/+5
* meta: Fix {g,u}id_type on Big EndianPhil Sutter2021-11-301-6/+10
* src: Fix payload statement mask on Big EndianPhil Sutter2021-11-301-2/+2
* mnl: Fix for missing info in rule dumpsPhil Sutter2021-11-301-1/+12
* exthdr: Fix for segfault with unknown exthdrPhil Sutter2021-11-301-5/+7
* tests/py: Avoid duplicate records in *.got filesPhil Sutter2021-11-301-10/+19
* exthdr: fix type number saved in udataFlorian Westphal2021-11-303-3/+11
* cli: remove #include <editline/history.h>Pablo Neira Ayuso2021-11-221-1/+0
* mnl: different signedness compilation warningPablo Neira Ayuso2021-11-191-1/+1
* cache: do not skip populating anonymous set with -tPablo Neira Ayuso2021-11-183-6/+10
* build: Bump version to 1.0.1v1.0.1Pablo Neira Ayuso2021-11-181-3/+3
* monitor: do not call interval_map_decompose() for concat intervalsFlorian Westphal2021-11-172-1/+11
* parser_json: add raw payload inner header match supportPablo Neira Ayuso2021-11-174-0/+27
* parser: allow for string raw payload basePablo Neira Ayuso2021-11-162-3/+11
* tests: py: remove netdev coverage in ip/ip_tcp.tPablo Neira Ayuso2021-11-122-96/+0
* tests: py: missing json output update in ip6/meta.tPablo Neira Ayuso2021-11-121-0/+16
* tests: py: missing ip/snat.t json updatesPablo Neira Ayuso2021-11-122-0/+347
* tests: py: missing ip/dnat.t json updatesPablo Neira Ayuso2021-11-121-0/+333
* cache: filter out rules by chainPablo Neira Ayuso2021-11-114-47/+82
* cache: missing family in cache filteringPablo Neira Ayuso2021-11-112-4/+9
* cache: do not populate cache if it is going to be flushedPablo Neira Ayuso2021-11-113-6/+92
* cache: move list filter under structPablo Neira Ayuso2021-11-112-13/+15
* doc: update ct timeout section with the state namesFlorian Westphal2021-11-082-1/+12
* tests: py: update rawpayload.t.jsonPablo Neira Ayuso2021-11-082-5/+21
* evaluate: grab reference in set expression evaluationPablo Neira Ayuso2021-11-081-2/+2
* evaluate: clone variable expression if there is more than one referencePablo Neira Ayuso2021-11-083-1/+40
* mnl: do not build nftnl_set element listPablo Neira Ayuso2021-11-083-25/+93
* tests: py: remove verdict from closing end intervalPablo Neira Ayuso2021-11-087-7/+7
* src: raw payload match and mangle on inner header / payload dataPablo Neira Ayuso2021-11-086-2/+12
* tests: shell: $NFT needs to be invoked unquotedŠtěpán Němec2021-11-052-1/+4
* tests: shell: README: clarify test file name conventionŠtěpán Němec2021-11-051-2/+5
* tests: shell: README: $NFT does not have to be a path to a binaryŠtěpán Němec2021-11-051-1/+1
* tests: shell: README: copy editŠtěpán Němec2021-11-051-11/+12
* datatype: add xinteger_type alias to print in hexadecimalPablo Neira Ayuso2021-11-035-9/+26
* evaluate: postpone transport protocol match check after nat expression evalua...Pablo Neira Ayuso2021-11-034-6/+34
* parser: extend limit syntaxJeremy Sowden2021-11-034-0/+62
* parser: add `limit_rate_pkts` and `limit_rate_bytes` rulesJeremy Sowden2021-11-032-62/+63
* parser: add new `limit_bytes` ruleJeremy Sowden2021-11-031-6/+9
* tests: run-tests.sh: ensure non-zero exit when $failed != 0Štěpán Němec2021-11-022-2/+2
* tests: shell: Fix bogus testsuite failure with 250HzPhil Sutter2021-11-021-1/+1
* src: Support netdev egress hookLukas Wunner2021-10-2841-39/+2413
* tests: py: Move netdev-specific tests to appropriate subdirectoryLukas Wunner2021-10-287-0/+0
* tests: shell: add testcase for --tersePablo Neira Ayuso2021-10-281-0/+69
* cache: disable NFT_CACHE_SETELEM_BIT on --terse listing onlyPablo Neira Ayuso2021-10-281-2/+2
* cache: ensure evaluate_cache_list flags are set correctlyChris Arges2021-10-271-0/+1
* cache: honor table in set filteringPablo Neira Ayuso2021-10-271-1/+2
* cache: honor filter in set listing commandsPablo Neira Ayuso2021-10-271-0/+2
* cache: always set on NFT_CACHE_REFRESH for listingPablo Neira Ayuso2021-10-271-6/+7