- Jan 22, 2019
-
-
Ken Bannister authored
-
shuguo authored
-
Martine Lenders authored
-
- Jan 21, 2019
-
-
zhuoshuguo authored
Co-Authored-By:
zhuoshuguo <zhuosgzju@gmail.com>
-
Kaspar Schleiser authored
-
- Jan 18, 2019
-
-
Martine Lenders authored
-
Ken Bannister authored
-
- Jan 17, 2019
-
-
Martine Lenders authored
This is just a compatibility issue waiting to happen as soon as there is support for a more standard-compliant implementation of BLE (like e.g. NimBLE ;-)).
-
Kaspar Schleiser authored
-
- Jan 16, 2019
-
-
Ken Bannister authored
-
Kaspar Schleiser authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
The function to infer the link-layer address length from the length of a S/TLLAO is very dependent on the IPv6 over X specification and thus should be grouped with the other IP over X functions.
-
Kaspar Schleiser authored
"val = -val" causes UB for INTMIN, thus explicitly cast to unsigned.
-
Sören Tempel authored
Without this patch _len_get reads one byte beyond the con->rxbuf if the incoming packet consists only of the byte 0x01.
-
- Jan 15, 2019
-
-
Martine Lenders authored
Otherwise duplicate fragments are added to the number of already received datagram bytes in L153 leading to possible race-conditions.
-
Martine Lenders authored
Otherwise it gets never released Co-Authored-By:
Gunar Schorcht <gunar@schorcht.net>
-
Martine Lenders authored
-
- Jan 14, 2019
-
-
Martine Lenders authored
This way the IID generation gets much simplified and code duplication is avoided since it removes GNRC's requirement for NETOPT_IPV6_IID.
-
Kaspar Schleiser authored
-
- Jan 10, 2019
-
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
Fixes #10739
-
Ken Bannister authored
-
- Jan 09, 2019
-
-
Gunar Schorcht authored
Use the `gnrc_netif_t::pid` member instead of the pid of the current thread when generating the the `gnrc_netif_hdr` in `gnrc_netif_ieee802154::_recv` function.
-
Gunar Schorcht authored
Use the `gnrc_netif_t::pid` member instead of the pid of the current thread when generating the the `gnrc_netif_hdr` in `gnrc_netif_ethernet::_recv` function.
-
- Jan 08, 2019
-
-
Kees Bakker authored
-
Sören Tempel authored
-
Martine Lenders authored
While the recursion in `gnrc_sixlowpan_frag` shouldn't be infinite we still should avoid using recursions in general (also to be able to statically analyze stack usage). This unrolls the recursion.
-
- Jan 07, 2019
-
-
Martine Lenders authored
When having a non-6LN interface and a 6LN interface (e.g. on a border router) the assertion can hit when a Router Advertisement is received. This makes the check an `if` statement rather than an assertion, to account for that case. Co-authored-by:
Gunar Schorcht <gunar@schorcht.net>
-
Sören Tempel authored
-
Martine Lenders authored
The `l2addr` and `l2addr_len` members of the `gnrc_netif_t` struct did not show up in the rendered documentation.
-
Martine Lenders authored
-
Martine Lenders authored
-
- Jan 05, 2019
-
-
Ken Bannister authored
-
- Jan 04, 2019
-
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
- Jan 03, 2019
-
-
Martine Lenders authored
-