zephyr/subsys/net/lib
Robert Lubos 43f833800c net: config: Initialize semaphore before it's used
Functions like `setup_ipv4` or `setup_ipv6` might already use the
`counter` semaphore, therefore it should be initialized before these
functions are called.

As a result of this issue, the network stack could stall until timeout
under certain circumstances (e.g. when OpenThread was used).

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2019-12-13 14:42:26 +02:00
..
coap include: Fix use of <atomic.h> -> <sys/atomic.h> 2019-12-10 08:39:37 -05:00
config net: config: Initialize semaphore before it's used 2019-12-13 14:42:26 +02:00
conn_mgr kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
dns kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
http kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
lwm2m kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
mqtt global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
openthread global: Remove leading/trailing blank lines in files 2019-12-11 19:17:27 +01:00
sntp kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
sockets net: tls: Add SSL/TLS secure renegotiation support 2019-12-13 13:26:45 +02:00
socks kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
tls_credentials kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00
utils include: net: socketutils: Allow to build for CONFIG_POSIX_API 2019-09-12 17:30:29 +03:00
websocket include: Fix use of <base64.h> -> <sys/base64.h> 2019-12-10 08:39:37 -05:00
CMakeLists.txt net: websocket: client: Simple API for Websocket client 2019-10-04 16:38:34 +03:00
Kconfig kconfig: Clean up header comments and make them consistent 2019-11-04 17:31:27 -05:00