- Nov 16, 2018
-
-
Martine Lenders authored
-
Martine Lenders authored
This is aimed to make the usage code of this module more readable.
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
-
Martine Lenders authored
The stack might still wants to do something with the packet after copying it to the error message.
-
Martine Lenders authored
-
Martine Lenders authored
-
Koen Zandberg authored
gnrc/pkt: Add const keyword to length functions
-
Martine Lenders authored
-
Koen Zandberg authored
-
Koen Zandberg authored
sys/crypto: optimize AES footprint (resurrected)
-
- Nov 15, 2018
-
-
Juan Carrano authored
USEMODULE += crypto_aes_precalculated enables the precalculated T tables (the old code). USEMODULE += crypto_aes_unroll causes loops to be unrolled.
-
Oleg Artamonov authored
-
- Nov 14, 2018
-
-
Kaspar Schleiser authored
ethos: Only accept frame if previous frame is read
-
Koen Zandberg authored
-
Martine Lenders authored
cpu/nrf5x: fix hwrng hang
-
Semjon Kerner authored
-
- Nov 13, 2018
-
-
Martine Lenders authored
gnrc_pktbuf: deprecate gnrc_pktbuf_duplicate_upto
-
Martine Lenders authored
-
José Ignacio Alamos Aste authored
Release 2018.10 notes
-
Jose Alamos authored
-
- Nov 12, 2018
-
-
Sebastian Meiling authored
{drivers/saul,sys/phydat}: Added RSSI sensor and dBm unit
-
Koen Zandberg authored
crypto/ccm: fix auth_data_len check
-
Martine Lenders authored
gnrc_sock_[udp|ip]: read return value for _recv after release
-
Gaëtan Harter authored
Maximal supported value is 0xFEFF.
-
Wentao Shang authored
RFC3610 states that len_encoding is only valid for "0x0001 ... 0xFEFF" If 0 < l(a) < (2^16 - 2^8), then the length field is encoded as two octets which contain the value l(a) in most-significant-byte first order.
-
Gaëtan Harter authored
Return value was ignored but function could fail
-
Robin authored
sock_[udp|ip]_recv returns `pkt->size` after pkt was released via `gnrc_pktbuf_release(pkt)`. This can result in wrong values returned by this functions and thus is not according to its sepecification. Storing this values before releasing pkt returning the stored values should fix this.
-
Sebastian Meiling authored
print_toolchain_versions.sh: Add make command version
-
Joakim Nohlgård authored
-
- Nov 09, 2018
-
-
Martine Lenders authored
gnrc_ipv6_nib: provide interface on packet queueing
-