zephyr/subsys/net/lib
Jukka Rissanen b56297bf16 net: sockets: Check eventfd errors better
With native_sim, this error is seen a lot when socket
service API is used.

  <dbg> net_sock: get_sock_vtable: (net_socket_service):
    Invalid access on sock 3 by thread 0x807a8e0 (net_socket_service)

If we just ignore the error, then we might get into forever
loop which is not good. So if this happens, mark the eventfd
fd as not pollable to basically ignore the eventfd support in
this case.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-05-20 14:25:44 +03:00
..
capture net: capture: Generate events when starting / stopping capture 2024-04-04 17:02:11 +02:00
coap net: lib: coap_client: Improve cancel function 2024-05-17 10:34:12 +02:00
config net: config: correct dependency of NET_CONFIG* 2024-05-06 22:51:19 +01:00
dhcpv4 net: dhcpv4_server: Fix positive error codes returned 2024-04-10 07:42:21 -04:00
dhcpv6 net: dhcpv6: Add configurable DUID buffer length 2024-04-03 10:28:20 +03:00
dns net: llmnr_responder: Convert LLMNR responder to use socket service API 2024-05-20 14:25:44 +03:00
http net: http_server: Add support for specifying Content-Type 2024-05-14 20:22:58 -04:00
lwm2m net: lwm2m: Allow Block-Wise write without callbacks 2024-05-15 14:58:15 +02:00
mqtt net: mqtt: Implement ALPN Support for socket mqtt 2024-03-14 17:04:11 -05:00
mqtt_sn net: Use always zephyr/posix/fcntl.h 2024-03-27 13:40:13 -05:00
shell net: shell: Add command to show HTTP server information 2024-05-14 15:51:20 +02:00
sntp
sockets net: sockets: Check eventfd errors better 2024-05-20 14:25:44 +03:00
socks net: socks: Remove socket selection 2024-03-27 13:40:13 -05:00
tftp net: tftp: Use zsock_ API functions 2024-03-27 13:40:13 -05:00
tls_credentials tls_credentials: remove TinyCrypt implementation of digest_raw 2024-05-08 22:14:19 -07:00
trickle net: trickle: Rename interval function 2024-03-19 15:20:14 -05:00
utils
websocket net: websocket: Add a way to unregister a websocket connection 2024-05-14 09:31:37 +02:00
zperf net: zperf: Fix upload ping timeout error 2024-05-15 17:07:58 +02:00
CMakeLists.txt net: lib: http_server: Initial HTTP server support 2024-04-30 13:25:22 +02:00
Kconfig