summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* README: Update Mesh required Kernel Config sectionInga Stotland2022-10-031-0/+1
* build: Deprecate meshctl toolInga Stotland2022-10-031-2/+5
* 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
* client/player: Fix attempting to acquire already acquired transportLuiz Augusto von Dentz2022-09-291-5/+65
* tools: Fix mesh-tester to expect end of ADVBrian Gix2022-09-271-0/+12
* monitor/packet: Fix scan-build warningsLuiz Augusto von Dentz2022-09-271-12/+4
* monitor/analyze: Fix scan-build warningsLuiz Augusto von Dentz2022-09-271-28/+0
* rctest: Fix scan-build warningLuiz Augusto von Dentz2022-09-271-1/+1
* 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-2613-141/+1154
* mesh: Improve PB-ADV timing for reliabilityBrian Gix2022-09-261-3/+6
* tools/mpris-proxy: unregister object path if player registration failsHaochen Tong2022-09-261-0/+1
* tools: fix printf format stringsChristian Eggers2022-09-262-4/+6
* monitor: fix printf format stringsChristian Eggers2022-09-262-13/+18
* client/player: fix printf format stringChristian Eggers2022-09-261-2/+2
* client/gatt: Fix scan-build warningLuiz Augusto von Dentz2022-09-231-1/+2
* battery: provided_battery_property_changed_cb: check iteratorChristian Eggers2022-09-231-4/+6
* gatt: proxy_property_changed: check for NULL iteratorChristian Eggers2022-09-231-9/+11
* client/gatt: proxy_property_changed: check for NULL iteratorChristian Eggers2022-09-231-7/+10
* advertising: parse_tx_power: reset value if iter is NULLChristian Eggers2022-09-231-1/+3
* advertising: parse_[min|max]_interval: reset value if iter is NULLChristian Eggers2022-09-231-1/+3
* advertising: parse_min_interval: reset min_interval if iter is NULLChristian Eggers2022-09-231-1/+3
* advertising: parse_secondary: check for NULL iteratorChristian Eggers2022-09-231-0/+6
* advertising: parse_secondary: fix mask valueChristian Eggers2022-09-231-1/+1
* advertising: parse_secondary: fix loop conditionChristian Eggers2022-09-231-1/+1
* 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
* lib: Add defines of new MGMT opcodes and eventsBrian Gix2022-09-221-0/+6
* mgmt: Add support for Mesh in the kernelBrian Gix2022-09-221-35/+157
* 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
* tools/ioctl-tester - Add ioctl-testerTedd Ho-Jeong An2022-09-213-1/+972
* Profiles: Enable bt_vcp_set_debugSathish Narasimman2022-09-211-0/+7
* shared/vcp: Add bt_vcp_set_debugSathish Narasimman2022-09-212-87/+156
* shared/gatt-db: Fix scan-build warningsLuiz Augusto von Dentz2022-09-211-5/+9
* gatt: Fix scan-build warningsLuiz Augusto von Dentz2022-09-211-2/+2
* client/gatt: Fix notification enabled/disabled outputLuiz Augusto von Dentz2022-09-211-2/+3