summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* src: file descriptor leak in include_file()Pablo Neira Ayuso2019-03-154-25/+32
* parser_bison: no need for statement separator for ct object commandsPablo Neira Ayuso2019-03-141-4/+4
* tests: shell: bogus EBUSY on helper deletion from transactionPablo Neira Ayuso2019-03-141-0/+15
* tests: shell: bogus ENOENT on element deletion in interval setPablo Neira Ayuso2019-03-121-0/+26
* tests: shell: bogus EBUSY in set deletion after flushPablo Neira Ayuso2019-03-081-0/+18
* tests: add test case for anon set abort.Florian Westphal2019-03-071-0/+10
* evaluate: misleading error reporting with sets and mapsPablo Neira Ayuso2019-03-061-4/+6
* segtree: add missing non-matching segment to set in flat representationPablo Neira Ayuso2019-03-062-3/+16
* segtree: remove dummy debug_octxPablo Neira Ayuso2019-03-063-10/+10
* segtree: fix crash when debug mode is activeFlorian Westphal2019-03-041-2/+5
* doc: update goto/jump help textFlorian Westphal2019-03-011-3/+18
* parser_json: Respect base chain priorityPhil Sutter2019-02-271-0/+1
* json: Fix memleaks in echo supportPhil Sutter2019-02-271-10/+18
* parser_json: Use xstrdup() when parsing rule commentPhil Sutter2019-02-271-1/+1
* parser_json: Duplicate chain name when parsing jump verdictPhil Sutter2019-02-271-1/+2
* libnftables: Print errors before freeing commandsPhil Sutter2019-02-271-2/+2
* tests: shell: flush after rule deletionPablo Neira Ayuso2019-02-151-0/+22
* src: expr: fix build failure with json supportFlorian Westphal2019-02-123-6/+8
* src: expr: remove expr_ops from struct exprFlorian Westphal2019-02-0816-61/+109
* src: expr: add expression etypeFlorian Westphal2019-02-0818-142/+143
* src: expr: add and use internal expr_ops helperFlorian Westphal2019-02-081-9/+29
* src: payload: export and use payload_expr_cmpFlorian Westphal2019-02-083-2/+4
* src: expr: add and use expr_name helperFlorian Westphal2019-02-089-23/+29
* tests: shell: exercise abort path with anonymous set that is bound to rulePablo Neira Ayuso2019-02-081-0/+14
* include: add cplusplus guards for externPablo Neira Ayuso2019-01-281-0/+8
* meta: add iifkind and oifkind supportwenxu2019-01-283-1/+17
* tests: fix up expected payloads after expr merge changeFlorian Westphal2019-01-258-20/+38
* doc: fix non-working exampleFlorian Westphal2019-01-251-1/+1
* mnl: name is ignored when deleting a tableFlorian Westphal2019-01-182-4/+35
* payload: refine payload expr mergingFlorian Westphal2019-01-112-2/+28
* src: fix netdev family device name parsingFlorian Westphal2019-01-093-7/+7
* src: add igmp supportPablo Neira Ayuso2019-01-0910-5/+517
* tests: shell: remove RETURNCODE_SEPARATORFlorian Westphal2019-01-043-10/+4
* tests: shell: fix up redefine test caseFlorian Westphal2019-01-041-6/+6
* tests: shell: change all test scripts to return 0Florian Westphal2019-01-0447-87/+130
* tests: shell: add test case for leaking of stateful object refcountFlorian Westphal2019-01-041-0/+14
* rule: fix object listing when no table is givenFlorian Westphal2019-01-022-5/+15
* xt: fix build with --with-xtablesFlorian Westphal2018-12-291-3/+4
* doc: refer to meta protocol in icmp and icmpv6Pablo Neira Ayuso2018-12-291-2/+2
* src: remove deprecated code for export/import commandsPablo Neira Ayuso2018-12-277-125/+4
* src: Reject 'export vm json' commandPhil Sutter2018-12-213-11/+14
* xt: fix build when libxtables is not installedFlorian Westphal2018-12-041-0/+5
* parser: bail out on incorrect burst unitPablo Neira Ayuso2018-12-032-6/+11
* doc: nft: document ct countPablo Neira Ayuso2018-12-011-0/+8
* src: introduce simple hints on incorrect identifierPablo Neira Ayuso2018-12-013-2/+30
* src: introduce simple hints on incorrect objectPablo Neira Ayuso2018-12-013-3/+47
* misspell: add distance threshold for suggestionsPablo Neira Ayuso2018-11-301-3/+18
* src: provide suggestion for misspelled object namePablo Neira Ayuso2018-11-304-3/+127
* utils: remove type checks in min() and max()Pablo Neira Ayuso2018-11-301-11/+5
* tests: fix return codesArturo Borrero Gonzalez2018-11-283-3/+3