zephyr/drivers/net
Henrik Brix Andersen 159f7dbbb1 lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h
Move the network buffer header file from zephyr/net/buf.h to
zephyr/net_buf.h as the implementation now lives outside of the networking
subsystem.

Add (deprecated) zephyr/net/buf.h header to maintain compatibility with old
file path.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
2024-09-07 11:19:05 -05:00
..
CMakeLists.txt drivers: net: nsos: implement poll() syscall 2024-03-22 14:39:27 +01:00
Kconfig drivers: net: ppp: Remove integration with GSM_MUX 2024-05-29 10:49:08 -07:00
canbus.c net: context: properly namespace can-related methods 2022-09-05 14:35:17 +00:00
loopback.c lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
nsos.h drivers: nsos: handle multiple blocking APIs on single socket 2024-06-06 15:20:15 -05:00
nsos_adapt.c drivers: nsos: fix resource leak in nsos_adapt_accept() error path 2024-07-05 18:44:13 +02:00
nsos_errno.c drivers: net: nsos: new driver for Native Simulator offloaded sockets 2024-03-22 14:39:27 +01:00
nsos_errno.h drivers: net: nsos: new driver for Native Simulator offloaded sockets 2024-03-22 14:39:27 +01:00
nsos_fcntl.c drivers: nsos: fcntl: prefer Zephyr-specific macros over libc 2024-05-13 14:22:46 +02:00
nsos_fcntl.h drivers: net: nsos: add F_GETFL and F_SETFL support 2024-03-22 14:39:27 +01:00
nsos_netdb.c drivers: net: nsos: add DNS offload support 2024-03-22 14:39:27 +01:00
nsos_netdb.h drivers: net: nsos: add DNS offload support 2024-03-22 14:39:27 +01:00
nsos_socket.h drivers: nsos: support IPV6_V6ONLY getsockopt() and setsockopt() 2024-05-17 11:12:43 +02:00
nsos_sockets.c drivers: nsos: add missing 'break' in switch statements 2024-07-03 17:00:28 -04:00
ppp.c lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
slip.c drivers: net: use sys_rand8_get 2024-04-05 12:28:46 +02:00
slip.h lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00