zephyr/subsys/net
Wouter Cappelle aaefd3db7e net: http: Use poll for http timeout instead of shutdown
Change the http timeout mechanism to use poll instead of shutdown.
This should fix a problem where the shutdown will be called in a
different thread context which can lead to deadlocks on certain
driver implementations like offloaded modem drivers.
Fixes #53967

Signed-off-by: Wouter Cappelle <wouter.cappelle@crodeon.com>
2023-01-24 14:50:11 +01:00
..
ip net: ipv4: Using a different API to ensure that IPv4 is enabled 2023-01-19 10:35:44 +01:00
l2 net: wifi_mgmt: Add support for power save timeout configuration 2023-01-23 10:08:01 +00:00
lib net: http: Use poll for http timeout instead of shutdown 2023-01-24 14:50:11 +01:00
pkt_filter subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
buf.c net: buf: Simplify fragment handling 2022-12-06 11:06:43 +02:00
CMakeLists.txt
hostname.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
Kconfig Kconfig: net: Remove deprecated NET_BUF_USER_DATA_LEN 2022-12-01 15:50:35 +01:00
Kconfig.hostname
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net