summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: Bump version to v0.8.4v0.8.4Florian Westphal2018-05-011-1/+1
* 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-264-19/+19
* doc: reword insert position, this expects rule handle to insert, not a relati...Florian Westphal2018-04-241-3/+3
* 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-243-13/+9
* netlink: remove unused function declarationsPablo Neira Ayuso2018-04-241-4/+0
* netlink: don't pass location to netlink_list_*() functionPablo Neira Ayuso2018-04-243-38/+21
* 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-243-163/+129
* netlink: remove dead netlink_io_error() callsPablo Neira Ayuso2018-04-201-58/+4
* mnl: remove non-batch netlink codePablo Neira Ayuso2018-04-202-149/+0
* evaluate: clear expression context before cmd evaluationFlorian Westphal2018-04-192-0/+11
* src: use ibrname and obrnamePablo Neira Ayuso2018-04-198-18/+18
* parser_bison: missing rules for IBRIDGENAME and OBRIDGENAMEPablo Neira Ayuso2018-04-191-0/+2
* expression: fix constant expression allocation on big endian with partial bytesSabrina Dubroca2018-04-191-1/+1
* evaluate: reset eval context when evaluating set definitionsFlorian Westphal2018-04-183-0/+18
* src: rename ibrportname, obrportnameFlorian Westphal2018-04-178-6/+42
* scanner: add helpers tokenFlorian Westphal2018-04-171-0/+1
* parser_bison: Pass struct nft_ctx to parser_init()Phil Sutter2018-04-143-16/+10
* libnftables: Keep cmds list outside of parser_statePhil Sutter2018-04-143-20/+29
* ct: Remove duplicate include of gmputil.hPhil Sutter2018-04-141-1/+0
* Review .gitignore files contentsPhil Sutter2018-04-142-19/+8
* tests/py: Fix differences printing for rules with setsPhil Sutter2018-04-141-2/+2
* tests/py: rt.t: Drop needless rule outputPhil Sutter2018-04-141-1/+1
* segtree: Fix for last elem at interval endPhil Sutter2018-04-142-11/+15
* 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-143-42/+44
* cli: Drop String termination workaroundPhil Sutter2018-04-111-9/+1
* tests: py: remove object ID from payload filePablo Neira Ayuso2018-04-111-4/+4
* tests/py: Allow passing multiple files to nft-test.pyPhil Sutter2018-04-111-5/+6
* tests/py: Review print statements in nft-test.pyPhil Sutter2018-04-111-41/+39
* tests/py: Use libnftables instead of calling nft binaryPhil Sutter2018-04-1119-120/+339
* libnftables: Simplify cookie integrationPhil Sutter2018-04-112-66/+44
* libnftables: Support buffering output and errorPhil Sutter2018-04-113-0/+153
* libnftables: Introduce nft_ctx_set_error()Phil Sutter2018-04-114-4/+17
* 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
* configure: don't enable xtables when --without-xtables is passedFlorian Westphal2018-04-041-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