summaryrefslogtreecommitdiff
path: root/mesh/net.c
Commit message (Expand)AuthorAgeFilesLines
* mesh: Switch beaconing net keyBrian Gix2023-01-301-0/+16
* mesh: Add Tx/Rx support of Mesh Private BeaconsBrian Gix2023-01-301-52/+120
* 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: 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: 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: Correct HB sub state updatesIsak Westin2022-09-261-16/+4
* mesh: Add interface output filterIsak Westin2022-09-221-0/+28
* mesh: Use correct net_id for received CTL messagesIsak Westin2022-06-301-2/+2
* mesh: use explicit uint32_t when bit shifting leftInga Stotland2022-03-311-6/+6
* mesh: Make key_aid and net_key_id naming consistentMichał Lowas-Rzechonek2022-02-041-55/+56
* mesh: Fix sequence number of message in friend queueBrian Gix2022-02-041-1/+0
* mesh: Fix segmented msg RX with friendshipBrian Gix2021-03-251-0/+1
* mesh: Fix infinite loop on IVIndex updatePrzemysław Fierek2021-03-011-13/+21
* mesh: Update AppKeys on transition to Phase 0Michael N. Moran2021-01-041-0/+2
* mesh: Fix regression error in HB subscription setInga Stotland2020-11-191-5/+10
* mesh: Only deregister io for the last network detachedMichael N. Moran2020-11-101-2/+6
* mesh: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-211-10/+1
* mesh: Move RPL check from model to net layerInga Stotland2020-08-281-85/+99
* mesh: Initialize RPL when creating or loading a nodeInga Stotland2020-08-281-7/+7
* mesh: Use correct retransmit parameters for publicationsInga Stotland2020-08-221-16/+26
* mesh: Check for enabled modes when dst is fixed addressInga Stotland2020-08-201-0/+9
* mesh: Refactor heartbeat pub/subInga Stotland2020-08-101-73/+200
* mesh: Clean up handling of config KR phase messagesInga Stotland2020-08-101-35/+18
* mesh: Allow deleting non-existing net keyMichał Lowas-Rzechonek2020-08-061-4/+4
* mesh: Emit PropertiesChanged when IV Index changesInga Stotland2020-06-221-0/+2
* mesh: Delete unused structures/functionsInga Stotland2020-06-161-49/+15
* mesh: Fix clean-up introduced bugBrian Gix2020-06-081-1/+0
* mesh: Remove unused/redundant functionsInga Stotland2020-06-081-10/+0
* mesh: Remove unused functions from net.cInga Stotland2020-06-011-145/+4
* mesh: Clean up style in net.cInga Stotland2020-06-011-153/+100
* mesh: Remove debug-only related callback for packet sendInga Stotland2020-06-011-19/+1
* mesh: Debug output clean upInga Stotland2020-06-011-101/+49
* mesh: Fix valgrind memory leak warningsBrian Gix2020-05-151-1/+11
* mesh: Ignore beacons with IVU if IV already updatedRafał Gajda2020-04-081-0/+8
* mesh: Add net key index to sar structurePrzemysław Fierek2020-03-311-15/+23
* mesh: Remove unused functions: 'mesh_net_sub_list_add' and 'mesh_net_sub_list...Przemysław Fierek2020-03-311-27/+0
* mesh: Remove unused argument from 'mesh_net_transport_send' functionPrzemysław Fierek2020-03-311-7/+7
* mesh: Handle netkey delete when netkey is not in netkeylistPrathyusha N2020-03-251-1/+1
* mesh: Fix Replay Protection CacheBrian Gix2020-03-231-1/+1
* mesh: Allow short messages to be segmentedBrian Gix2020-03-201-28/+62
* mesh: Remove unused parameters from internal rx functionsInga Stotland2020-03-051-2/+2
* mesh: rework incoming advertisement filteringBrian Gix2020-02-261-4/+9
* mesh: Re-arrange replay protection check and addBrian Gix2020-01-311-31/+31
* mesh: Add NVM storage of Replay ProtectionBrian Gix2020-01-301-7/+14
* mesh: Clean-up unneeded Sequence Number incrementsBrian Gix2020-01-301-8/+9