zephyr/subsys/net
Tim Pambor a760ba76b6 net: ip: 6lo: Fix undefined behavior reported by UBSAN
htonl() and htons() take uint32_t/uint16_t as argument. Add the 'u' suffix
to constants to ensure the correct unsigned type is used and to avoid
undefined behavior if these functions are implemented as macros using
bit shifts.

Signed-off-by: Tim Pambor <tim.pambor@codewrights.de>
2025-06-03 21:32:54 -07:00
..
conn_mgr net: conn_mgr: Fix disconnect with CONN_MGR_IF_NO_AUTO_DOWN unset 2025-05-19 16:37:07 +02:00
ip net: ip: 6lo: Fix undefined behavior reported by UBSAN 2025-06-03 21:32:54 -07:00
l2 net: wifi: fix the bug by non-wifi network call 2025-05-27 11:51:23 +02:00
lib net: sockets: Enable gethostname even if socket-offloading is selected 2025-06-03 13:51:23 +02:00
pkt_filter net: pkt_filter: Add VLAN support to filtering 2025-04-16 08:07:34 +02:00
CMakeLists.txt
hostname.c
Kconfig
Kconfig.hostname
Kconfig.template.log_config.default.net
Kconfig.template.log_config.net