zephyr/subsys/net
Andrei Emeltchenko a5400407fc net: conn: Fix issues with SMP in connection code
When testing on qemu_x86_64 with e1000 Ethernet driver, there are
several crashes due to list management simultaneously executing on
different cores. Add mutexes similar to other parts on networking
stack, for example tcp_lock.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2022-11-24 15:23:11 +01:00
..
ip net: conn: Fix issues with SMP in connection code 2022-11-24 15:23:11 +01:00
l2 net: gptp_md: Consider different resolutions regarding correction field 2022-11-21 10:14:48 +01:00
lib crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00
pkt_filter subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
buf.c net: buf: keep memory alignment provided by k_heap_alloc and k_malloc 2022-11-24 09:35:13 +01:00
CMakeLists.txt net: introduce a network packet filter framework 2021-12-21 17:06:35 +01:00
hostname.c includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
Kconfig net: introduce NET_IP config to efficiently mark conditional code 2022-09-05 14:35:17 +00: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