zephyr/tests/net/lib
Jukka Rissanen ac3cb9dac0 net: Change the net_linkaddr struct to not use pointers
Previously the net_linkaddr struct had pointers to the link address.
This is error prone and difficult to handle if cloning the packet as
those pointers can point to wrong place. Mitigate this issue by
allocating the space for link address in net_linkaddr struct. This will
increase the size of the net_pkt by 4 octets for IEEE 802.15.4 where the
link address length is 8, but there no increase in size if link address
is 6 bytes like in Ethernet/Wi-Fi.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2025-03-17 16:25:22 +01:00
..
coap tests: net: coap: Add test case for matching pending replies 2025-01-21 19:30:06 +01:00
coap_client tests: Stop using native_posix/sim transitional headers 2025-03-08 08:46:34 +01:00
coap_server/common
dns_addremove boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
dns_cache boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
dns_dispatcher boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
dns_packet boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
dns_resolve net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
dns_sd tests: net: mdns: updated interface to match unicast MDNS function 2025-03-13 16:54:24 +00:00
http_header_fields net: lib http: Added tests for Content-Range to http parser. 2025-01-16 22:55:51 +01:00
http_server test: net: http: Add compression support in HTTP server 2025-03-07 20:19:44 +01:00
lwm2m drivers uart_native_posix: rename to native_pty and support N instances 2025-03-11 18:54:02 +01:00
mdns_responder net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
mqtt/v3_1_1
mqtt_sn_client net: mqtt-sn: Wait for register & subscribe to complete 2025-02-11 11:44:52 +00:00
mqtt_sn_packet
prometheus boards native_posix: Remove twister support 2025-03-07 19:16:14 +01:00
tls_credentials yaml: use EXTRA_CONF_FILE in .yaml files 2024-10-17 09:45:25 +02:00
wifi_credentials tests: nrf: Fix SPDX license tags 2025-02-14 20:15:34 +01:00
wifi_credentials_backend_psa secure_storage: add a global registry header file for PSA key IDs 2025-02-13 20:22:09 +01:00
wifi_credentials_backend_settings tests: net: wifi_credentials: restrict to native_sim 2024-10-24 22:02:28 +01:00