summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-041-1/+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-041-0/+5
* 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-034-0/+16
* 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
* src: nat concatenation support with anonymous mapsPablo Neira Ayuso2020-02-245-3/+32
* src: allow nat maps containing both ip(6) address and portFlorian Westphal2020-02-243-1/+122
* evaluate: add two new helpersFlorian Westphal2020-02-241-29/+32
* netlink: handle concatenations on set elements mappingsFlorian Westphal2020-02-241-0/+7
* evaluate: process concat expressions when used as mapped-to exprFlorian Westphal2020-02-241-0/+4
* expression: use common code for expr_ops/expr_ops_by_typeFlorian Westphal2020-02-231-20/+15
* evaluate: print correct statement name on family mismatchFlorian Westphal2020-02-221-2/+3
* mnl: do not use expr->identifier to fetch device namePablo Neira Ayuso2020-02-192-7/+32
* parser_bison: memleak in device parserPablo Neira Ayuso2020-02-191-0/+1
* src: improve error reporting when remove rulesPablo Neira Ayuso2020-02-191-11/+23
* src: improve error reporting when setting policy on non-base chainPablo Neira Ayuso2020-02-192-6/+9
* mnl: extended error support for create commandPablo Neira Ayuso2020-02-192-18/+34
* src: combine extended netlink error reporting with mispelling supportPablo Neira Ayuso2020-02-192-21/+161
* src: initial extended netlink error reportingPablo Neira Ayuso2020-02-195-50/+175
* parser: incorrect handle locationPablo Neira Ayuso2020-02-171-6/+6
* scanner: use list_is_first() from scanner_pop_indesc()Pablo Neira Ayuso2020-02-131-1/+1
* src: maps: update data expression dtype based on setFlorian Westphal2020-02-131-0/+1
* scanner: remove parser_state->indesc_idxLaurent Fasnacht2020-02-131-6/+0
* scanner: fix indesc_list stack to be in the correct orderLaurent Fasnacht2020-02-131-1/+5
* Inclusion depth was computed incorrectly for glob includes.Laurent Fasnacht2020-02-131-6/+14
* scanner: remove parser_state->indescs static arrayLaurent Fasnacht2020-02-131-6/+7
* scanner: move indesc list append in scanner_push_indescLaurent Fasnacht2020-02-111-9/+7
* scanner: move the file descriptor to be in the input_descriptor structureLaurent Fasnacht2020-02-111-9/+9
* scanner: Extend asteriskstring definitionPhil Sutter2020-02-101-1/+1
* src: compute mnemonic port name much easierJan Engelhardt2020-02-072-41/+11
* evaluate: change shift byte-order to host-endian.Jeremy Sowden2020-02-071-1/+1
* evaluate: correct variable name.Jeremy Sowden2020-02-071-6/+6
* parser: add parenthesized statement expressions.Jeremy Sowden2020-02-071-12/+13
* src: Add support for concatenated set rangesStefano Brivio2020-02-075-38/+223
* src: Add support for NFTNL_SET_DESC_CONCATStefano Brivio2020-02-074-4/+30
* netlink: add support for handling shift expressions.Jeremy Sowden2020-01-282-17/+120
* netlink_delinearize: remove commented out pr_debug statement.Jeremy Sowden2020-01-281-2/+0
* netlink_delinearize: fix typo.Jeremy Sowden2020-01-281-1/+1