Commit Graph

8564 Commits (6c61266bedc20b8ce9443cc7c099449e64e21f44)
 

Author SHA1 Message Date
Martine Lenders 6c61266bed Merge pull request #3958 from authmillenon/gnrc_ipv6_nc/fix/leave-unmanaged
gnrc_ipv6_nc: leave UNMANAGED entries UNMANAGED
8 years ago
Martine Lenders 225dcaaf34 gnrc_ipv6_nc: leave UNMANAGED entries UNMANAGED 8 years ago
Hauke Petersen 187e318da9 Merge pull request #3912 from thomaseichinger/pr/samr21-xpro_serial_port
boards/samr21-xpro: define serial port for OS X
8 years ago
Oleg Hahm aba11407f1 Merge pull request #3957 from OlegHahm/6lowpan_DO_gc
6lowpan: do garbage collect unreachable NCEs
8 years ago
Oleg Hahm cc0101472e 6lowpan: do garbage collect unreachable NCEs
RFC6775 says "if NUD on the router determines that the host is UNREACHABLE (based on the logic in [RFC4861]), the NCE SHOULD NOT be deleted but rather retained until the Registration Lifetime expires." Since this is a "SHOULD NOT" and not a "MUST NOT", we can still remove these NCEs to circumvent NCEs going into UNREACHABLE and never leave this state again. Actually removing these entries from the cache seems also be the better choice for memory constraint device.
8 years ago
Oleg Hahm ad1b5b4c94 Merge pull request #3955 from daniel-k/pr/at86rf2xx_phr_compliance
at86rf2xx: mask MSB in PHR for 802.15.4 compliance
8 years ago
Hauke Petersen f7057da00d Merge pull request #3909 from gebart/pr/k60-delete-old-devio
cpu/k60: remove leftover files from old syscall implementation
8 years ago
daniel-k e754963c52 at86rf2xx: mask MSB in PHR for 802.15.4 compliance 8 years ago
Hauke Petersen 177dd5fd84 Merge pull request #3885 from authmillenon/socket_base/clean/rm
socket_base: remove deprecated header files
8 years ago
Martine Lenders 8b2e4d5ffa socket_base: remove deprecated header files 8 years ago
Martine Lenders 000892773f Merge pull request #3882 from authmillenon/pkg/clean/oonf_api
oonf_api: adapt for new sockets
8 years ago
Martine Lenders ae46d5d6a0 Merge pull request #3953 from OlegHahm/6lowpan_slaac_fixes
6lowpan: make SLAAC work
8 years ago
Oleg Hahm 63fda9e900 6lowpan: remove tentative flag for local addresses
There's no real need for this flag, but it causes problem during address registration.
8 years ago
Oleg Hahm c5b1156909 IPv6 nd: missing parameter for debug function 8 years ago
Oleg Hahm bb287ae7e8 6lowpan netif: set prefixes for 6LBR first
By adding a newly added prefix first, it is assured that the following router advertisement will already disseminate it via the PIO.
8 years ago
Hauke Petersen 026503d229 Merge pull request #3952 from gebart/pr/kinetis-timer-channel-return
kinetis: timer: return error if timer channel is not zero.
8 years ago
Hauke Petersen 7cb3f9bd5e Merge pull request #3716 from kaspar030/ng_cc110x
drivers: add cc110x driver
8 years ago
Joakim Nohlgård 015098d2c2 kinetis: timer: return error if timer channel is not zero. 8 years ago
Martine Lenders 5e2b4b6b23 Merge pull request #3951 from OlegHahm/6lowpan_nd_pio_fixes
6lowpan nd: PIO fixes
8 years ago
Martine Lenders 109b2ab522 Merge pull request #3950 from authmillenon/gnrc_sixlowpan_iphc/fix/set-mcast-ctx
gnrc_sixlowpan_iphc: actually set context for unicast prefix based comp
8 years ago
Oleg Hahm fee9ad77cb ipv6: init addresses w/ infinite validity time 8 years ago
Oleg Hahm 9b7b1bae37 6lowpan: prefixes are initially all null pointers
Since the prefixes list stores pointers, one need to check for null pointers first.
8 years ago
Oleg Hahm ba023aecb8 6lowpan nd: use correct upper limit for iterating
While iterating over the prefixes the wrong upper limit was used for the for loop.
8 years ago
Martine Lenders 3c69d7bec3 Merge pull request #3949 from OlegHahm/iphc_set_DAC
6lowpan IPHC: set stateful compression mode f. dst
8 years ago
Martine Lenders 1372b9b779 gnrc_sixlowpan_iphc: actually set context for unicast prefix based comp 8 years ago
Oleg Hahm e9d6eb8170 6lowpan IPHC: set stateful compression mode f. dst
For destionation addresses the stateful compression mode bit wasn't set.
8 years ago
Martine Lenders dd7b96c840 Merge pull request #3750 from authmillenon/shell/feat/6ctx
shell_commands: provide command for 6Lo context administration at 6LBR
8 years ago
Martine Lenders 3536c84844 oonf_api: adapt for new sockets 8 years ago
Oleg Hahm 845c02204c Merge pull request #3948 from OlegHahm/netif_add_no_mc_na
6lowpan: do not send NSs for new MC addresses
8 years ago
Martine Lenders dd69fd0cd3 gnrc_ndp_internal: add missing include 8 years ago
Martine Lenders cc9aa3550d shell_commands: provide command for 6Lo context administration 8 years ago
Oleg Hahm 0cc4f57fc0 6lowpan: do not send NAs for new MC addresses 8 years ago
Hauke Petersen ff84390627 Merge pull request #3939 from haukepetersen/fix_native_periph_timer
native/timer: fix return value for invalid channel
8 years ago
Hauke Petersen 7d38a18060 Merge pull request #3946 from kaspar030/add_lpc3287_spi_conf_pins
cpu: lpc2387: add spi_conf_pins()
8 years ago
Oleg Hahm 5df45329b1 Merge pull request #3945 from authmillenon/gnrc_ipv6_netif/fix/ra-src-ll
gnrc_ipv6_netif: a RA source MUST be link-local
8 years ago
Kaspar Schleiser d0ff4946ea cpu: lpc2387: add spi_conf_pins() 8 years ago
Kaspar Schleiser 63acf0bb19 boards: msba2: add cc110x support 8 years ago
Kaspar Schleiser 14d0ef6c4d drivers: add cc110x driver 8 years ago
Martine Lenders 771e7f40cd gnrc_ipv6_netif: a RA source MUST be link-local 8 years ago
Martine Lenders 320aa47200 Merge pull request #3876 from authmillenon/nhdp/enh/use-conn
nhdp: use conn instead of socket_base
8 years ago
Martine Lenders ed4512470b Merge pull request #3942 from OlegHahm/pktbuf_dump_fix_chunk_size
pktbuf: correct size for printing chunk dumps
8 years ago
Oleg Hahm 30885a2a2d pktbuf: correct size for printing chunk dumps 8 years ago
Martine Lenders 45af84700a Merge pull request #3940 from authmillenon/gnrc_slip/fix/reversed-recv
gnrc_slip: reorder received packet correctly
8 years ago
Martine Lenders e06e85d65c gnrc_slip: reorder received packet correctly 8 years ago
Hauke Petersen 1664bcbf59 native/timer: fix return value for invalid channel 8 years ago
Oleg Hahm 830bf36061 Merge pull request #3928 from authmillenon/gnrc_sixlowpan_nd/fix/opt-check
gnrc_sixlowpan_nd: fix 6ctx option check
8 years ago
Oleg Hahm 2a41861154 Merge pull request #3937 from OlegHahm/ipv6_nc_debug_fix
IPv6 nc: missing debug parameter
8 years ago
Martine Lenders 4508e22da8 Merge pull request #3646 from authmillenon/posix/feat/sockets
posix: redo socket API to use conn
8 years ago
Martine Lenders c36f9e0537 tests: adapt coap test app 8 years ago
Martine Lenders a345a9dfa6 examples: add POSIX socket example 8 years ago