summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* tests: ip6: fix 'missing payload' errorFlorian Westphal2018-04-011-1/+1
* nft-test: check start of rule with sets tooFlorian Westphal2018-04-011-0/+4
* tests: ct, meta: fixes for upcoming nft-test.py fixFlorian Westphal2018-04-013-28/+28
* tests: mh: fix expected test outputFlorian Westphal2018-04-011-1/+1
* tests: redirect: fix tests for upcoming nft-test.py fixFlorian Westphal2018-04-017-11/+11
* 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-312-199/+245
* 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-285-7/+49
* payload: don't remove icmp family dependency in special casesFlorian Westphal2018-03-271-0/+9