summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mnl: remove artifical cap on 8 devices per flowtableSven Auhagen2019-10-301-2/+7
* src: add multidevice support for netdev chainPablo Neira Ayuso2019-10-307-27/+109
* tests/py: Fix test script for Python3 tempfilePhil Sutter2019-10-291-4/+4
* py: add missing output flags.Jeremy Sowden2019-10-241-0/+35
* main: remove duplicate output flag assignment.Jeremy Sowden2019-10-231-1/+0
* main: add missing `OPT_NUMERIC_PROTO` long option.Jeremy Sowden2019-10-231-0/+4
* doc: add missing output flag documentation.Jeremy Sowden2019-10-231-0/+6
* Revert "main: Fix for misleading error with negative chain priority"Phil Sutter2019-10-232-9/+1
* src: add --terse to suppress output of set elements.Jeremy Sowden2019-10-226-11/+34
* src: use `-T` as the short option for `--numeric-time`.Jeremy Sowden2019-10-222-4/+4
* main: Fix for misleading error with negative chain priorityPhil Sutter2019-10-212-1/+9
* tproxy: Add missing error checking when parsing from netlinkPhil Sutter2019-10-211-0/+4
* parser_json: Fix checking of parse_policy() return codePhil Sutter2019-10-211-1/+1
* src: restore --echo with anonymous setsPablo Neira Ayuso2019-10-183-21/+12
* flowtable: fix memleak in exit pathEric Jallot2019-10-182-0/+13
* src: define flowtable device compound as a listPablo Neira Ayuso2019-10-182-2/+2
* rule: Fix for single line ct timeout printingPhil Sutter2019-10-171-1/+1
* tests/monitor: Fix for changed ct timeout formatPhil Sutter2019-10-171-1/+1
* monitor: Add missing newline to error messagePhil Sutter2019-10-171-1/+1
* mnl: Don't use nftnl_set_set()Phil Sutter2019-10-151-1/+1
* 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