zephyr/tests
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
..
application_development scripts: code_relocate: support section filter 2025-02-14 03:02:56 +01:00
arch tests/samples: use integration platforms where possible 2025-03-11 11:35:15 +01:00
benchmarks tests: thread_metric: Fix cooperative for SMP 2025-03-17 07:05:36 +01:00
bluetooth test: bluetooth: tester: Fix regression in PBP 2025-03-17 13:57:41 +01:00
boards tests: boards: nrf: hwinfo: Extend test with RESET_CPU_LOCKUP 2025-03-12 14:05:06 +00:00
boot tests: boot: test_mcuboot: Add swap using offset test 2025-02-10 19:05:25 +01:00
bsim tests: bsim: Bluetooth: broadcast_audio_source interleaved/sequential 2025-03-17 16:24:33 +01:00
cmake dts: zephyr,native-posix-cpu changed to zephyr,native-sim-cpu 2025-03-12 02:27:36 +01:00
crypto
ctest/base tests: Add CTest base harness testing 2025-01-10 04:12:42 +01:00
drivers drivers: watchdog: siwx91x: Add siwx91x WDT driver 2025-03-17 13:56:24 +01:00
integration/kernel
kconfig
kernel kernel: rename 'dumb' scheduler and simply call it 'simple' 2025-03-15 00:34:58 +01:00
lib tests/lib/heap_align: improve test some more 2025-03-17 02:21:27 +01:00
misc tests: linker: iterable_sections: Test sorting with 5 numeric characters 2025-01-22 10:40:45 +01:00
modules tests: modules: nanopb: Test on Big Endian platform 2024-12-19 15:20:11 +01:00
net net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
posix tests: posix: add one integration platform per suite 2025-03-12 02:28:23 +01:00
robot
subsys net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
unit
ztest Revert "arch: deprecate _current" 2025-01-10 07:49:08 +01:00
test_config.yaml