summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* parser_bison: proper ct timeout list initializationPablo Neira Ayuso2020-04-161-2/+5
* src: Set NFT_SET_CONCAT flag for sets with concatenated rangesStefano Brivio2020-04-141-1/+8
* include: Resync nf_tables.h cache copyStefano Brivio2020-04-141-0/+2
* segtree: broken error reporting with mappingsPablo Neira Ayuso2020-04-112-5/+22
* doc: add hashing expressions descriptionLaura Garcia Liebana2020-04-011-0/+29
* concat: provide proper dtype when parsing typeof udataFlorian Westphal2020-04-013-5/+21
* build: Bump version to v0.9.4v0.9.4Pablo Neira Ayuso2020-04-011-3/+3
* netlink: Show the handles of unknown rules in "nft monitor trace"Luis Ressel2020-04-011-15/+27
* main: swap json and gmp fields in nft -VPablo Neira Ayuso2020-04-011-1/+1
* parser_bison: simplify error in chain type and hookPablo Neira Ayuso2020-03-311-3/+3
* evaluate: check for device in non-netdev chainsPablo Neira Ayuso2020-03-311-0/+3
* evaluate: improve error reporting in netdev ingress chainPablo Neira Ayuso2020-03-311-2/+9
* parser_bison: store location of basechain definitionPablo Neira Ayuso2020-03-312-7/+11
* rule: add hook_specPablo Neira Ayuso2020-03-318-34/+40
* evaluate: display error if set statement is missingPablo Neira Ayuso2020-03-271-7/+15
* src: add support for flowtable counterPablo Neira Ayuso2020-03-265-0/+14
* include: resync nf_tables.h cache copyPablo Neira Ayuso2020-03-261-0/+25
* tests: shell: Introduce test for insertion of overlapping and non-overlapping...Stefano Brivio2020-03-261-0/+66
* tests: py: update nat expressions payload to include proto flagsPablo Neira Ayuso2020-03-208-29/+29
* src: support for counter in set definitionPablo Neira Ayuso2020-03-206-0/+37
* evaluate: add range specified flag setting (missing NF_NAT_RANGE_PROTO_SPECIF...Pablo Neira Ayuso2020-03-191-0/+3
* src: support for restoring element countersPablo Neira Ayuso2020-03-184-2/+40
* netlink: remove unused parameter from netlink_gen_stmt_stateful()Pablo Neira Ayuso2020-03-181-23/+13
* tests/py: Move tcpopt.t to any/ directoryPhil Sutter2020-03-1013-1528/+649
* tests/py: Add tests involving concatenated rangesPhil Sutter2020-03-105-0/+77
* parser_json: Support ranges in concat expressionsPhil Sutter2020-03-101-22/+29
* tests/py: Fix JSON output for changed timezonePhil Sutter2020-03-101-1/+1
* main: use one data-structure to initialize getopt_long(3) arguments and help.Jeremy Sowden2020-03-101-113/+138
* main: interpolate default include path into help format-string.Jeremy Sowden2020-03-101-2/+2
* main: include '--reversedns' in help.Jeremy Sowden2020-03-101-1/+1
* main: include '-d' in help.Jeremy Sowden2020-03-101-20/+20
* parser_bison: fix rshift statement expression.Jeremy Sowden2020-03-091-1/+1
* main: remove duplicates from option string.Jeremy Sowden2020-03-051-1/+1
* main: add more information to `nft -V`.Jeremy Sowden2020-03-052-1/+54
* src: fix leaks.Jeremy Sowden2020-03-042-0/+3
* netlink_delinearize: set shift RHS byte-order.Jeremy Sowden2020-03-041-0/+1
* evaluate: no need to swap byte-order for values of fewer than 16 bits.Jeremy Sowden2020-03-042-5/+1
* evaluate: convert the byte-order of payload statement arguments.Jeremy Sowden2020-03-041-0/+5
* evaluate: don't evaluate payloads twice.Jeremy Sowden2020-03-042-0/+6
* evaluate: simplify calculation of payload size.Jeremy Sowden2020-03-041-2/+2
* evaluate: add separate variables for lshift and xor binops.Jeremy Sowden2020-03-041-17/+17
* src: support for offload chain flagPablo Neira Ayuso2020-03-035-0/+17
* tests: update nat_addr_port with typeof+concat mapsFlorian Westphal2020-02-262-0/+80
* expressions: concat: add typeof supportFlorian Westphal2020-02-261-0/+136
* evaluate: stmt_evaluate_nat_map() only if stmt->nat.ipportmap == truePablo Neira Ayuso2020-02-251-17/+11
* tests: shell: adjust tests to new nat concatenation syntaxPablo Neira Ayuso2020-02-242-16/+16
* src: nat concatenation support with anonymous mapsPablo Neira Ayuso2020-02-245-3/+32
* tests: nat: add and use maps with both address and serviceFlorian Westphal2020-02-242-0/+160
* src: allow nat maps containing both ip(6) address and portFlorian Westphal2020-02-244-1/+123
* evaluate: add two new helpersFlorian Westphal2020-02-241-29/+32