summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* configure: default to libedit for cliPablo Neira Ayuso2021-10-251-1/+1
* tests: cover baecd1cf2685 ("segtree: Fix segfault when restoring a huge inter...Štěpán Němec2021-10-201-0/+29
* main: _exit() if setuidFlorian Westphal2021-10-191-0/+4
* tests: shell: auto-removal of chain hook on netns removalFlorian Westphal2021-10-191-0/+6
* rule: replace three conditionals with oneJeremy Sowden2021-10-121-5/+3
* rule: fix stateless output after listing sets containing countersJeremy Sowden2021-10-121-1/+3
* rule: remove fake stateless output of named countersJeremy Sowden2021-10-121-7/+6
* doc: libnftables-json: make the example valid libnftables JSON inputŠtěpán Němec2021-10-111-2/+3
* cache: unset NFT_CACHE_SETELEM with --terse listingPablo Neira Ayuso2021-10-021-3/+12
* cache: filter out sets and maps that are not requestedPablo Neira Ayuso2021-09-302-2/+20
* cache: filter out tables that are not requestedPablo Neira Ayuso2021-09-304-15/+43
* cache: finer grain cache population for list commandsPablo Neira Ayuso2021-09-291-2/+23
* cache: set on cache flags for nested notationPablo Neira Ayuso2021-09-292-0/+35
* evaluate: check for missing transport protocol match in nat map with concaten...Pablo Neira Ayuso2021-09-293-3/+37
* evaluate: check for concatenation in set data datatypePablo Neira Ayuso2021-09-293-1/+20
* monitor: honor NLM_F_EXCL netlink flagPablo Neira Ayuso2021-09-291-1/+7
* tests: monitor: update insert and replace commandsPablo Neira Ayuso2021-09-291-2/+2
* monitor: honor NLM_F_APPEND flag for rulesPablo Neira Ayuso2021-09-291-14/+26
* monitor: display rule position handlePablo Neira Ayuso2021-09-291-1/+4
* netlink: dynset: set compound expr dtype based on set key definitionFlorian Westphal2021-09-293-1/+73
* payload: don't adjust offsets of autogenerated dependency expressionsFlorian Westphal2021-09-296-1/+58
* netlink: reset temporary set element stmt list after list splicePablo Neira Ayuso2021-09-163-1/+28
* doc: fix synopsis of named counter, quota and ct {helper,timeout,expect}Pablo Neira Ayuso2021-09-162-9/+61
* tests: py: update ct expirationPablo Neira Ayuso2021-09-151-3/+3
* src: revert hashtable for expression handlersPablo Neira Ayuso2021-09-153-35/+10
* doc: nfnetlink_log allows one single process through unicastPablo Neira Ayuso2021-09-091-5/+5
* netlink: rework range_expr_to_prefix()Pablo Neira Ayuso2021-09-094-30/+148
* meta: skip -T for hour and date formatPablo Neira Ayuso2021-09-091-24/+9
* src: Check range bounds before converting to prefixXiao Liang2021-09-061-6/+9