summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* src: missing destroy function in statement definitionsPablo Neira Ayuso2019-04-056-0/+54
* parser_bison: type_identifier string memleakPablo Neira Ayuso2019-04-051-1/+1
* ct: use nft_print() instead of printf()Pablo Neira Ayuso2019-04-051-1/+1
* evaluate: improve error reporting in tproxy with inet familyPablo Neira Ayuso2019-04-041-2/+5
* parser_bison: missing tproxy syntax with port only for inet familyPablo Neira Ayuso2019-04-047-4/+52
* doc: Add minimal description of (v)map statementsPhil Sutter2019-04-031-0/+34
* parser_json: Rewrite echo supportPhil Sutter2019-04-033-249/+243
* evaluate: skip binary transfer for named setsPablo Neira Ayuso2019-03-261-0/+3
* src: use 'flow add' syntaxPablo Neira Ayuso2019-03-207-9/+13
* build: missing misspell.h in Makefile.amPablo Neira Ayuso2019-03-201-0/+1
* configure.ac: Clean up AC_ARG_{WITH, ENABLE} invocations, s/==/=/Luis Ressel2019-03-181-19/+15
* configure.ac: Fix a2x checkLuis Ressel2019-03-181-6/+3
* 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