summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src: allow flowtable definitions with no devicesPablo Neira Ayuso2020-06-022-10/+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
* evaluate: Perform set evaluation on implicitly declared (anonymous) setsStefano Brivio2020-05-281-10/+10
* evaluate: enable reject with 802.1qMichael Braun2020-05-281-1/+1
* datatype: add frag-needed (ipv4) to reject optionsMichael Braun2020-05-281-0/+1
* src: remove empty filePablo Neira Ayuso2020-05-261-0/+0
* src: add CMD_OBJ_SETELEMSPablo Neira Ayuso2020-05-141-4/+19
* 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-145-15/+15
* 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-054-10/+13
* src: add rule_stmt_insert_at() and use itPablo Neira Ayuso2020-05-052-4/+12
* segtree: Fix get element command with prefixesPhil Sutter2020-05-041-0/+1
* 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
* datatype: fix double-free resulting in use-after-free in datatype_freeMichael Braun2020-05-012-1/+3
* main: fix ASAN -fsanitize=address error in get_optstring()Michael Braun2020-05-011-4/+4
* ct: Add support for the 'id' keyBrett Mastbergen2020-05-012-0/+3
* 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-302-3/+7
* evaluate: incorrect byteorder with typeof and integer_datatypePablo Neira Ayuso2020-04-291-1/+2
* mnl: restore --debug=netlink output with setsPablo Neira Ayuso2020-04-281-0/+5
* evaluate: fix crash when handling concatenation without mapPablo Neira Ayuso2020-04-281-0/+3
* src: add STMT_NAT_F_CONCAT flag and use itPablo Neira Ayuso2020-04-286-7/+7
* src: add netmap supportPablo Neira Ayuso2020-04-283-0/+23
* src: NAT support for intervals in mapsPablo Neira Ayuso2020-04-288-4/+243
* 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
* segtree: broken error reporting with mappingsPablo Neira Ayuso2020-04-111-5/+20
* concat: provide proper dtype when parsing typeof udataFlorian Westphal2020-04-011-5/+7
* 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-311-0/+1
* rule: add hook_specPablo Neira Ayuso2020-03-317-30/+32
* evaluate: display error if set statement is missingPablo Neira Ayuso2020-03-271-7/+15
* src: add support for flowtable counterPablo Neira Ayuso2020-03-264-0/+13