zephyr/subsys/net/l2/ethernet
Mario Paja 6b644dff67 net: gptp: Fix announce message len
This fix addresses wrong announce message length warning message.

TLV is a variable length (4+8N) based on the 802.1AS-2011 (table 10-8). In
Zephyr TLV is fixed to 12 bytes. TLV type and length are already taken
into account in the announcement message length.

Signed-off-by: Mario Paja <mario.paja@zal.aero>
2023-12-01 11:02:57 +00:00
..
dsa subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
gptp net: gptp: Fix announce message len 2023-12-01 11:02:57 +00:00
lldp net: rename shadow variables 2023-08-10 08:14:43 +00:00
arp.c net: iface: Introduce TX mutex locking 2023-11-13 09:49:57 +01:00
arp.h net: l2: ethernet: Fix double free 2023-02-20 19:45:28 +01:00
bridge.c iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00
bridge.h net: ethernet: bridging support 2021-07-21 18:20:01 -04:00
bridge_shell.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
CMakeLists.txt net: syscalls: use zephyr_syscall_header 2023-06-17 07:57:45 -04:00
eth_stats.h net: ethernet: Fixes for ethernet stats reporting. 2023-01-25 15:01:14 +00:00
ethernet.c kernel: move syscall_handler.h to internal include directory 2023-11-03 11:46:52 +01:00
ethernet_mgmt.c net: ethernet: Add support for setting T1S PLCA parameters 2023-11-29 10:06:30 +01:00
ethernet_stats.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
Kconfig net: arp: Replace pending packet pointer with fifo 2022-09-21 08:49:32 +00:00