zephyr/subsys/net/lib
Marin Jurjević 57a66648ae net: lwm2m: fix context close race condition
Calling lwm2m_rd_client_stop causes the client context to be closed.
Doing this from arbitrary thread other than internal lwm2m engine thread
causes racing condition on lwm2m engine context pointers.

Fixes #42358

Signed-off-by: Marin Jurjević <marin.jurjevic@hotmail.com>
2022-02-02 08:58:40 -05:00
..
capture net: lib: capture: drop DEV_DATA/DEV_CFG usage 2022-01-19 18:16:02 +01:00
coap net: coap: Update coap context using payload length 2022-02-02 11:10:57 +01:00
config net: lib: config: Fix the timeout when waiting on network 2021-11-02 13:23:10 +01:00
conn_mgr kconfig: net: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
dns net: llmnr: Rejoin IPv4 multicast group when iface is brought up 2022-01-26 10:50:24 +01:00
http net: http_client: Set body_start pointer unconditionally 2022-01-21 11:31:49 -05:00
lwm2m net: lwm2m: fix context close race condition 2022-02-02 08:58:40 -05:00
mqtt net: mqtt: Fix SOCKS5 setsockopt error handling 2021-12-01 13:54:30 -06:00
openthread net: openthread: blank otPlatLog when logging is disabled 2022-01-19 14:15:57 -05:00
sntp net: sntp: Depend on NET_SOCKETS_POSIX_NAMES || POSIX_API 2021-04-22 13:41:33 +03:00
sockets net: sockets: Fixes net_pkt leak in accept 2022-02-01 14:22:37 -06:00
socks cmake: remove _if_kconfig() functions 2020-08-01 12:35:20 +02:00
tftp kconfig: net: experimental settings now uses select EXPERIMENTAL 2021-10-25 10:46:48 +02:00
tls_credentials device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
utils include: net: socketutils: Allow to build for CONFIG_POSIX_API 2019-09-12 17:30:29 +03:00
websocket net: websockets: Fix send with large payload 2021-11-23 13:21:09 -05:00
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