zephyr/subsys/net/l2/ethernet
Jukka Rissanen 420c4b153e net: ethernet/vlan: Add support for embedding ll header
If Ethernet based network device driver is advertizing
ETHERNET_EMBEDDED_LL_HEADER, then the L2 driver will can
return the proper L2 header size for the network interface.
This info is then used in TX to determine whether to have a
separate net_buf for the link level header, or to embed the
header to the same net_buf as the L2 payload.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-12-19 10:21:28 +01:00
..
dsa
gptp
lldp
arp.c net: ethernet: arp: Fix incorrect adding to the pending queue 2024-12-06 22:21:31 +01:00
arp.h
bridge_shell.c net: bridge: Overhaul the code to use virtual interfaces 2024-09-06 18:01:15 -04:00
bridge.c net: ethernet: bridge: Drop the cloned packet in error 2024-11-28 12:50:36 +01:00
bridge.h net: bridge: Overhaul the code to use virtual interfaces 2024-09-06 18:01:15 -04:00
CMakeLists.txt
eth_stats.h
ethernet_mgmt.c net: ipv6: Add support for stable IID addresses 2024-11-16 15:55:49 -05:00
ethernet_stats.c
ethernet.c net: ethernet/vlan: Add support for embedding ll header 2024-12-19 10:21:28 +01:00
Kconfig net: ethernet/vlan: Add support for embedding ll header 2024-12-19 10:21:28 +01:00
vlan.c net: ethernet/vlan: Add support for embedding ll header 2024-12-19 10:21:28 +01:00