- Jan 15, 2016
-
-
Joakim Nohlgård authored
-
- Jan 13, 2016
-
-
Oleg Hahm authored
pkg: ccn-lite: always rebuild
-
Cenk Gündoğan authored
rpl: fix netapi commands handling
-
Martine Lenders authored
shell: fixed ncache arguments parsing
-
Yonezawa-T2 authored
-
- Jan 11, 2016
-
-
Cenk Gündoğan authored
-
- Jan 10, 2016
-
-
Cenk Gündoğan authored
gitignore: add ccn-lite
-
Martine Lenders authored
2015.12: added release notes
-
Cenk Gündoğan authored
-
Cenk Gündoğan authored
-
- Jan 08, 2016
-
-
Martine Lenders authored
travis: pass the proper branch to compile_test.py
-
Cenk Gündoğan authored
tests: swap thread priorities in msg_snd_rcv test
-
Martine Lenders authored
travis: upgrade to trusty (beta)
-
Oleg Hahm authored
posix socket: align size of sa_family_t with Linux
-
- Jan 07, 2016
-
-
Cenk Gündoğan authored
cpu: native: fix native timer_set_absolute()
-
Cenk Gündoğan authored
-
Kaspar Schleiser authored
-
Cenk Gündoğan authored
gnrc_pktbuf_static.c: fix overflow in gnrc_pktbuf_realloc_data
-
Cenk Gündoğan authored
-
Oleg Hahm authored
fixes #4611 by always re-building the ccn-lite library
-
Martine Lenders authored
tests:xtimer_hang: use THREAD_STACKSIZE_DEFAULT instead of literal.
-
Oleg Hahm authored
tests: allow language extensions for fault_handler test in clang
-
Martine Lenders authored
-
Johann Fischer authored
This patch fixes overflow, which is caused by (pkt->size - aligned_size). This happens if pkt->size and new size are unaligned and the difference between pkt->size and new size is less than four.
-
Thomas Eichinger authored
-
Hauke Petersen authored
tests: remove vtimer tests
-
Thomas Eichinger authored
-
Oleg Hahm authored
Linux defines `sa_family_t` as `unsigned short int`. In order to be compatible with Linux code, RIOT should define it the same way.
-
Oleg Hahm authored
drivers/kw2xrf/kw2xrf.c: fix MAX_PKT_LENGTH
-
Martine Lenders authored
fixes several bugs on GNRC network stack
-
Yonezawa-T2 authored
-
Yonezawa-T2 authored
-
Yonezawa-T2 authored
When ENABLE_DEBUG is 1, `out` is dereferenced unconditionally, but `_parse_options` in `gnrc_rpl_control_messages.c` calls it with NULL. Clarified `out` must not NULL and fixed `_parse_options`.
-
Yonezawa-T2 authored
When `gnrc_ndp_node_next_hop_l2addr` cannot resolve L2 address, it creates a temporary neighbor cache entry with interface `KERNEL_PID_UNDEF` (unless the interface is already known) to send a neighbor solicitation. When another packet directed to the same address is going to sent before receiving a neighbor advertisement, `gnrc_sixlowpan_nd_next_hop_l2addr` gets the temporary neighbor cache entry and calls `gnrc_ipv6_netif_get` with `KERNEL_PID_UNDEF`, resulting get a `NULL`. We must check `NULL` before dereference it. FYI, both `gnrc_ndp_node_next_hop_l2addr` and `gnrc_sixlowpan_nd_next_hop_l2addr` are enabled when `gnrc_sixlowpan_border_router_default` module is enabled with `GNRC_NETIF_NUMOF` is greater than 1: gnrc_sixlowpan_border_router_default → gnrc_ipv6_router_default → gnrc_ndp_router (if GNRC_NETIF_NUMOF > 1) → gnrc_ndp_node → gnrc_ndp_node_next_hop_l2addr is called from _next_hop_l2addr gnrc_sixlowpan_border_router_default → gnrc_sixlowpan_nd_border_router → gnrc_sixlowpan_nd_router → gnrc_sixlowpan_nd → gnrc_sixlowpan_nd_next_hop_l2addr is called from _next_hop_l2addr
-
Johann F authored
This patch fixes MAX_PKT_LENGTH on kw2x radio
-
- Jan 06, 2016
-
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
-
Kaspar Schleiser authored
This reverts commit ec441e9a.
-
Cenk Gündoğan authored
tests: fix clang missing field error
-