summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tests: Introduce test for set with concatenated rangesStefano Brivio2020-02-191-0/+180
* src: improve error reporting when remove rulesPablo Neira Ayuso2020-02-192-13/+25
* 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-193-23/+39
* src: combine extended netlink error reporting with mispelling supportPablo Neira Ayuso2020-02-193-21/+162
* src: initial extended netlink error reportingPablo Neira Ayuso2020-02-199-56/+218
* parser: incorrect handle locationPablo Neira Ayuso2020-02-171-6/+6
* scanner: use list_is_first() from scanner_pop_indesc()Pablo Neira Ayuso2020-02-132-1/+12
* src: maps: update data expression dtype based on setFlorian Westphal2020-02-133-0/+50
* tests: shell: validate error reporting with include and globPablo Neira Ayuso2020-02-132-0/+97
* tests: shell: add test for glob includesLaurent Fasnacht2020-02-131-0/+39
* scanner: remove parser_state->indesc_idxLaurent Fasnacht2020-02-132-7/+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-132-6/+16
* scanner: remove parser_state->indescs static arrayLaurent Fasnacht2020-02-132-7/+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-112-10/+11
* scanner: Extend asteriskstring definitionPhil Sutter2020-02-101-1/+1
* doc: nft.8: Mention wildcard interface matchingPhil Sutter2020-02-101-0/+7
* doc: nft.8: Describe element commands in their own sectionPhil Sutter2020-02-071-3/+37
* src: compute mnemonic port name much easierJan Engelhardt2020-02-072-41/+11
* tests: py: add bit-shift tests.Jeremy Sowden2020-02-076-0/+79
* tests: py: add missing JSON output.Jeremy Sowden2020-02-073-0/+93
* tests: shell: add bit-shift tests.Jeremy Sowden2020-02-074-0/+34
* 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-077-38/+229
* src: Add support for NFTNL_SET_DESC_CONCATStefano Brivio2020-02-076-5/+37
* include: resync nf_tables.h cache copyStefano Brivio2020-02-071-0/+17
* tests: py: Support testing host binariesPhil Sutter2020-02-071-4/+18
* tests: monitor: Support testing host's nft binaryPhil Sutter2020-02-071-0/+4
* tests: json_echo: Support testing host binariesPhil Sutter2020-02-071-4/+19
* tests: json_echo: Fix for Python3Phil Sutter2020-02-071-1/+1
* netlink: add support for handling shift expressions.Jeremy Sowden2020-01-282-17/+120
* include: update nf_tables.h.Jeremy Sowden2020-01-281-0/+23
* netlink_delinearize: remove commented out pr_debug statement.Jeremy Sowden2020-01-281-2/+0
* netlink_delinearize: fix typo.Jeremy Sowden2020-01-281-1/+1
* src: white-space fixes.Jeremy Sowden2020-01-283-8/+7
* Update gitignore.Jeremy Sowden2020-01-281-0/+9
* include: nf_tables: correct bitwise header comment.Jeremy Sowden2020-01-221-3/+4
* tests: shell: update list of rmmod modulesPablo Neira Ayuso2020-01-221-2/+2
* tests: shell: set lookup and set updatePablo Neira Ayuso2020-01-221-0/+21
* netlink: Avoid potential NULL-pointer deref in netlink_gen_payload_stmt()Phil Sutter2020-01-221-1/+1
* netlink: Fix leaks in netlink_parse_cmp()Phil Sutter2020-01-221-6/+13
* netlink: Fix leak in unterminated string deserializerPhil Sutter2020-01-221-2/+4
* evaluate: better error notice when interval flag is not set onPablo Neira Ayuso2020-01-161-5/+2