summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: Bump version to v0.9.6v0.9.6Pablo Neira Ayuso2020-06-151-2/+2
* tests: shell: rename testcases/map/dump/0009vmap_0dump.nftPablo Neira Ayuso2020-06-141-1/+1
* main: fix build with gcc <= 4.8Fabrice Fontaine2020-06-081-1/+3
* cmd: add misspelling suggestions for rule commandsPablo Neira Ayuso2020-06-081-0/+38
* meta: fix asan runtime error in tc handlePablo Neira Ayuso2020-06-081-1/+1
* segtree: fix asan runtime errorPablo Neira Ayuso2020-06-081-2/+2
* netlink: release dummy rule object from netlink_parse_set_expr()Pablo Neira Ayuso2020-06-083-1/+38
* evaluate: remove superfluous check in set_evaluate()Pablo Neira Ayuso2020-06-071-5/+0
* evaluate: missing datatype definition in implicit_set_declaration()Pablo Neira Ayuso2020-06-073-10/+44
* build: Bump version to v0.9.5v0.9.5Pablo Neira Ayuso2020-06-061-4/+4
* src: allow flowtable definitions with no devicesPablo Neira Ayuso2020-06-023-13/+14
* src: delete devices to an existing flowtablePablo Neira Ayuso2020-06-022-0/+18
* src: add devices to an existing flowtablePablo Neira Ayuso2020-06-022-16/+21
* mnl: add function to convert flowtable device list to arrayPablo Neira Ayuso2020-06-021-20/+34
* tests: py: Enable anonymous set rule with concatenated ranges in inet/sets.tStefano Brivio2020-05-284-1/+41
* evaluate: Perform set evaluation on implicitly declared (anonymous) setsStefano Brivio2020-05-281-10/+10
* evaluate: enable reject with 802.1qMichael Braun2020-05-283-6/+24
* datatype: add frag-needed (ipv4) to reject optionsMichael Braun2020-05-284-3/+6
* src: remove empty filePablo Neira Ayuso2020-05-261-0/+0
* tests: py: Actually use all available hooks in bridge/chains.tStefano Brivio2020-05-251-2/+2
* build: Fix doc build, restore A2X assignment for doc/MakefileStefano Brivio2020-05-251-2/+2
* build: fix tentative generation of nft.8 after disabled docLaura Garcia Liebana2020-05-181-1/+1
* src: add CMD_OBJ_SETELEMSPablo Neira Ayuso2020-05-142-4/+21
* libnftables: call nft_cmd_expand() only with CMD_ADDPablo Neira Ayuso2020-05-141-1/+5
* src: rename CMD_OBJ_SETELEM to CMD_OBJ_ELEMENTSPablo Neira Ayuso2020-05-146-17/+17
* mnl: fix error rule reporting with missing table/chain and anonymous setsPablo Neira Ayuso2020-05-141-0/+1
* JSON: Improve performance of json_events_cb()Phil Sutter2020-05-141-3/+6
* evaluate: fix memleak in stmt_evaluate_reject_icmp()Pablo Neira Ayuso2020-05-061-0/+2
* src: fix netlink_get_setelem() memleaksPablo Neira Ayuso2020-05-062-1/+5
* src: ct_timeout: release policy string and state listPablo Neira Ayuso2020-05-052-0/+2
* parser_bison: release helper type string after parsingPablo Neira Ayuso2020-05-051-0/+1
* parser_bison: release extended priority string after parsingPablo Neira Ayuso2020-05-051-0/+1
* src: add rule_stmt_append() and use itPablo Neira Ayuso2020-05-055-10/+14
* src: add rule_stmt_insert_at() and use itPablo Neira Ayuso2020-05-053-4/+15
* segtree: Fix get element command with prefixesPhil Sutter2020-05-042-18/+45
* segtree: Merge get_set_interval_find() and get_set_interval_end()Phil Sutter2020-05-041-47/+16
* segtree: Use expr_clone in get_set_interval_*()Phil Sutter2020-05-041-6/+2
* segtree: Fix missing expires value in prefixesPhil Sutter2020-05-041-1/+1
* main: fix get_optstring truncating outputMichael Braun2020-05-021-1/+3
* tests: dump generated use new nft toolMichael Braun2020-05-011-1/+1
* datatype: fix double-free resulting in use-after-free in datatype_freeMichael Braun2020-05-012-1/+3
* utils: fix UBSAN warning in flsMichael Braun2020-05-011-1/+1
* main: fix ASAN -fsanitize=address error in get_optstring()Michael Braun2020-05-011-4/+4
* ct: Add support for the 'id' keyBrett Mastbergen2020-05-015-1/+14
* rule: fix element cache update in __do_add_setelems()Pablo Neira Ayuso2020-04-301-1/+1
* rule: memleak in __do_add_setelems()Pablo Neira Ayuso2020-04-301-1/+2
* nat: transform range to prefix expression when possiblePablo Neira Ayuso2020-04-304-5/+10
* evaluate: incorrect byteorder with typeof and integer_datatypePablo Neira Ayuso2020-04-293-1/+12
* tests: shell: add NAT mappings testsPablo Neira Ayuso2020-04-284-0/+53
* tests: py: remove range test with service namesPablo Neira Ayuso2020-04-281-1/+0