summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* parser_bison: string memleak in YYERROR pathPablo Neira Ayuso2021-06-231-0/+3
* libnftables: fix memleak when first message in batch is used to report errorPablo Neira Ayuso2021-06-231-0/+6
* evaluate: fix maps with key and data concatenationsPablo Neira Ayuso2021-06-233-6/+74
* src: queue: allow use of MAP statement for queue number retrievalFlorian Westphal2021-06-215-2/+49
* tests: extend queue testcases for new sreg supportFlorian Westphal2021-06-213-0/+82
* src: queue: allow use of arbitrary queue expressionsFlorian Westphal2021-06-216-25/+93
* parser: new queue flag input formatFlorian Westphal2021-06-214-11/+19
* parser: add queue_stmt_compatFlorian Westphal2021-06-211-8/+11
* src: add queue expr and flags to queue_stmt_allocFlorian Westphal2021-06-215-22/+25
* parser: restrict queue num expressivenessFlorian Westphal2021-06-211-1/+7
* evaluate: fix hash expression maxvalFlorian Westphal2021-06-181-2/+6
* rule: memleak of list of timeout policiesPablo Neira Ayuso2021-06-182-0/+9
* parser_bison: memleak in osf flagsPablo Neira Ayuso2021-06-181-0/+2
* netlink_delinearize: memleak when listing ct event rulePablo Neira Ayuso2021-06-181-4/+7
* segtree: memleak in error path of the set to segtree conversionPablo Neira Ayuso2021-06-182-3/+15
* netlink_delinearize: memleak in string netlink postprocessingPablo Neira Ayuso2021-06-181-0/+2
* evaluate: memleak in binary operation transfer to RHSPablo Neira Ayuso2021-06-181-2/+0
* evaluate: unbreak verdict maps with implicit map with interval concatenationsPablo Neira Ayuso2021-06-187-0/+100
* evaluate: do not skip mapping elementsPablo Neira Ayuso2021-06-181-7/+19
* tests: add a icmp-reply only and icmpv6 id test casesFlorian Westphal2021-06-176-0/+123
* payload: do not remove icmp echo dependencyFlorian Westphal2021-06-171-24/+37
* netlink_delinearize: add missing icmp id/sequence supportFlorian Westphal2021-06-171-3/+65
* tests: shell: cover split chain reference across tablesPablo Neira Ayuso2021-06-142-0/+26
* tests: shell: extend connlimit testPablo Neira Ayuso2021-06-141-0/+12
* src: replace opencoded NFT_SET_ANONYMOUS set flag check by set_is_anonymous()Pablo Neira Ayuso2021-06-144-4/+4
* src: add xzalloc_array() and use it to allocate the expression hashtablePablo Neira Ayuso2021-06-143-1/+12
* evaluate: add set to cache oncePablo Neira Ayuso2021-06-141-3/+0
* json: tests: add missing concat test caseFlorian Westphal2021-06-141-0/+39
* json: tests: fix vlan.t cfi test caseFlorian Westphal2021-06-141-1/+29
* rule: Fix for potential off-by-one in cmd_add_loc()Phil Sutter2021-06-141-1/+1
* netlink_delinearize: Fix suspicious calloc() callPhil Sutter2021-06-141-3/+2
* netlink: Avoid memleak in error path of netlink_delinearize_obj()Phil Sutter2021-06-141-0/+1
* netlink: Avoid memleak in error path of netlink_delinearize_table()Phil Sutter2021-06-141-0/+1
* netlink: Avoid memleak in error path of netlink_delinearize_chain()Phil Sutter2021-06-141-0/+1
* netlink: Avoid memleak in error path of netlink_delinearize_set()Phil Sutter2021-06-141-2/+2
* json: Drop pointless assignment in exthdr_expr_json()Phil Sutter2021-06-141-1/+0
* evaluate: Mark fall through case in str2hooknum()Phil Sutter2021-06-141-0/+1
* parser_json: Fix for memleak in tcp option error pathPhil Sutter2021-06-141-3/+3
* parser_bison: Fix for implicit declaration of isalnumPhil Sutter2021-06-141-0/+1
* evaluate: restore interval + concatenation in anonymous setPablo Neira Ayuso2021-06-116-8/+53
* src: add vlan deiPablo Neira Ayuso2021-06-119-41/+71
* doc: add LISTING sectionFlorian Westphal2021-06-091-0/+11
* src: add support for base hook dumpingFlorian Westphal2021-06-099-4/+457
* scanner: add list cmd parser scopeFlorian Westphal2021-06-093-7/+12
* segtree: Fix segfault when restoring a huge interval setPhil Sutter2021-06-091-4/+6
* json: Print warnings to stderr rather than stdoutKerin Millar2021-06-091-3/+5
* netlink: quick sort array of devicesPablo Neira Ayuso2021-06-081-0/+18
* cmd: check for table mismatch first in error reportingPablo Neira Ayuso2021-06-081-14/+57
* rule: rework CMD_OBJ_SETELEMS logicPablo Neira Ayuso2021-06-072-19/+40
* tests: add test case for removal of anon sets with only a single elementFlorian Westphal2021-06-074-1/+64