summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cli: add linenoise CLI implementation.Jeremy Sowden2019-10-154-15/+70
* expression: extend 'nft describe' to allow listing data typesFlorian Westphal2019-10-143-10/+41
* datatype: display description for header field < 8 bitsPablo Neira Ayuso2019-10-101-1/+1
* segtree: always close interval in non-anonymous setsPablo Neira Ayuso2019-10-092-1/+34
* obj: fix memleak in parser_bison.yEric Jallot2019-10-091-56/+27
* tests: shell: fix failed tests due to missing quotesEric Jallot2019-10-0814-19/+18
* tests: check we can use "dynamic" set for lookupsFlorian Westphal2019-10-071-0/+2
* src: obj: fix memleak in handle_free()Eric Jallot2019-09-301-0/+1
* libnftables: memleak when list of commands is emptyPablo Neira Ayuso2019-09-271-1/+1
* tests: shell: delete flowtable after flush chainPablo Neira Ayuso2019-09-251-0/+9
* mnl: do not cache sender buffer sizePablo Neira Ayuso2019-09-221-6/+6
* cli: remove unused declaration.Jeremy Sowden2019-09-201-1/+0
* configure: remove unused AC_SUBST macros.Jeremy Sowden2019-09-201-2/+0
* src: meter: avoid double-space in list ruleset outputFlorian Westphal2019-09-202-2/+2
* src: parser_json: fix crash while restoring secmark objectEric Jallot2019-09-161-1/+1
* nftables: don't crash in 'list ruleset' if policy is not setSergei Trofimovich2019-09-163-5/+29
* json: tests: fix typo in ct expectation json testFernando Fernandez Mancera2019-09-151-1/+1
* parser_bison: Fix 'exists' keyword on Big EndianPhil Sutter2019-09-142-3/+5
* json: fix type mismatch on "ct expect" json exportingFernando Fernandez Mancera2019-09-131-1/+1
* src: add synproxy stateful object supportFernando Fernandez Mancera2019-09-1314-8/+312
* libnftables: use-after-free in exit pathPablo Neira Ayuso2019-09-111-1/+1
* netlink_delinearize: fix wrong conversion to "list" in ct markFernando Fernandez Mancera2019-09-103-1/+9
* mnl: fix --echo buffer size againPablo Neira Ayuso2019-09-101-12/+14
* parser_json: fix crash on insert rule to bad referencesEric Garver2019-09-101-1/+5
* tests: shell: add huge transaction from firewalldEric Garver2019-09-101-0/+10
* tests: shell: add huge JSON transactionEric Garver2019-09-101-0/+16
* tests: shell: verify huge transaction returns expected number of rulesEric Garver2019-09-101-2/+3
* tests: shell: use-after-free from abort pathPablo Neira Ayuso2019-09-081-0/+19
* evaluate: flag fwd and queue statements as terminalFlorian Westphal2019-09-071-0/+2
* src: evaluate: catch invalid 'meta day' values in eval stepFlorian Westphal2019-09-062-4/+17
* tests: add meta time test casesAnder Juaristi2019-09-064-0/+559
* meta: Introduce new conditions 'time', 'day' and 'hour'Ander Juaristi2019-09-0613-4/+390
* evaluate: New internal helper __expr_evaluate_rangeAnder Juaristi2019-09-061-4/+16
* tests: shell: check that rule add with index works with echoEric Garver2019-09-062-0/+21
* cache: fix --echo with index/positionEric Garver2019-09-061-4/+2
* meta: add ibrpvid and ibrvproto supportwenxu2019-08-304-0/+43
* src: json: add support for element deletionFlorian Westphal2019-08-296-0/+49
* netfilter: support for element deletionAnder Juaristi2019-08-293-0/+3
* src: secmark: fix brace indentation and missing quotes in selctx outputEric Jallot2019-08-201-1/+1
* build: Bump version to v0.9.2v0.9.2Pablo Neira Ayuso2019-08-192-3/+4
* src: libnftnl: run single-initcalls only onceFlorian Westphal2019-08-191-5/+9
* tests: make sure i is definedFlorian Westphal2019-08-161-0/+1
* doc: don't check asciidoc output with xmllintArturo Borrero Gonzalez2019-08-151-1/+1
* src: json: fix constant parsing on bigendianFlorian Westphal2019-08-141-1/+1
* src: json: support json restore for "th" pseudoheaderFlorian Westphal2019-08-141-4/+9
* gmputil: assert length is non-zeroPablo Neira Ayuso2019-08-143-16/+37
* src: mnl: retry when we hit -ENOBUFSFlorian Westphal2019-08-141-2/+10
* src: parser: fix parsing of chain priority and policy on bigendianFlorian Westphal2019-08-141-2/+4
* src: fix jumps on bigendian archesFlorian Westphal2019-08-142-12/+31
* src: mnl: fix setting rcvbuffer sizeFlorian Westphal2019-08-131-1/+1