summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* payload: don't remove icmp family dependency in special casesFlorian Westphal2018-03-271-0/+9
* src: avoid errouneous assert with map+concatFlorian Westphal2018-03-271-0/+8
* Export libnftables (again)Phil Sutter2018-03-212-3/+2
* flowtable: Make parsing a little more robustPhil Sutter2018-03-202-1/+7
* Support 'nft -f -' to read from stdinPhil Sutter2018-03-201-0/+3
* rule: reset cache iff there is an existing cachePablo Neira Ayuso2018-03-191-1/+3
* Combine redir and masq statements into natPhil Sutter2018-03-175-240/+79
* src: evaluate: add preliminary binop transfer support for vmapsFlorian Westphal2018-03-171-1/+12
* evaluate: handle binop adjustment recursivelyFlorian Westphal2018-03-171-21/+32
* src: segtree: use value expression lengthFlorian Westphal2018-03-171-1/+1
* src: netlink_delinearize: don't assume element contains a valueFlorian Westphal2018-03-171-1/+1
* src: fix routing header supportFlorian Westphal2018-03-171-22/+33
* src: revisit syntax to update sets and maps from packet pathPablo Neira Ayuso2018-03-162-7/+16
* netlink: Fold netlink_gen_cmp() into netlink_gen_relational()Phil Sutter2018-03-161-65/+53
* relational: Eliminate meta OPsPhil Sutter2018-03-166-125/+53
* Revert "src: update dynamic set updates from packet path syntax"Pablo Neira Ayuso2018-03-162-9/+2
* src: update dynamic set updates from packet path syntaxPablo Neira Ayuso2018-03-152-2/+9
* src: support of dynamic map addition and update of elementsLaura Garcia Liebana2018-03-155-2/+91