summaryrefslogtreecommitdiff
path: root/mesh/mesh-io-generic.c
Commit message (Expand)AuthorAgeFilesLines
* mesh: Update the behavior of --io optionInga Stotland2023-05-121-0/+3
* mesh: Tighten IO and fix out-of-bounds array accessInga Stotland2023-04-031-60/+10
* mesh: Add new kernel MGMT based IO transportBrian Gix2022-09-261-36/+11
* mesh: Fix bug where bluetooth-meshd stops sendingJonas Maes2022-06-211-11/+8
* mesh: Fix address overrun error in rx filterInga Stotland2022-03-261-9/+19
* mesh: Fix race condition memory leakBrian Gix2021-05-191-0/+2
* mesh: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-10/+1
* mesh: Add random address to mesh HCI initDaan Pape2020-08-221-0/+9
* mesh: fix double-free of outbound tx dataBrian Gix2020-08-141-21/+31
* mesh: Add guard against wedging outbound queueBrian Gix2020-07-291-0/+8
* mesh: Fix memory leak when queuing OB pkts rapidlyBrian Gix2020-06-221-10/+14
* mesh: Debug output clean upInga Stotland2020-06-011-2/+1
* mesh: Fix segfault caused by re-enabling of HCI controllerInga Stotland2020-05-171-56/+79
* mesh: rework incoming advertisement filteringBrian Gix2020-02-261-63/+87
* mesh: Fix io inititalization sequenceInga Stotland2019-11-151-12/+36
* mesh: Show error message when io initialization failsMichał Lowas-Rzechonek2019-08-281-1/+4
* mesh: Fix double free of a pointer in mesh-io-genericInga Stotland2019-08-081-1/+9
* mesh: Add special Beacon handler for ProvisioningBrian Gix2019-07-141-1/+1
* mesh: Move HCI handling to mesh-io-genericMichał Lowas-Rzechonek2019-06-241-24/+39
* mesh: Remove unnecessary includes from .c filesInga Stotland2019-05-171-4/+0
* mesh: Update copyright datesInga Stotland2019-05-171-1/+1
* mesh: remove uneeded BDADDR type checkBrian Gix2019-01-141-4/+0
* mesh: Rewrite Controler interface for full initBrian Gix2019-01-081-11/+138
* mesh: Infrastructure for Mesh daemonBrian Gix2018-08-201-0/+660