summaryrefslogtreecommitdiff
path: root/mesh
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesh: Check for enabled modes when dst is fixed addressInga Stotland2020-08-202-21/+9
* mesh: Always set net modes based on node feature settingsInga Stotland2020-08-201-13/+5
* mesh: fix double-free of outbound tx dataBrian Gix2020-08-141-21/+31
* mesh: Don't add config server when loading from storageInga Stotland2020-08-131-3/+0
* mesh: Make mesh config model binding API consistentInga Stotland2020-08-133-6/+6
* mesh: Fix model ID prior to calling mesh config functionsInga Stotland2020-08-132-10/+9
* mesh: Fix encoding of Config Key Refresh Phase StatusMichał Lowas-Rzechonek2020-08-121-3/+3
* mesh: Fix logic error when saving model subscriptionsInga Stotland2020-08-111-1/+1
* mesh: Fix element index look up for config model subsInga Stotland2020-08-112-8/+10
* mesh: Fix application key binding lookupMichał Lowas-Rzechonek2020-08-111-1/+7
* mesh: Refactor heartbeat pub/subInga Stotland2020-08-103-300/+328
* mesh: Clean up handling of config KR phase messagesInga Stotland2020-08-104-63/+65
* mesh: Clean up handling of config net transmit messagesInga Stotland2020-08-101-15/+23
* mesh: Clean up handling of config poll timeout messageInga Stotland2020-08-102-12/+24
* mesh: Clean up handling of config relay messagesInga Stotland2020-08-101-10/+22
* mesh: Clean up handling of config net and app key messagesInga Stotland2020-08-101-72/+83
* mesh: Clean up handling of config publication messagesInga Stotland2020-08-103-62/+46
* mesh: Clean up handling of config node identity messageInga Stotland2020-08-101-11/+4
* mesh: Clean up handling of config model binding messagesInga Stotland2020-08-104-112/+45
* mesh: Clean up handling of config subscription messagesInga Stotland2020-08-105-298/+296