zephyr/subsys/net
Jukka Rissanen b03c3c0c48 net: socket: Start service thread from initialization function
We cannot always start the service monitor thread statically
because the static threads are started after the application
level. This means that when config library wants to start
dhcpv4 server which uses socket services, there would be a
deadlock. Simplest solution is to start the service thread
directly from socket service init function.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-01-31 12:06:49 +00:00
..
conn_mgr net: conn_mgr: generic wifi_mgmt connectivity backend 2024-01-30 18:51:46 -05:00
ip net: icmp: Don't report error on ICMP messages w/o handler 2024-01-29 14:57:35 +00:00
l2 wifi: shell: Add band support for STA 2024-01-30 18:00:26 +01:00
lib net: socket: Start service thread from initialization function 2024-01-31 12:06:49 +00:00
pkt_filter
buf_simple.c
buf.c net: buf: add function to match buffer's content with a given data 2024-01-16 09:40:04 -06:00
CMakeLists.txt net: conn_mgr: Write documentation 2023-09-28 15:11:14 +02:00
hostname.c logging: net: update hostname 2024-01-17 14:42:58 +01:00
Kconfig net: Add Kconfig for net buf alignment 2023-12-14 09:29:47 +01:00
Kconfig.hostname net: add set hostname function 2024-01-17 14:42:58 +01:00
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net