zephyr/subsys/net/lib
Florian Grandel 2e5e761074 net: l2: ieee802154: decouple L2/L3 concerns
This change decouples the IEEE 802.15.4 (L2) layer from all IPv6 (L3)
concerns.

Applications may now choose to set CONFIG_NET_6LO=n and
CONFIG_NET_L2_IEEE802154=y at the same time.

Setting CONFIG_NET_6LO=n will build a vanilla IEEE 802.15.4-2006 specs
compliant L2 layer without any reference to 6LoWPAN or IPv6. This allows
application developers to design custom non-IP protocols on top of
IEEE 802.15.4-2006 and thereby makes the L2 layer much more re-usable.

Fixes #48585.

Signed-off-by: Florian Grandel <jerico.dev@gmail.com>
2022-08-04 13:44:06 +02:00
..
capture all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
coap net: coap: Remove resource pointer NULL check 2022-08-01 10:47:23 +02:00
config net: l2: ieee802154: decouple L2/L3 concerns 2022-08-04 13:44:06 +02:00
conn_mgr subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
dns all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
http all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
lwm2m net: lwm2m: Shell helper for pause and resume 2022-08-04 13:42:55 +02:00
mqtt subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
sntp subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
sockets net: sockets: Fill the address structure provided in recvfrom() 2022-08-01 18:02:20 +02:00
socks subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
tftp all: logging: Remove log_strdup function 2022-06-23 13:42:23 +02:00
tls_credentials subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
utils subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
websocket net: websocket: Allow building with POSIX API 2022-06-05 14:48:52 +02:00
CMakeLists.txt net: openthread: Move glue code into module directory 2022-07-11 11:00:12 +02:00
Kconfig