summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* files: Install sample scripts from files/examplesPhil Sutter2019-11-193-0/+6
* tests: shell: set reference from variable definitionPablo Neira Ayuso2019-11-181-0/+21
* parser_bison: Avoid set references in odd placesPhil Sutter2019-11-181-14/+17
* tests: add stateful object update operation testFernando Fernandez Mancera2019-11-161-0/+25
* cache: Reduce caching for get commandPhil Sutter2019-11-151-0/+17
* segtree: Fix get element for little endian rangesPhil Sutter2019-11-152-5/+50
* segtree: Check ranges when deleting elementsPhil Sutter2019-11-142-11/+47
* meta: Rewrite hour_type_print()Phil Sutter2019-11-121-30/+19
* libnftables: Store top_scope in struct nft_ctxPhil Sutter2019-11-077-7/+50
* doc: Drop incorrect requirement for nft configsPhil Sutter2019-11-061-2/+1
* src: add and use `set_is_meter` helperJeremy Sowden2019-11-066-18/+47
* src: flowtable: add support for delete command by handleEric Jallot2019-11-069-12/+69
* doc: fix missing family in plural forms list command.Eric Jallot2019-10-311-6/+7
* src: flowtable: add support for named flowtable listingEric Jallot2019-10-3110-19/+157
* mnl: Replace use of untyped nftnl data settersPhil Sutter2019-10-301-6/+10
* 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