summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* json: Fix osf ttl supportPhil Sutter2018-10-244-8/+83
* include: Fix comment for struct eval_ctxPhil Sutter2018-10-241-1/+1
* mnl: use either name or handle to refer to objectsPablo Neira Ayuso2018-10-231-4/+5
* mnl: remove alloc_nftnl_obj()Pablo Neira Ayuso2018-10-235-140/+101
* src: move socket open and reopen to mnl.cPablo Neira Ayuso2018-10-236-33/+27
* doc: osf: add ttl option to man pageFernando Fernandez Mancera2018-10-231-4/+16
* osf: add ttl option supportFernando Fernandez Mancera2018-10-2312-11/+133
* netlink: reset mnl_socket field in struct nft_ctx on EINTRPablo Neira Ayuso2018-10-223-5/+4
* src: pass struct nft_ctx through struct netlink_ctxPablo Neira Ayuso2018-10-2210-195/+156
* src: pass struct nft_ctx through struct eval_ctxPablo Neira Ayuso2018-10-223-75/+69
* tests: shell: Extend get element testPhil Sutter2018-10-221-0/+7
* doc: Document ct timeout supportHarsha Sharma2018-10-182-5/+106
* evaluate: bogus bail out with raw expression from dynamic setsPablo Neira Ayuso2018-10-172-1/+17
* src: remove opts field from struct xt_stmtPablo Neira Ayuso2018-10-173-8/+2
* src: add support for setting secmarkChristian Göttsche2018-10-1510-6/+187
* json: Fix memleak in dup_stmt_json()Phil Sutter2018-10-151-1/+1
* parser_json: Fix for ineffective family value checksPhil Sutter2018-10-151-99/+70
* libnftables: Fix memleak in nft_parse_bison_filename()Phil Sutter2018-10-151-4/+3
* Fix memleak in netlink_parse_fwd() error pathPhil Sutter2018-10-151-5/+8
* tests: monitor: Test JSON output as wellPhil Sutter2018-10-158-11/+117
* monitor: Use libnftables JSON outputPhil Sutter2018-10-154-140/+251
* monitor: Fix printing of ct objectsPhil Sutter2018-10-156-25/+63
* monitor: Drop 'update table' and 'update chain' casesPhil Sutter2018-10-151-8/+2
* monitor: Drop fake XML supportPhil Sutter2018-10-151-6/+0
* json: Add ct timeout supportPhil Sutter2018-10-153-1/+117
* json: Drop unused symbolic_constant_json() stubPhil Sutter2018-10-151-6/+0
* tests/py: Add missing JSON bits for inet/meta.tPhil Sutter2018-10-152-3/+20
* segtree: set proper error cause on existing elementsPablo Neira Ayuso2018-10-101-0/+2
* segtree: incorrect handling of last element in get_set_decompose()Pablo Neira Ayuso2018-10-101-1/+1
* src: remove netlink_flush_chain()Pablo Neira Ayuso2018-10-103-8/+1
* src: remove netlink_flush_table()Pablo Neira Ayuso2018-10-103-12/+1
* mnl: remove alloc_nftnl_set()Pablo Neira Ayuso2018-10-105-210/+209
* mnl: remove alloc_nftnl_rule()Pablo Neira Ayuso2018-10-105-110/+84
* mnl: remove alloc_nftnl_chain()Pablo Neira Ayuso2018-10-045-107/+96
* mnl: remove alloc_nftnl_table()Pablo Neira Ayuso2018-10-045-85/+52
* src: get rid of netlink_genid_get()Pablo Neira Ayuso2018-10-043-8/+3
* netlink: remove markup json parsing codePablo Neira Ayuso2018-10-042-327/+2
* parser_bison: Fix for ECN keyword in LHS of relationalPhil Sutter2018-10-045-9/+54
* segtree: stop iteration on existing elements in case range is foundPablo Neira Ayuso2018-10-031-4/+6
* rule: fix memleak in do_get_setelems()Pablo Neira Ayuso2018-10-031-5/+3
* segtree: memleak in get_set_decompose()Pablo Neira Ayuso2018-10-031-0/+2
* segtree: disantangle get_set_interval_end()Pablo Neira Ayuso2018-10-031-15/+22
* segtree: bogus range via get set element on existing elementsPablo Neira Ayuso2018-10-033-5/+50
* tests: shell: Test 'get element' commandPhil Sutter2018-10-031-0/+37
* include: add missing xfrm.h to Makefile.amFernando Fernandez Mancera2018-09-301-0/+1
* tests: shell: Improve performance of 0021prio_0Phil Sutter2018-09-261-7/+17
* tests: shell: Improve gen_chains() in 0021prio_0Phil Sutter2018-09-261-11/+4
* tests: shell: Drop one-time use variables in 0021prio_0Phil Sutter2018-09-261-30/+15
* tests: shell: Fix indenting in 0021prio_0Phil Sutter2018-09-261-34/+33
* parser_bison: Fix for chain prio name 'out'Phil Sutter2018-09-261-3/+12