summaryrefslogtreecommitdiff
path: root/mesh
Commit message (Expand)AuthorAgeFilesLines
...
* mesh/appkey: Fix memory leaksGopal Tiwari2022-05-311-2/+6
* mesh: use explicit uint32_t when bit shifting leftInga Stotland2022-03-313-11/+14
* mesh: Fix address overrun error in rx filterInga Stotland2022-03-262-16/+30
* mesh: Skip unneeded logsMichał Lowas-Rzechonek2022-02-042-2/+2
* mesh: Make key_aid and net_key_id naming consistentMichał Lowas-Rzechonek2022-02-044-91/+67
* mesh: Fix sequence number of message in friend queueBrian Gix2022-02-041-1/+0
* mesh: Don't log error for false positive mkdir failureInga Stotland2021-12-063-5/+5
* mesh: Fix unchecked return valueTedd Ho-Jeong An2021-10-184-15/+30
* mesh: Implement ExportKeys() methodInga Stotland2021-09-273-1/+322
* mesh: Inclusive language changesArchie Pusaka2021-09-213-25/+25
* mesh: Fix race condition memory leakBrian Gix2021-05-191-0/+2
* mesh: Add single threading to prov-acp ob messagingBrian Gix2021-05-192-33/+56
* mesh: Normalize endian of public/private ECC keysBrian Gix2021-05-192-1/+10
* mesh: Fix delivery of PB-ACK to acceptorsBrian Gix2021-05-191-1/+0
* mesh: Add manpage for bluetooth-meshd daemonInga Stotland2021-05-191-0/+74
* mesh: Fix memory leaksSteve Grubb2021-05-141-1/+3
* mesh: Add missing "storage" option to help menuInga Stotland2021-05-131-1/+2
* mesh: Fix net_key_confirm parameter declarationMarcel Holtmann2021-04-271-1/+1
* mesh: Fix network_id parameter declarationMarcel Holtmann2021-04-271-1/+1
* tools/mesh-cfgtest: Non-iteractive test for meshInga Stotland2021-04-101-1/+9
* mesh: Add unit test IOBrian Gix2021-04-105-17/+580
* mesh: Add Provisioning Confirmation validity checkBrian Gix2021-04-092-2/+19
* mesh: Fix segmented msg RX with friendshipBrian Gix2021-03-251-0/+1
* mesh: Validate OTA provision security materialBrian Gix2021-03-092-0/+21
* mesh: Fix infinite loop on IVIndex updatePrzemysław Fierek2021-03-011-13/+21
* mesh: Cleanup deprecated symbolic file permissionsBrian Gix2021-02-231-1/+1
* mesh: Combine common functions for NetKeys and AppKeysInga Stotland2021-02-181-70/+50
* mesh: Add validation of Device UUID valueInga Stotland2021-02-161-9/+9
* mesh: Clear node's agent pointer after agent removalInga Stotland2021-02-101-0/+1
* mesh: Update AppKeys on transition to Phase 0Michael N. Moran2021-01-044-2/+35
* mesh: Fix check for mkdir return value in keyring.cInga Stotland2020-12-041-6/+3
* mesh: Zero out config node struct before initializingInga Stotland2020-12-041-0/+2
* mesh: Fix regression error in HB subscription setInga Stotland2020-11-191-5/+10
* mesh: Only deregister io for the last network detachedMichael N. Moran2020-11-101-2/+6
* mesh/mesh-config-json: Fix errors found by static analysisInga Stotland2020-11-101-29/+33
* mesh: Fix memory leak when failing to load a nodeInga Stotland2020-11-101-5/+2
* mesh: Fix memory leak and NULL pointer dereferenceInga Stotland2020-11-101-3/+5
* mesh: Fix errors found by static analysisInga Stotland2020-11-104-41/+58
* mesh: Re-arrange Join/Create/Import/Attach page savingBrian Gix2020-10-072-100/+104
* mesh: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-2148-481/+48
* mesh: Align option names with functionalityInga Stotland2020-09-031-7/+8
* mesh: Remove unused timing variable tx_startInga Stotland2020-09-031-6/+0
* mesh: Move RPL check from model to net layerInga Stotland2020-08-284-106/+106
* mesh: Initialize RPL when creating or loading a nodeInga Stotland2020-08-285-21/+37
* mesh: Store key indices as integers in node configInga Stotland2020-08-281-64/+38
* mesh: Handle "options" dictionary in Send/Publish methodsInga Stotland2020-08-264-82/+75
* mesh: Add random address to mesh HCI initDaan Pape2020-08-221-0/+9
* mesh: Use valid net key index when handling Send callInga Stotland2020-08-222-6/+9
* mesh: Use correct retransmit parameters for publicationsInga Stotland2020-08-227-78/+104
* mesh: Send correct NetKey index in DevKeyMessageReceivedInga Stotland2020-08-201-1/+2