1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc
Martine Lenders 38d14b6335
dhcpv6_client: make IA_PD an optional module
Prefix delegation used to be the only supported feature of our DHCPv6
client, but by now it also supports MUD, DNS recursive name servers and
IA_NA is on the horizon. So it makes sense to make IA_PD an optional
module like all those other features are as well.
2021-07-21 11:37:29 +02:00
..
application_layer gnrc_dhcpv6_client_simple_pd: fix old doc and names 2021-07-20 14:42:07 +02:00
link_layer Revert "net/gnrc_lorawan: use uint8_t for NETOPT_RX_SYMBOL_TIMEOUT" 2021-07-13 21:14:03 +02:00
netapi sys/*: realign ENABLE_DEBUG 2020-10-23 11:27:48 +02:00
netif gnrc_netif/auto_init_*: avoid explicit cast to netdev 2021-07-09 11:35:21 +02:00
netreg sys/net/gnrc: Fix include of xtimer.h 2020-09-16 19:55:43 +02:00
network_layer Merge pull request #16596 from JKRhb/aac-flags 2021-06-30 13:29:44 +02:00
pkt gnrc: cleanup and corrections in gnrc_pkt 2017-04-22 20:56:54 +02:00
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 gnrc_pktbuf_static: expose _align() function to be used for tests 2021-02-19 12:23:22 +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/rpl net/gnrc/rpl: use ztimer_msec if available 2021-06-16 20:39:32 +02:00
sock gnrc_sock: imply end-point netif only if unset 2021-07-14 10:29:09 +02:00
transport_layer gnrc_tcp: align with sock_tcp 2021-07-13 20:32:14 +02:00
tx_sync sys/net/gnrc/tx_sync: new module 2021-02-03 15:16:42 +01:00
doc.txt sys/net/gnrc: Add GNRC configuration Doxygen group 2019-12-06 12:18:03 +01:00
Kconfig treewide: change prefix for generated Kconfig symbols. 2020-08-31 09:37:09 +02:00
Makefile sys/net/gnrc/tx_sync: new module 2021-02-03 15:16:42 +01:00
Makefile.dep dhcpv6_client: make IA_PD an optional module 2021-07-21 11:37:29 +02:00