zephyr/subsys/net
Christian Taedcke 12f2258305 net: Make user_data size in rx and tx buffers configurable
Introduce the Kconfig symbol `NET_PKT_BUF_USER_DATA_SIZE`. It is used to
set the user data size in the buffers used in the rx and tx network buffer
pools.

Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com>
2022-12-01 15:50:35 +01:00
..
ip net: Make user_data size in rx and tx buffers configurable 2022-12-01 15:50:35 +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 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