1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net
Benjamin Valentin f4fa197951 gnrc_netif: properly initialize address in gnrc_netif_ipv6_add_prefix()
Initialize addr with 0 first.
Otherwise if prefix is < 64 there will be random bits of stack memory
in the bits of the address that are neither touched by ipv6_addr_set_aiid()
nor ipv6_addr_init_prefix().
2021-08-09 16:50:21 +02:00
..
application_layer gcoap: provide buffer version of gcoap_req_init() 2021-08-05 13:31:07 +02:00
ble net/skald : Update kconfig 2021-01-26 16:17:18 +01:00
credman sys/*: realign ENABLE_DEBUG 2020-10-23 11:27:48 +02:00
crosslayer netopt: add NETOPT_BATMON 2020-11-13 22:59:09 +01:00
dsm net/dtls/dsm: add DTLS session management module 2021-07-07 14:45:28 +02:00
gnrc gnrc_netif: properly initialize address in gnrc_netif_ipv6_add_prefix() 2021-08-09 16:50:21 +02:00
link_layer ieee802154/submac: check error codes 2021-07-12 18:20:50 +02:00
lora net/lora: add module to Kconfig 2021-01-21 11:22:33 +01:00
netdev_test netdev_test: avoid explicit cast to netdev 2021-07-09 11:35:19 +02:00
netif sys/net/netif: add netif_get_by_name_buffer function 2021-08-04 18:12:56 +02:00
netstats sys/include/net/netstats: move xtimer header where it is needed 2021-02-16 18:18:21 +01:00
netutils netutils: get interface by name rather than ID 2021-07-22 17:26:47 +02:00
network_layer net/ipv*/addr: Add ipv*_addr modules to Kconfig 2021-03-09 09:08:50 +01:00
sock net/sock/dtls: allow to register multiple credentials into a sock 2021-04-01 09:47:36 +02:00
transport_layer sys: fix doxygen grouping 2018-06-11 19:12:02 +02:00
doc.txt doc: add net to sys group 2015-08-30 14:00:33 +02:00
Kconfig net/ipv*/addr: Add ipv*_addr modules to Kconfig 2021-03-09 09:08:50 +01:00