zephyr/subsys/net/l2/ethernet
Krishna T b754e63d1b net: ethernet: Add EAPoL ether type support
Wi-Fi protocol uses EAPoL ether type frames for authentication, so, add
support for that ether type so that they are not dropped.

Though we have NET_ETHERNET_FORWARD_UNRECOGNISED_ETHERTYPE to allow
unknown frames to be passed up the stack, but this might cause
performance penalty.

Signed-off-by: Krishna T <krishna.t@nordicsemi.no>
2022-08-08 14:03:54 +02:00
..
dsa subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
gptp different subsystems: use unsigned int for irq_lock() 2022-07-14 14:37:13 -05:00
lldp subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
arp.c all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
arp.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
bridge_shell.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
bridge.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
bridge.h
CMakeLists.txt drivers: ethernet: build as static library 2021-08-17 06:06:03 -04:00
eth_stats.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
ethernet_mgmt.c net: ethernet: Remove double assignment 2022-06-22 12:28:35 +02:00
ethernet_stats.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
ethernet.c net: ethernet: Add EAPoL ether type support 2022-08-08 14:03:54 +02:00
Kconfig net: ethernet: Add Kconfig option to forward unrecognized EtherType frames 2022-05-27 15:40:29 -07:00