summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* src: add nft_ctx_output_{get,set}_handle() to nft_ctx_output_{get,set}_flagsPablo Neira Ayuso2018-10-297-40/+25
* src: add nft_ctx_output_{get,set}_stateless() to nft_ctx_output_{get,flags}_f...Pablo Neira Ayuso2018-10-299-44/+34
* src: Revert --literal, add -S/--servicePablo Neira Ayuso2018-10-299-61/+77
* nft.8: Document log level auditPhil Sutter2018-10-291-4/+14
* JSON: Add support for echo optionPhil Sutter2018-10-297-18/+512
* tests/shell: Add testcase for cache update problemsPhil Sutter2018-10-291-0/+29
* evaluate: stmt_evaluate_map() needs right hand side evaluation tooPablo Neira Ayuso2018-10-251-0/+8
* evaluate: do not pass EXPR_SET_ELEM to stmt_evaluate_arg() for set/map evalua...Pablo Neira Ayuso2018-10-251-2/+2
* json: Work around segfault when encountering xt stmtPhil Sutter2018-10-242-0/+13
* netlink: remove netlink_batch_send()Pablo Neira Ayuso2018-10-243-8/+1
* mnl: remove alloc_nftnl_flowtable()Pablo Neira Ayuso2018-10-245-88/+62
* mnl: Improve error checking in mnl_nft_event_listener()Phil Sutter2018-10-241-2/+5
* json: Fix for recent changes to context structsPhil Sutter2018-10-242-37/+37
* 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