zephyr/drivers/net
Robert Lubos 666e9f80d6 net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct
Replace unpacked in6_addr structures with raw buffers in net_ipv6_hdr
struct, to prevent compiler warnings about unaligned access.

Remove __packed parameter from `struct net_6lo_context` since the
structure isn't really serialized.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2021-11-25 10:46:35 -05:00
..
CMakeLists.txt drivers: net: build as static library 2021-08-17 06:06:03 -04:00
Kconfig drivers: net: ppp: configurable autostart 2021-11-16 21:25:47 -05:00
loopback.c net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct 2021-11-25 10:46:35 -05:00
ppp.c drivers: net: ppp: configurable autostart 2021-11-16 21:25:47 -05:00
slip.c drivers: net: remove usage of device_pm_control_nop 2021-04-28 12:25:24 -04:00