zephyr/subsys/net
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
..
ip net: if: Leave all IPv4 mcast groups when interface goes down 2022-01-26 10:50:24 +01:00
l2 net: openthread: Add openthread CSL clock uncert 2022-01-18 13:11:08 -05:00
lib net: lwm2m: fix context close race condition 2022-02-02 08:58:40 -05:00
pkt_filter net: npf: add the ability to do MAC address masked matching 2021-12-21 17:06:35 +01:00
buf.c net: buf: move user_data to flexible arr member 2021-11-24 16:04:50 +02:00
CMakeLists.txt net: introduce a network packet filter framework 2021-12-21 17:06:35 +01:00
hostname.c net: hostname: Update unique hostname on link address change 2021-01-13 17:50:32 +02:00
Kconfig net: introduce a network packet filter framework 2021-12-21 17:06:35 +01:00
Kconfig.hostname net: hostname: Update unique hostname on link address change 2021-01-13 17:50:32 +02:00
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net