summaryrefslogtreecommitdiff
path: root/mesh
AgeCommit message (Expand)AuthorFilesLines
2020-05-22mesh: Fix valgrind memory leak warningsBrian Gix6-2/+25
2020-05-22mesh: Fix valgrind memory leaksBrian Gix3-9/+13
2020-05-22mesh: Remove redundant call to save node configurationInga Stotland1-2/+0
2020-05-22mesh: Allow updating CID, PID, VID & CRPL on node attachInga Stotland3-0/+53
2020-05-22mesh: Avoid saving duplicate fields in node configInga Stotland1-10/+14
2020-05-22mesh: On node attach, verify element/model composition onlyInga Stotland1-6/+4
2020-05-22mesh: Fix publication setup for vendor modelsInga Stotland1-4/+4
2020-05-22mesh: Fix adding virtual subscription to a vendor modelInga Stotland1-0/+1
2020-05-22mesh: Fix GCC 10.0 warningsBrian Gix2-2/+2
2020-05-22mesh: Add Time-outs to critical dbus send-with-repliesBrian Gix3-5/+51
2020-05-22mesh: Change API to deliver tokens via JoinCompletePrzemysław Fierek1-15/+53
2020-05-22mesh: Fix invalid app_path on 'Join'Przemysław Fierek1-3/+1
2020-05-22mesh: Ignore beacons with IVU if IV already updatedRafał Gajda1-0/+8
2020-05-22mesh: Remove redundant code from mesh/cryptoMichał Lowas-Rzechonek3-345/+188
2020-05-22mesh: Fix segfault related to idle config writeInga Stotland1-5/+26
2020-05-22mesh: Move SEQ_MASK define in mesh-defs.hInga Stotland3-2/+1
2020-04-02mesh: Clear prov capabilities structure before readingBrian Gix1-0/+2
2020-04-02mesh: Honor provisioner's capabilitiesMichał Lowas-Rzechonek1-31/+51
2020-04-02mesh: Refresh provisioner's capabilitiesMichał Lowas-Rzechonek5-36/+153
2020-04-02mesh: Clean up naming of provisioning callbacksMichał Lowas-Rzechonek2-10/+10
2020-04-02mesh: Remove unused 'server' argumentMichał Lowas-Rzechonek3-3/+1
2020-04-02mesh: Add net key index to sar structurePrzemysław Fierek3-26/+35
2020-04-02mesh: Remove unused functions: 'mesh_net_sub_list_add' and 'mesh_net_sub_list...Przemysław Fierek2-29/+0
2020-04-02mesh: Remove unused argument from 'mesh_net_transport_send' functionPrzemysław Fierek3-16/+16
2020-04-02mesh: Update UnprovisionedScan, AddNode & ScanResultInga Stotland1-9/+30
2020-03-26mesh: Whitespace correctionBrian Gix1-2/+1
2020-03-26mesh: Send input complete for input OOB AuthenticationPrathyusha N1-0/+6
2020-03-26mesh: Handle invalid public keysPrathyusha N1-12/+26
2020-03-26mesh: Handle netkey delete when netkey is not in netkeylistPrathyusha N1-1/+1
2020-03-26mesh: Fix Replay Protection CacheBrian Gix1-1/+1
2020-03-26mesh: Allow short messages to be segmentedBrian Gix6-48/+84
2020-03-26mesh: Fix processing of Config Node Reset messageInga Stotland1-10/+6
2020-03-26mesh: Remove unused parameters from internal rx functionsInga Stotland4-33/+28
2020-03-26mesh: Clean up handling config model publication messageInga Stotland1-87/+44
2020-03-26mesh: Simplify model virtual pub/sub logicInga Stotland2-162/+118
2020-03-26mesh: rework incoming advertisement filteringBrian Gix7-123/+128
2020-03-26mesh: Fix app payload decryption for virtual labelsInga Stotland1-4/+4
2020-03-26mesh: Fix keyring app keys directory iterationInga Stotland1-4/+7
2020-03-26mesh: Allow to finish key refresh when no AppKeys are storedInga Stotland1-2/+5
2020-02-03mesh: remove unused node_set_device_key()Jakub Witowski2-6/+0
2020-02-03mesh: use static node_comp instead of the pointerJakub Witowski1-32/+24
2020-02-03mesh: Re-arrange replay protection check and addBrian Gix3-47/+45
2020-02-03mesh: Add NVM storage of Replay ProtectionBrian Gix3-7/+336
2020-01-31mesh: Apply Replay Protection to all incoming packetsBrian Gix1-9/+7
2020-01-31mesh: Clean-up unneeded Sequence Number incrementsBrian Gix1-8/+9
2020-01-31mesh: Move Replay Protection to mesh/net.cBrian Gix5-115/+99
2020-01-31mesh: Relocate tree deletion to util.c/hBrian Gix3-19/+27
2020-01-31mesh: Handle publickey exchange phase for initiatorPrathyusha N1-95/+133
2020-01-31mesh: Fix provisioning agent method call failureShaunak Soman1-0/+5
2020-01-20mesh: Offload loopback packets to l_idle_onshot()submit/tizen/20200127.235706accepted/tizen/unified/20200129.022701Brian Gix1-13/+37