zephyr/subsys/net/lib
Jukka Rissanen e98f5d37f5 net: sockets: Store socket private data into its own variable
Do not try to re-use net_context.user_data field as in many places
(like in accept) it is expected to contain pointer to net_context.
Storing the socket flags will corrupt the value. To simplify and
make things less error prone, use socket specific field in net_context
to store the socket flags.

Fixes #19191

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2019-09-18 23:47:36 +03:00
..
coap cleanup: include/: move misc/printk.h to sys/printk.h 2019-06-27 22:55:49 -04:00
config net: Add CONFIG_NET_NATIVE option for selecting native IP 2019-09-10 12:45:38 +03:00
conn_mgr net: Add CONFIG_NET_NATIVE option for selecting native IP 2019-09-10 12:45:38 +03:00
dns net: dns: Check family before returning results 2019-09-11 16:17:42 +03:00
http docs: fix misspelling across the tree 2019-06-19 15:34:13 -05:00
lwm2m net: lwm2m: support client-initiated De-register 2019-09-08 12:36:33 +02:00
mqtt net: mqtt: Modify SOCKS5 based connections 2019-08-05 13:26:11 +03:00
openthread net: openthread: Use Zephyr's mbedTLS instead of compiling own 2019-09-17 20:07:58 +08:00
sntp net: lib: sntp_simple: Issue multiple requests with backoff 2019-09-13 10:40:45 +03:00
sockets net: sockets: Store socket private data into its own variable 2019-09-18 23:47:36 +03:00
socks net: socks: Make SOCKS5 implementation transparent 2019-08-05 13:26:11 +03:00
tls_credentials license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
utils include: net: socketutils: Allow to build for CONFIG_POSIX_API 2019-09-12 17:30:29 +03:00
CMakeLists.txt net: Add a connection manager preliminary logic 2019-07-12 12:33:19 +03:00
Kconfig net: Add a connection manager preliminary logic 2019-07-12 12:33:19 +03:00