summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-04Modify the capability option for systemdmeshd_integrateDoHyun Pyun2-2/+2
2020-12-28mesh: Fix check for mkdir return value in keyring.cInga Stotland3-9/+7
2020-12-28mesh: fix node default TTLAurelien Jarno3-7/+8
2020-12-28mesh: Zero out config node struct before initializingInga Stotland1-0/+2
2020-12-28mesh: Fix regression error in HB subscription setInga Stotland1-5/+10
2020-12-28mesh: Only deregister io for the last network detachedMichael N. Moran1-2/+6
2020-12-28mesh/mesh-config-json: Fix errors found by static analysisInga Stotland1-29/+33
2020-12-28mesh: Fix memory leak when failing to load a nodeInga Stotland1-5/+2
2020-12-28mesh: Fix memory leak and NULL pointer dereferenceInga Stotland1-3/+5
2020-12-28mesh: Fix errors found by static analysisInga Stotland4-41/+58
2020-12-28tools/mesh-cfgclient: Fix errors found by static analysisInga Stotland1-8/+7
2020-12-28mesh: Re-arrange Join/Create/Import/Attach page savingBrian Gix2-100/+104
2020-12-28mesh: Add SPDX License IdentifierTedd Ho-Jeong An48-481/+48
2020-12-28mesh: Align option names with functionalityInga Stotland1-7/+8
2020-12-28mesh: Remove unused timing variable tx_startInga Stotland1-6/+0
2020-12-28mesh: Move RPL check from model to net layerInga Stotland4-106/+106
2020-12-28mesh: Initialize RPL when creating or loading a nodeInga Stotland5-21/+37
2020-12-28mesh: Store key indices as integers in node configInga Stotland1-64/+38
2020-12-28test/test-mesh: Add "options" to Send/PublishInga Stotland1-2/+9
2020-12-28tools/mesh-cfglient: Add "options" to Send/DevKeySendInga Stotland1-0/+8
2020-12-28mesh: Handle "options" dictionary in Send/Publish methodsInga Stotland4-82/+75
2020-12-28doc/mesh-api: Add "options" dictionary to Send/PublishInga Stotland1-25/+35
2020-12-28mesh: Add random address to mesh HCI initDaan Pape1-0/+9
2020-12-28mesh: Use valid net key index when handling Send callInga Stotland2-6/+9
2020-12-28mesh: Use correct retransmit parameters for publicationsInga Stotland7-78/+104
2020-12-28mesh: Send correct NetKey index in DevKeyMessageReceivedInga Stotland1-1/+2
2020-12-28mesh: Check for enabled modes when dst is fixed addressInga Stotland2-21/+9
2020-12-28mesh: Always set net modes based on node feature settingsInga Stotland1-13/+5
2020-12-28mesh: fix double-free of outbound tx dataBrian Gix1-21/+31
2020-12-28mesh: Don't add config server when loading from storageInga Stotland1-3/+0
2020-12-28mesh: Make mesh config model binding API consistentInga Stotland3-6/+6
2020-12-28mesh: Fix model ID prior to calling mesh config functionsInga Stotland2-10/+9
2020-12-28mesh: Fix encoding of Config Key Refresh Phase StatusMichał Lowas-Rzechonek1-3/+3
2020-12-28mesh: Fix logic error when saving model subscriptionsInga Stotland1-1/+1
2020-12-28mesh: Fix element index look up for config model subsInga Stotland2-8/+10
2020-12-28mesh: Fix application key binding lookupMichał Lowas-Rzechonek1-1/+7
2020-12-28mesh: Refactor heartbeat pub/subInga Stotland3-300/+328
2020-12-28mesh: Clean up handling of config KR phase messagesInga Stotland4-63/+65
2020-12-28mesh: Clean up handling of config net transmit messagesInga Stotland1-15/+23
2020-12-28mesh: Clean up handling of config poll timeout messageInga Stotland2-12/+24
2020-12-28mesh: Clean up handling of config relay messagesInga Stotland1-10/+22
2020-12-28mesh: Clean up handling of config net and app key messagesInga Stotland1-72/+83
2020-12-28mesh: Clean up handling of config publication messagesInga Stotland3-62/+46
2020-12-28mesh: Clean up handling of config node identity messageInga Stotland1-11/+4
2020-12-28mesh: Clean up handling of config model binding messagesInga Stotland4-112/+45
2020-12-28mesh: Clean up handling of config subscription messagesInga Stotland5-298/+295
2020-12-28mesh: Use correct TTL value to send model publicationInga Stotland3-10/+7
2020-12-28mesh: Allow deleting non-existing net keyMichał Lowas-Rzechonek1-4/+4
2020-12-28mesh: Allow deleting non-existing app keyMichał Lowas-Rzechonek1-1/+1
2020-12-28mesh: Add strings for SIG Model IDsMichael N. Moran4-3/+70