summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* src: add nft_run_cmd_*() functionsEric Leblond2017-08-241-22/+54
* src: add nft_ctx_new() and nft_ctx_free()Eric Leblond2017-08-241-25/+39
* mnl: fix error handling in mnl_batch_talkEric Leblond2017-08-242-3/+5
* parser: Fix for memleak when commands failPhil Sutter2017-08-241-0/+2
* scanner: Make use of yylex_init_extra()Phil Sutter2017-08-241-2/+1
* scanner: Fix for wrong parameter type of scanner_destroy()Phil Sutter2017-08-241-1/+1
* scanner: Fix for memleak due to unclosed file pointerPhil Sutter2017-08-243-8/+8
* src: Fix debug_proto_ctx()Phil Sutter2017-08-241-1/+1
* src: Initialize struct stmt in _match and _target functions.Varsha Rao2017-08-241-0/+2
* parser: fix typoPablo M. Bermudo Garay2017-08-241-37/+37
* src: add debugging mask to context structurePablo Neira Ayuso2017-08-2312-101/+130
* mnl: pass struct netlink_ctx to mnl_nft_socket_sendmsg()Pablo Neira Ayuso2017-08-231-7/+6
* src: add struct mnl_ctxPablo Neira Ayuso2017-08-231-38/+89
* src: remove ifdef DEBUG pollutionPablo Neira Ayuso2017-08-237-46/+1
* src: add maximum number of parser errors to struct nft_ctxPablo Neira Ayuso2017-08-232-4/+4
* src: add include_paths to struct nft_ctxPablo Neira Ayuso2017-08-233-13/+19
* src: Keep cache in struct nft_ctxPhil Sutter2017-08-232-21/+17
* rt: add path mtu supportFlorian Westphal2017-08-222-0/+6
* src: add tcp options set supportFlorian Westphal2017-08-225-3/+92
* src: mnl: Remove unused functions.Varsha Rao2017-08-171-94/+0
* src: netlink: Remove unused functions.Varsha Rao2017-08-171-104/+0
* src: cli: Remove cli_display() function.Varsha Rao2017-08-171-26/+0
* src: gmputil: Remove mpz_get_be64() function.Varsha Rao2017-08-171-5/+0
* src: Remove xt_stmt_() functions.Varsha Rao2017-08-172-97/+0
* evaluate: shift immediate value when adjusting size for csum fixupFlorian Westphal2017-08-171-11/+14
* src: make netlink sequence number non-staticPablo Neira Ayuso2017-08-154-118/+136
* echo: Fix for added delays in rule updatesPhil Sutter2017-08-153-12/+31
* netlink: Fix segfault when using --echo flagPhil Sutter2017-08-151-1/+3
* mnl: Drop --echo support for non-batch callsPhil Sutter2017-08-151-22/+1
* src: introduce struct nft_cacheVarsha Rao2017-08-147-107/+129
* Implement --echo optionPhil Sutter2017-08-145-7/+65
* netlink: Pass nlmsg flags from rule.cPhil Sutter2017-08-142-47/+43
* src: netlink: Subscribe nft monitor and nft monitor trace to respective groups.Varsha Rao2017-08-021-16/+20
* src: handle rule tracing as an monitor objectPablo Neira Ayuso2017-08-023-27/+7
* mnl: Consolidate mnl_batch_talk() parametersPhil Sutter2017-08-022-4/+4
* src: nft monitor rulesetVarsha Rao2017-07-312-0/+33
* monitor: Fix printing of set declarationsPhil Sutter2017-07-271-4/+4
* monitor: Print NEWGEN eventsPhil Sutter2017-07-241-0/+42
* monitor: Fix printing of range elements in named setsArturo Borrero Gonzalez2017-07-191-0/+68
* segtree: Introduce flag for half-open range elementsPhil Sutter2017-07-192-21/+39
* src: netlink: Remove variable nf_mon_sock.Varsha Rao2017-07-193-28/+38
* src: Allow passing the parent set to set_expr_alloc()Phil Sutter2017-07-175-11/+17
* segtree: Fix expr_value_cmp()Phil Sutter2017-07-171-4/+6
* monitor: add debug messagesArturo Borrero Gonzalez2017-07-172-0/+46
* cli: fix heap buffer overflowEric Leblond2017-07-171-0/+4
* scanner: free filename when destroying scannerEric Leblond2017-07-172-2/+14
* evaluate: fix build with clangEric Leblond2017-07-171-2/+1
* parser: error if needed at EOFEric Leblond2017-07-171-0/+2
* parser: fix bison warningsEric Leblond2017-07-171-1/+2
* parser: fix memory leak in set creationEric Leblond2017-07-171-0/+2