summaryrefslogtreecommitdiff
path: root/mesh/net.h
Commit message (Expand)AuthorAgeFilesLines
* mesh: Add Tx/Rx support of Mesh Private BeaconsBrian Gix2023-01-301-2/+4
* mesh: use explicit uint32_t when bit shifting leftInga Stotland2022-03-311-4/+4
* mesh: Make key_aid and net_key_id naming consistentMichał Lowas-Rzechonek2022-02-041-31/+6
* mesh: Inclusive language changesArchie Pusaka2021-09-211-2/+2
* mesh: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-10/+1
* mesh: Move RPL check from model to net layerInga Stotland2020-08-281-4/+0
* mesh: Initialize RPL when creating or loading a nodeInga Stotland2020-08-281-0/+1
* mesh: Use correct retransmit parameters for publicationsInga Stotland2020-08-221-3/+3
* mesh: Refactor heartbeat pub/subInga Stotland2020-08-101-21/+27
* mesh: Clean up handling of config KR phase messagesInga Stotland2020-08-101-2/+2
* mesh: Clean up handling of config publication messagesInga Stotland2020-08-101-2/+0
* mesh: Delete unused structures/functionsInga Stotland2020-06-161-2/+0
* mesh: Remove unused/redundant functionsInga Stotland2020-06-081-2/+0
* mesh: Remove unused functions from net.cInga Stotland2020-06-011-21/+0
* mesh: Remove debug-only related callback for packet sendInga Stotland2020-06-011-7/+2
* mesh: Fix valgrind memory leak warningsBrian Gix2020-05-151-1/+2
* mesh: Move SEQ_MASK define in mesh-defs.hInga Stotland2020-04-011-1/+0
* mesh: Add net key index to sar structurePrzemysław Fierek2020-03-311-3/+4
* mesh: Remove unused functions: 'mesh_net_sub_list_add' and 'mesh_net_sub_list...Przemysław Fierek2020-03-311-2/+0
* mesh: Remove unused argument from 'mesh_net_transport_send' functionPrzemysław Fierek2020-03-311-1/+1
* mesh: Allow short messages to be segmentedBrian Gix2020-03-201-2/+4
* mesh: Re-arrange replay protection check and addBrian Gix2020-01-311-3/+4
* mesh: Move Replay Protection to mesh/net.cBrian Gix2020-01-301-0/+3
* mesh: Deliver newly composed SNBs to local nodesBrian Gix2019-12-241-0/+1
* mesh: Cleanup unused LPN codeBrian Gix2019-12-161-2/+0
* mesh: Refactor Secure Network BeaconingBrian Gix2019-12-161-0/+3
* mesh: Friendship clean-up and rewriteBrian Gix2019-11-281-7/+24
* mesh: Implement properties on org.bluez.mesh.Node1 interfaceMichał Lowas-Rzechonek2019-08-281-0/+1
* mesh: Move commonly used constants into mesh-defs.hInga Stotland2019-08-121-8/+0
* mesh: Check address range passed to ImportRemoteNodeMichał Lowas-Rzechonek2019-07-191-1/+2
* mesh: Propagate Net Index up Rx message chainBrian Gix2019-07-181-3/+3
* mesh: Normalize Access Key AID naming conventionBrian Gix2019-07-181-3/+1
* mesh: Split APP_IDX_DEV into APP_IDX_DEV_LOCAL and APP_IDX_DEV_REMOTEMichał Lowas-Rzechonek2019-07-041-4/+4
* mesh: Update copyright datesInga Stotland2019-05-171-1/+1
* mesh: Declare internal functions as staticInga Stotland2019-02-121-2/+0
* mesh: Add function to restore net key state from storageInga Stotland2019-02-121-0/+2
* mesh: Separate functions for net key add and updateInga Stotland2019-02-121-4/+4
* mesh: Rewrite Network layer for multiple nodesBrian Gix2019-01-081-27/+7
* mesh: Refactor friend.c and net.c for central key DBBrian Gix2018-10-031-8/+6
* mesh: Shared private meshd interfacesBrian Gix2018-08-201-0/+392
* tools: Move meshctl sources under tools/mesh directoryInga Stotland2018-07-061-58/+0
* mesh: Remove circular include protection guardsMarcel Holtmann2017-08-211-14/+0
* mesh: Fix includes to use root relative path namesMarcel Holtmann2017-08-211-1/+1
* mesh: define APIs for Bluetooth MeshBrian Gix2017-08-211-0/+72