summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* meter: enforce presence of a max sizeFlorian Westphal2018-05-024-1/+13
* libnftables: fix header exportArturo Borrero Gonzalez2018-05-022-2/+2
* rule: do not hardcode ingress when printing flowtablePablo Neira Ayuso2018-04-261-1/+2
* evaluate: missing flowtable evaluation from nested notationPablo Neira Ayuso2018-04-261-0/+7
* src: fix --debug mnl not producing outputDuncan Roe2018-04-263-18/+18
* statement: Fix get_rate() for zero byte_ratePhil Sutter2018-04-241-0/+5
* rule: Free flowtable in handle_free()Phil Sutter2018-04-241-0/+1
* netlink: no EINTR handling from netlink_get_setelem()Pablo Neira Ayuso2018-04-241-11/+4
* src: centralize netlink error reportingPablo Neira Ayuso2018-04-243-39/+11
* src: simplify netlink_get_setelems() and rename it to netlink_list_setelems()Pablo Neira Ayuso2018-04-242-11/+7
* netlink: don't pass location to netlink_list_*() functionPablo Neira Ayuso2018-04-242-26/+15
* netlink: netlink_list_chains() callers always wants all existing chainsPablo Neira Ayuso2018-04-241-15/+1
* netlink: pass cmd object to netlink function callsPablo Neira Ayuso2018-04-242-118/+96
* netlink: remove dead netlink_io_error() callsPablo Neira Ayuso2018-04-201-58/+4
* mnl: remove non-batch netlink codePablo Neira Ayuso2018-04-201-133/+0
* evaluate: clear expression context before cmd evaluationFlorian Westphal2018-04-191-0/+2
* src: use ibrname and obrnamePablo Neira Ayuso2018-04-193-6/+6
* parser_bison: missing rules for IBRIDGENAME and OBRIDGENAMEPablo Neira Ayuso2018-04-191-0/+2
* evaluate: reset eval context when evaluating set definitionsFlorian Westphal2018-04-181-0/+1
* src: rename ibrportname, obrportnameFlorian Westphal2018-04-173-2/+17
* scanner: add helpers tokenFlorian Westphal2018-04-171-0/+1
* parser_bison: Pass struct nft_ctx to parser_init()Phil Sutter2018-04-142-12/+8
* libnftables: Keep cmds list outside of parser_statePhil Sutter2018-04-142-18/+26
* ct: Remove duplicate include of gmputil.hPhil Sutter2018-04-141-1/+0
* Review .gitignore files contentsPhil Sutter2018-04-141-4/+8
* segtree: Fix for last elem at interval endPhil Sutter2018-04-141-8/+12
* Review raw payload allocation pointsPhil Sutter2018-04-142-6/+1
* segtree: Fix memory leaksPhil Sutter2018-04-141-6/+21
* rule: Free table->objs in table_free()Phil Sutter2018-04-141-0/+3
* libnftables: Fix forgotten bit after introducing error_fpPhil Sutter2018-04-141-3/+0
* erec: Review erec_print()Phil Sutter2018-04-142-38/+43
* cli: Drop String termination workaroundPhil Sutter2018-04-111-9/+1
* libnftables: Simplify cookie integrationPhil Sutter2018-04-111-61/+34
* libnftables: Support buffering output and errorPhil Sutter2018-04-111-0/+137
* libnftables: Introduce nft_ctx_set_error()Phil Sutter2018-04-112-4/+14
* libnftables: Fix for input without trailing newlinePhil Sutter2018-04-113-5/+11
* ct: Fix output_fp bypass in ct_print()Phil Sutter2018-04-101-1/+1
* evaluate: use recursive call for SET_REF handlingFlorian Westphal2018-04-031-29/+1
* evaluate: handle EXPR_MAPPINGFlorian Westphal2018-04-031-0/+4
* evaluate: split binop xfer to separate functionFlorian Westphal2018-04-031-16/+31
* evaluate: move lhs fixup to a helperFlorian Westphal2018-04-031-19/+28
* netlink: floating point exception with concatenationsPablo Neira Ayuso2018-04-031-1/+1
* evaluate: propagate binop_transfer() adjustment to set key sizePablo Neira Ayuso2018-04-031-1/+2
* evaluate: do not inconditionally update cache from flush commandPablo Neira Ayuso2018-04-011-5/+15
* src: use mini-gmp 6.1.2 stable releasePablo Neira Ayuso2018-04-011-66/+52
* netlink_delinearize: kill dependency before eval of 'redirect' stmtFlorian Westphal2018-04-011-1/+3
* statement: print space before "{" in set addFlorian Westphal2018-04-011-1/+1
* src: Updates for mini-gmp.{c,h}Harsha Sharma2018-03-311-198/+238
* Revert "payload: don't remove icmp family dependency in special cases"Florian Westphal2018-03-281-9/+0
* proto: permit icmp-in-ipv6 and icmpv6-in-ipv4Florian Westphal2018-03-281-0/+2