zephyr/tests/net/socket
Robert Lubos 307694f3d9 net: sockets: Remove support for AF_PACKET/IPPROTO_RAW combination
IPPROTO_RAW is not a valid protocol type for AF_PACKET sockets, which
should only use IEEE 802.3 protocol numbers. Therefore remove support
for this type of sockets.

As an alternative, users can use AF_PACKET/SOCK_DGRAM or
AF_INET(6)/SOCK_RAW, depending on the actual use case.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2025-04-09 12:36:34 +02:00
..
af_inet_raw tests: net: socket: Add tests for AF_INET raw sockets 2025-04-09 12:36:34 +02:00
af_packet tests: net: socket: Check length for AF_PACKET SOCK_DGRAM socket 2025-03-12 02:29:02 +01:00
can
getaddrinfo boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
getnameinfo boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
misc
net_mgmt
offload_dispatcher
poll tests: remove various filters due to bugs/issue that were fixed 2025-03-28 21:52:13 +01:00
register
reuseaddr_reuseport tests: remove various filters due to bugs/issue that were fixed 2025-03-28 21:52:13 +01:00
select tests: remove various filters due to bugs/issue that were fixed 2025-03-28 21:52:13 +01:00
service tests: remove various filters due to bugs/issue that were fixed 2025-03-28 21:52:13 +01:00
socketpair boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
tcp tests: remove various filters due to bugs/issue that were fixed 2025-03-28 21:52:13 +01:00
tls net: tcp: fix ECONNREFUSED not reported by zsock_connect 2025-03-07 19:48:10 +01:00
tls_configurations drivers/ethernet/eth_native_posix: Rename to eth_native_tap 2025-03-07 20:10:38 +01:00
tls_ext net: lib: tls_credentials: Rename TLS_CREDENTIAL_SERVER_CERTIFICATE 2025-03-21 14:18:52 +01:00
udp net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
websocket
socket_helpers.h