1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc
Yonezawa-T2 9108d2779d sixlowpan: fixed infinite loop
When prefix entry is resued, it may form a looped list, results in infinite loop
in gnrc_ndp_internal_send_rtr_adv.
This patch avoids looped lists.
2015-12-22 11:29:04 +09:00
..
application_layer sys: adapted to renamed THREAD FLAGS 2015-12-07 22:09:47 +01:00
conn conn: add function to find the best source address 2015-12-02 18:11:55 +01:00
link_layer OSX: fix warnings/errors thrown by clang on OS X 2015-12-10 11:23:56 +09:00
netapi
netif gnrc netif: add a check for interface existence 2015-12-03 18:35:23 +01:00
netreg sys: net: gnrc_netreg: check for msg queue of registered thread, not registering 2015-10-31 11:18:00 +01:00
nettest sys: adapted to renamed THREAD FLAGS 2015-12-07 22:09:47 +01:00
network_layer sixlowpan: fixed infinite loop 2015-12-22 11:29:04 +09:00
pktbuf_static
pktdump sys: adapted to renamed THREAD FLAGS 2015-12-07 22:09:47 +01:00
routing/rpl sys: adapted to renamed THREAD FLAGS 2015-12-07 22:09:47 +01:00
transport_layer/udp gnrc_udp.c adapt for nhc udp encoding and decoding 2015-12-08 14:50:25 +01:00
Makefile tftp: implement TFTP server and client 2015-12-03 21:45:48 +01:00