zephyr/subsys/net/lib
Maik Vermeulen 7a2a28b9d5 net: lwm2m: Synchronized functions mutating the RD client's state
A mutex is used to syncrhonize the start, stop and service() functions
of the RD client. Previously it could happen that while service() was
working on e.g. bootstrapping, a stop() call by another thread would
close the socket. Then the bootstrapping process would detect it as a
network error, and restart the process.

Fixes #37170.

Signed-off-by: Maik Vermeulen <maik.vermeulen@innotractor.com>
2021-08-03 10:22:10 -04:00
..
capture net: remove usage of device_pm_control_nop 2021-04-27 16:28:49 -04:00
coap net: coap: coap_next_token single sys_rand_get call 2021-07-29 11:47:51 -04:00
config net: config: Try to only use auto started interface 2021-03-29 07:40:24 -04:00
conn_mgr
dns tests: net: dns-sd: add a test case for setup_dst_addr 2021-07-26 10:46:50 -04:00
http net: http: update status if no status text is provided 2021-05-18 11:23:59 -05:00
lwm2m net: lwm2m: Synchronized functions mutating the RD client's state 2021-08-03 10:22:10 -04:00
mqtt net: mqtt: Add custom transport type 2021-06-29 11:34:57 -04:00
openthread net: openthread: add three configuration options 2021-07-29 11:00:19 -04:00
sntp net: sntp: Depend on NET_SOCKETS_POSIX_NAMES || POSIX_API 2021-04-22 13:41:33 +03:00
sockets net: sockets: dtls: Fix handshake with socket offloading 2021-07-16 22:09:58 -04:00
socks
tftp net: refactor tftp library 2021-06-29 09:15:55 -04:00
tls_credentials
utils
websocket
CMakeLists.txt net: capture: Add support for network packet capturing 2021-04-02 07:24:06 -04:00
Kconfig net: capture: Add support for network packet capturing 2021-04-02 07:24:06 -04:00