zephyr/subsys/net
Maochen Wang 8a37897b5c net: ethernet: Fix EAPol packet length changed wrongly
In ethernet_recv(), it will call ethernet_update_length() to check for
ipv4 or ipv6 packet if it needs to get rid of the padding in the
packets. But for EAPOL packets, no need to do this, which may modify
the packet length of EAP type packet wrongly and leads to EAPoL
packets dropped in supplicant.

Signed-off-by: Maochen Wang <maochen.wang@nxp.com>
2024-06-20 12:47:18 +02:00
..
conn_mgr net: conn_mgr: Add IPv4 and IPv6 tracking 2024-06-10 00:59:34 -07:00
ip net: wifi: split wifi interface into STA and uAP 2024-06-20 12:47:18 +02:00
l2 net: ethernet: Fix EAPol packet length changed wrongly 2024-06-20 12:47:18 +02:00
lib net: lib: http_server: Fix dynamic HTTP post zero 0 length reply 2024-06-20 08:58:03 +02:00
pkt_filter
buf_simple.c net: buf_simple: Add support for 40 bit data type 2024-03-26 19:32:27 -04:00
buf.c net: buf: Disallow blocking allocation in syswq 2024-04-23 19:47:24 -04:00
CMakeLists.txt
hostname.c logging: net: update hostname 2024-01-17 14:42:58 +01:00
Kconfig net: Add Kconfig for net buf alignment 2023-12-14 09:29:47 +01:00
Kconfig.hostname net: add set hostname function 2024-01-17 14:42:58 +01:00
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net