zephyr/subsys/net/lib/sockets
Måns Ansgariusson c39291b7f0 net: socketpair to use ring_buffer instead of k_pipe
Replaced the k_pipe-based implementation in sockpair with ring_buffer
based implementation instead.
The move to ring_buffer is done to avoid overhead of k_pipe and to align
with the new k_pipe API.
This does not pose any added risk to concurrency as the read and write
functions are protected by semaphores for both spairs.

Signed-off-by: Måns Ansgariusson <Mansgariusson@gmail.com>
2025-01-17 19:43:44 +01:00
..
CMakeLists.txt net: sockets: move select() implementation to zvfs 2024-10-14 13:01:51 +02:00
getaddrinfo.c style: subsys: adjust return usage in void functions 2024-09-20 11:06:55 +02:00
getnameinfo.c
Kconfig net: socketpair to use ring_buffer instead of k_pipe 2025-01-17 19:43:44 +01:00
socket_dispatcher.c fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
socket_obj_core.c posix: deprecate POSIX_MAX_FDS and add POSIX_DEVICE_IO 2024-06-04 16:27:12 -05:00
socket_offload.c style: subsys: adjust return usage in void functions 2024-09-20 11:06:55 +02:00
socketpair.c net: socketpair to use ring_buffer instead of k_pipe 2025-01-17 19:43:44 +01:00
sockets.c Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
sockets_can.c fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
sockets_inet.c net: sockets: Add support for IP_LOCAL_PORT_RANGE socket option. 2024-11-22 17:42:08 +01:00
sockets_internal.h net: sockets: Cleanup socket properly if POSIX API is enabled 2024-11-08 15:56:39 -06:00
sockets_misc.c build: namespace the generated headers with zephyr/ 2024-05-28 22:03:55 +02:00
sockets_net_mgmt.c fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
sockets_packet.c net: sockets: Cleanup socket properly if POSIX API is enabled 2024-11-08 15:56:39 -06:00
sockets_service.c net: sockets: socket_service: remove k_work related code 2024-10-23 11:32:21 +02:00
sockets_tls.c net: sockets: tls: Fix connect timeout error code 2024-12-06 18:19:54 +01:00