1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/netif
Marian Buschsieweke 581f35e577
sys/net/gnrc/netif: adapt to new API
For Ethernet, raw netifs, and IEEE 802.15.4 netifs only release outgoing
frame with legacy drivers, as gnrc_netif does so with new non-blocking
API.
2022-09-15 13:23:26 +02:00
..
ethernet sys/net/gnrc/netif: adapt to new API 2022-09-15 13:23:26 +02:00
hdr treewide: Remove excessive newlines 2021-08-13 19:50:38 +02:00
ieee802154 sys/net/gnrc/netif: adapt to new API 2022-09-15 13:23:26 +02:00
init_devs drivers/kw2xrf: add IEEE 802.15.4 Radio HAL support 2022-08-15 12:11:03 +02:00
lorawan gnrc_netif: use event queue for ISR offload 2022-05-10 17:48:42 +02:00
pktq gnrc_netif_pktq: protect against concurrent access 2022-06-01 12:13:31 +02:00
_netif.c sys/net/gnrc/netif: use container_of() 2021-12-03 10:12:33 +01:00
gnrc_netif_device_type.c drivers/slipdev: report NETOPT_ADDRESS to simulate l2 address 2021-06-21 12:42:03 +02:00
gnrc_netif_raw.c sys/net/gnrc/netif: adapt to new API 2022-09-15 13:23:26 +02:00
gnrc_netif.c sys/net/gnrc/netif: provide support for confirm_send() 2022-09-15 13:23:25 +02:00
Kconfig gnrc_netif_pktq: create dedicated Kconfig 2022-05-30 11:13:52 +02:00
Makefile gnrc_netif: add a send queue 2020-09-02 12:30:22 +02:00