zephyr/subsys/net/lib
Chris Friedt b3d3d4fff7 net: sockets: move select() implementation to zvfs
Move the implementation of zsock_select() to zvfs_select(). This
allows other types of file descriptors to also make use of
select() functionality even when the network subsystem is not
enabled.

Additionally, it partially removes a dependency cycle between
posix and networking by moving functionality into a mutual
dependency.

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2024-10-14 13:01:51 +02:00
..
capture net: capture: enable capturing of IPv6/v4 only 2024-08-26 17:06:37 +02:00
coap net: lib: coap: make ACK random factor runtime configurable 2024-10-08 06:00:56 -04:00
config net: config: sntp: add periodic resync option 2024-09-12 14:48:07 +02:00
dhcpv4 net: socket_service: remove work_q parameter 2024-10-09 13:48:54 +02:00
dhcpv6 net: dhcpv6: adjust switch-case in dhcpv6_enter_state 2024-09-20 11:06:03 +02:00
dns net: socket_service: remove work_q parameter 2024-10-09 13:48:54 +02:00
http net: lib: http-client: Use memcpy() to avoid gcc warning 2024-10-04 13:24:17 -05:00
lwm2m net: lwm2m: Add shell command for listing resources 2024-10-04 16:35:59 +01:00
mqtt net: mqtt: improve decoder buffer handling 2024-07-31 13:08:28 +02:00
mqtt_sn lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00
ptp net: ptp: Properly handle second overflow/underflow 2024-08-06 09:17:26 +01:00
shell net: ipv6: Make Multicast Listener Discovery API public 2024-10-08 17:00:06 +02:00
sntp
sockets net: sockets: move select() implementation to zvfs 2024-10-14 13:01:51 +02:00
socks
tftp
tls_credentials net: lib: fix typo 2024-07-12 09:33:20 -04:00
trickle
utils
websocket net: websocket: fix undefined reference 2024-08-21 08:58:57 +02:00
zperf net: socket_service: remove work_q parameter 2024-10-09 13:48:54 +02:00
CMakeLists.txt
Kconfig