zephyr/subsys/net/l2/ethernet
Jukka Rissanen d40abe8c0f net: vlan: Fix net_eth_get_vlan_tag() to check correct interface
The network interface parameter for net_eth_get_vlan_tag() should
be the VLAN interface so use the search loop properly.
Earlier the main interface could be checked.

Add also test cases for this so that we can catch that the func
works properly.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-04-12 11:54:33 +02:00
..
dsa subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
gptp net: use appropriate sys_randX_get() 2024-04-05 12:28:46 +02:00
lldp net: rename shadow variables 2023-08-10 08:14:43 +00:00
arp.c net: arp: Enhance debug prints by printing interface index 2024-03-28 09:41:38 +00:00
arp.h net: arp: Make arp_update() function externally visible 2024-01-19 10:15:23 +00: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: ethernet: VLAN overhaul and refactoring 2024-03-28 09:41:38 +00:00
eth_stats.h net: ethernet: Include ethernet API in eth_stats.h 2024-04-02 21:02:25 -04:00
ethernet.c net: gptp: Remove VLAN support 2024-03-28 09:41:38 +00:00
ethernet_mgmt.c net: ethernet: mgmt: Add HW MAC address filtering 2024-03-18 10:14:34 +01:00
ethernet_stats.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
Kconfig net: ethernet: VLAN overhaul and refactoring 2024-03-28 09:41:38 +00:00
vlan.c net: vlan: Fix net_eth_get_vlan_tag() to check correct interface 2024-04-12 11:54:33 +02:00