1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc
steffen 485dbd1fda [gnrc_icmpv6_error] Fixed multicast detection
before this commit the src address was checked for multicast, but the dst address should be checked. Therefore udp multicast packets would be flooded back to the src as ICMPv6 error, as not all nodes had a UDP receiver registered.
2019-09-05 19:22:43 +02:00
..
application_layer sys: make use of ARRAY_SIZE macro 2019-08-06 19:43:54 +02:00
link_layer gnrc_mac: rename directory in line with other modules 2019-05-09 14:46:35 +02:00
netapi gnrc_netapi: use static inline for high-level wrapper functions 2018-12-11 16:15:51 +01:00
netif net/l2util: add nimble opt for addr resolution 2019-08-28 16:48:03 +02:00
netreg gnrc_netreg: use thread_has_msg_queue() for msg queue check 2018-12-19 15:39:50 +01:00
nettest gnrc: remove legacy network interface structures 2017-11-17 09:20:29 +01:00
network_layer [gnrc_icmpv6_error] Fixed multicast detection 2019-09-05 19:22:43 +02:00
pkt gnrc: cleanup and corrections in gnrc_pkt 2017-04-22 20:56:54 +02:00
pktbuf gnrc/pktbuf: remove obsolete sys/uio.h include 2019-07-04 16:12:57 +02:00
pktbuf_malloc gnrc_pktbuf: remove gnrc_pktbuf_duplicate_upto 2019-07-03 15:09:18 +02:00
pktbuf_static gnrc_pktbuf: remove gnrc_pktbuf_duplicate_upto 2019-07-03 15:09:18 +02:00
pktdump gnrc_pktdump: add GNRC_NETTYPE_IPV6_EXT output 2018-12-14 01:37:53 +01:00
priority_pktqueue gnrc_priority_queue: updated coding style. 2017-06-22 11:36:55 +02:00
routing/rpl Merge pull request #9852 from bergzand/pr/rpl/fix_debug_hdrs 2019-08-16 11:27:48 +02:00
sock net/gnrc/sock: remove duplicate net_gnrc_sock group definition 2019-08-05 16:57:37 +02:00
transport_layer gnrc_tcp - Release pakets on failed gnrc_netapi_send() 2019-08-31 11:16:55 +02:00
Makefile gnrc_sixlowpan_frag: initial import of the VRB 2019-08-07 16:18:19 +02:00