1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc
Benjamin Valentin f6cef270c2 gnrc_ipv6_nib: use correct DHCPv6 client module name
`MODULE_GNRC_DHCPV6_CLIENT_IA_PD` does not exist, the correct module name
is `MODULE_DHCPV6_CLIENT_IA_PD`.
2022-08-05 12:52:22 +02:00
..
application_layer gnrc_dhcpv6_client_simple_pd: set AAC_DHCP if IA_NA is enabled 2022-03-02 14:53:09 +01:00
link_layer Merge pull request #18089 from benpicco/NETOPT_RX_END_IRQ 2022-05-16 11:34:48 +02:00
netapi
netif Merge pull request #18284 from jia200x/pr/gnrc_netif_move_tested_options 2022-07-11 22:57:57 +02:00
netreg gnrc_netreg: drain mbox on unregister 2022-05-29 22:42:48 +02:00
network_layer gnrc_ipv6_nib: use correct DHCPv6 client module name 2022-08-05 12:52:22 +02:00
pkt
pktbuf gnrc_pktbuf: fix gnrc_pktbuf_contains() 2022-06-17 19:58:01 +02:00
pktbuf_malloc
pktbuf_static sys/net/gnrc_pktbuf_static: fix documentation of use-after-free detection 2022-06-23 00:31:32 +02:00
pktdump
priority_pktqueue
routing doc/doxygen: add gnrc_ipv6_auto_subnets.c to INPUT 2022-07-15 11:47:01 +02:00
sock Merge pull request #17691 from miri64/gnrc_sock/enh/warn-about-async-timeout 2022-05-24 23:20:42 +02:00
transport_layer gnrc_tcp: add ; after DEBUG() 2021-12-08 21:09:31 +01:00
tx_sync
doc.txt
Kconfig
Makefile
Makefile.dep gnrc_ipv6_nib: make configurable via Kconfig again 2022-07-22 17:51:57 +02:00