summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* json: echo: Speedup seqnum_to_json()Phil Sutter2020-11-231-10/+18
* tests: py: update format of registers in bitwise payloads.Jeremy Sowden2020-11-1624-248/+248
* proto: Fix ARP header field orderingPhil Sutter2020-11-107-2/+113
* tests: py: remove duplicate payloads.Jeremy Sowden2020-11-097-575/+0
* json: tcp: add raw tcp option match supportFlorian Westphal2020-11-093-26/+82
* tcp: add raw tcp option match supportFlorian Westphal2020-11-096-4/+31
* tcpopt: allow to check for presence of any tcp optionFlorian Westphal2020-11-098-57/+65
* tcpopt: split tcpopt_hdr_fields into per-option enumFlorian Westphal2020-11-099-105/+139
* tcpopt: rename noop to nopFlorian Westphal2020-11-095-21/+7
* tcpopts: clean up parser -> tcpopt.c plumbingFlorian Westphal2020-11-096-95/+75
* parser: merge sack-perm/sack-permitted and maxseg/mssFlorian Westphal2020-11-097-28/+26
* json: fix ip6 dnat test case after range to prefix transformation changeFlorian Westphal2020-11-071-8/+9
* json: add missing nat_type flag and netmap nat flagFlorian Westphal2020-11-053-10/+211
* tests: avoid warning and add missing json test casesFlorian Westphal2020-11-052-2/+57
* tests: json: add missing test case outputFlorian Westphal2020-11-055-4/+150
* src: Optimize prefix matches on byte-boundariesPhil Sutter2020-11-049-29/+18
* src: Support odd-sized payload matchesPhil Sutter2020-11-042-0/+11
* tests: py: add netdev folder and reject.t icmp casesJose M. Guisado Gomez2020-11-023-1/+81
* evaluate: add netdev support for reject defaultJose M. Guisado Gomez2020-11-021-0/+1
* doc: correct chain name in example of adding a ruleJeremy Sowden2020-11-011-1/+1
* tests/shell: Improve fix in sets/0036add_set_element_expiration_0Phil Sutter2020-10-311-1/+1
* tests: shell: exercise validation with nft -cPablo Neira Ayuso2020-10-311-0/+12
* build: Bump version to v0.9.7v0.9.7Pablo Neira Ayuso2020-10-261-3/+3
* Revert "monitor: do not print generation ID with --echo"Pablo Neira Ayuso2020-10-232-2/+2
* monitor: do not print generation ID with --echoPablo Neira Ayuso2020-10-221-1/+1
* json: Fix memleak in set_dtype_json()Phil Sutter2020-10-221-1/+1
* segtree: UAF in interval_map_decompose()Pablo Neira Ayuso2020-10-201-3/+5
* src: improve rule error reportingPablo Neira Ayuso2020-10-203-62/+201
* 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