1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc
Marian Buschsieweke b7269c39e8
sys/net/gnrc_pktbuf_static: fix compilation with -Wcast-align
Comparing the pointers as `uintptr_t` won't hurt but makes the compiler
happy.
2021-12-03 10:12:34 +01:00
..
application_layer sys/net/gnrc/dhcpv6: Set stateful configuration mode 2021-10-04 21:41:50 +02:00
link_layer Merge branch 'master' into gnrc_gomach/adapt_duty_recode_para_name 2021-10-13 17:36:21 +02:00
netapi sys/*: realign ENABLE_DEBUG 2020-10-23 11:27:48 +02:00
netif sys/net/gnrc/netif: use container_of() 2021-12-03 10:12:33 +01:00
netreg sys/net/gnrc: Fix include of xtimer.h 2020-09-16 19:55:43 +02:00
network_layer sys/net/gnrc: make cppcheck happy 2021-11-30 11:20:20 +01:00
pkt
pktbuf gnrc_pktbuf: use _free function with gnrc_pktbuf_malloc 2021-02-12 18:15:40 +01:00
pktbuf_malloc gnrc_pktbuf: use _free function with gnrc_pktbuf_malloc 2021-02-12 18:15:40 +01:00
pktbuf_static sys/net/gnrc_pktbuf_static: fix compilation with -Wcast-align 2021-12-03 10:12:34 +01:00
pktdump treewide: change prefix for generated Kconfig symbols. 2020-08-31 09:37:09 +02:00
priority_pktqueue sys/*: add missing include of assert.h 2020-10-22 11:13:09 +02:00
routing gnrc/ipv6_auto_subnets: set RIO priority to ZERO 2021-10-15 15:57:59 +02:00
sock gnrc/sock: recv avoid spinning xtimer 2021-09-09 22:41:39 +02:00
transport_layer gnrc_tcp: experimental feature "dynamic msl" 2021-09-04 07:37:53 +02:00
tx_sync sys/net/gnrc/tx_sync: new module 2021-02-03 15:16:42 +01:00
doc.txt
Kconfig treewide: change prefix for generated Kconfig symbols. 2020-08-31 09:37:09 +02:00
Makefile gnrc_ipv6_auto_subnets: auto-configuration for nested subnets 2021-09-02 15:35:14 +02:00
Makefile.dep sys/net: Add ipv6 pseudomodule 2021-10-08 10:27:22 +02:00