summaryrefslogtreecommitdiff
path: root/mesh
Commit message (Expand)AuthorAgeFilesLines
* mesh: Update the behavior of --io optionInga Stotland2023-05-126-37/+40
* mesh: Tighten IO and fix out-of-bounds array accessInga Stotland2023-04-036-160/+50
* mesh: On exit free timer for filtering duplicatesInga Stotland2023-03-201-1/+5
* mesh: Don't send Prov Failed on non-existant linksBrian Gix2023-03-151-2/+4
* mesh: Make MGMT mesh-io less noisyBrian Gix2023-03-151-3/+3
* mesh: Filter originated Provisioning Data packetsBrian Gix2023-03-151-11/+47
* mesh: Loopback unprovisioned beaconsBrian Gix2023-03-142-7/+69
* mesh: Fix uninitialized memory usageBrian Gix2023-03-141-1/+1
* mesh: Fix node when loading from storageInga Stotland2023-03-121-3/+9
* mesh: Remove unused byte swap for ScanBuildBrian Gix2023-01-301-7/+0
* mesh: Fix Checksmatch warningBrian Gix2023-01-301-1/+1
* mesh: Switch beaconing net keyBrian Gix2023-01-301-0/+16
* mesh: Add internal Mesh Private Beacon modelBrian Gix2023-01-306-10/+86
* mesh: Add Tx/Rx support of Mesh Private BeaconsBrian Gix2023-01-305-174/+519
* mesh: Add Mesh Private Beacon serverBrian Gix2023-01-302-0/+159
* mesh: Add storage of Mesh Private Beacon settingsBrian Gix2023-01-302-0/+54
* mesh: Rename parameter list per crypto usageBrian Gix2023-01-302-3/+3
* mesh: Add Remote ProvisioningBrian Gix2023-01-3017-367/+2244
* mesh: Keep cancelled SAR data for at least 10 secIsak Westin2022-10-121-5/+26
* mesh: Fix msg cache ring bufferIsak Westin2022-10-071-2/+1
* mesh: provisionee: Check prov start parametersIsak Westin2022-10-061-11/+46
* mesh: provisionee: Handle failed provisioningIsak Westin2022-10-061-1/+6
* mesh: provisionee: Handle unknown PDUsIsak Westin2022-10-061-2/+7
* mesh: Update Key Refresh flag after provisionIsak Westin2022-10-061-2/+2
* mesh: Always relay messages from Low Power nodesIsak Westin2022-10-061-11/+36
* mesh: Queue a friend update on IV Update changeIsak Westin2022-10-061-0/+1
* mesh: Verify padding bits in Friend Poll messagesIsak Westin2022-10-061-1/+1
* mesh: Correct size of friend cacheIsak Westin2022-10-061-1/+1
* mesh: Fix mesh to work with MESH_IO_TYPE_UNIT_TESTInga Stotland2022-10-052-2/+8
* mesh: Allow Key Refresh Phase 0 to 3 transitionIsak Westin2022-10-031-0/+4
* mesh: Allow Key refresh to skip Phase 2Isak Westin2022-10-031-2/+3
* mesh: Ignore SNB with invalid IV Index valuesIsak Westin2022-10-031-0/+4
* mesh: Ignore Secure Network Beacon from subnetIsak Westin2022-10-031-1/+12
* mesh: Clear HB sub status field if disabledIsak Westin2022-09-261-2/+24
* mesh: Correct HB sub state updatesIsak Westin2022-09-262-17/+5
* mesh: Reply to HB pub set with same fieldsIsak Westin2022-09-261-1/+11
* mesh: Correct u32 to u8 log transformationIsak Westin2022-09-261-4/+4
* mesh: Add new kernel MGMT based IO transportBrian Gix2022-09-2612-136/+1150
* mesh: Improve PB-ADV timing for reliabilityBrian Gix2022-09-261-3/+6
* mesh: Reply error if appkey added for wrong netkeyIsak Westin2022-09-231-1/+3
* mesh: Clear addr field if virt sub failedIsak Westin2022-09-231-0/+4
* mesh: Remove RFU check for publication setIsak Westin2022-09-221-2/+0
* mesh: Do not accept publication for unbound appkeyIsak Westin2022-09-221-1/+2
* mesh: Add interface output filterIsak Westin2022-09-221-0/+28
* mesh: Fix potential memory leakBrian Gix2022-09-221-1/+3
* mesh: Fix snprintf return values not being checkedBrian Gix2022-06-301-31/+57
* mesh: Use correct net_id for received CTL messagesIsak Westin2022-06-301-2/+2
* mesh: Fix bug where bluetooth-meshd stops sendingJonas Maes2022-06-211-11/+8
* mesh: Fix keyring snprintf usage range checkingBrian Gix2022-06-141-28/+40
* mesh: Fix issue with snprintf return value check and format-truncation errorMarcel Holtmann2022-06-101-2/+7