|
127495b1b2
|
Merge pull request #4311 from kaspar030/remove_div_u32_by_10
sys: div: remove div_u32_by_10() (and _mod_10())
|
2015-11-19 15:35:29 +01:00 |
|
|
e98237a26f
|
sys: div: remove div_u32_by_10()
|
2015-11-19 13:29:10 +01:00 |
|
|
80b8d2ed37
|
Merge pull request #4306 from kaspar030/make_fmt_not_use_div_10
sys: fmt: use standard / for division by 10, not div.h
|
2015-11-19 13:23:45 +01:00 |
|
|
f2a2656bac
|
sys: fmt: use standard / for division by 10, not div.h
|
2015-11-18 19:00:13 +01:00 |
|
Oleg Hahm
|
bfb6c0c95d
|
Merge pull request #4286 from kaspar030/make_newlib_use_xtimer
sys: newlib: use xtimer_now64() for gettimeofday()
|
2015-11-17 21:08:01 +01:00 |
|
Cenk Gündoğan
|
20364ff36c
|
Merge pull request #4293 from BytesGalore/fib_sc_remove_misleading_flags
fib: shell removed to set flags automatically to IP type
|
2015-11-17 18:57:19 +01:00 |
|
Cenk Gündoğan
|
cb8f50ce40
|
Merge pull request #4292 from OlegHahm/fib_rpl_config
fib: make FIB size dependent on existence of RPL
|
2015-11-17 18:53:11 +01:00 |
|
Martine Lenders
|
5f04675403
|
Merge pull request #4284 from authmillenon/gnrc_ipv6/enh/addr-res-without-nd
gnrc_ipv6: get l2addr from NC if no ND present
|
2015-11-17 17:59:58 +01:00 |
|
BytesGalore
|
711677eb7b
|
fib: shell removed to set flags automatically to IP type
|
2015-11-17 17:10:36 +01:00 |
|
Oleg Hahm
|
e4244a29ff
|
fib: make FIB size dependent on existence of RPL
Also, enables to configure the FIB size from the applicatin
|
2015-11-17 16:48:04 +01:00 |
|
Martine Lenders
|
c7ebcbbda2
|
gnrc_ipv6: get l2addr from NC if no ND present
|
2015-11-17 16:20:58 +01:00 |
|
Thomas Eichinger
|
77ef14e4d7
|
Merge pull request #4273 from LudwigKnuepfer/pr/doc_sys_fix
cpu/native: malloc.h for osx: fix doxygen, move
|
2015-11-17 14:40:48 +01:00 |
|
Martine Lenders
|
6595e8c57f
|
Merge pull request #4174 from authmillenon/gnrc_ndp_internal/fix/send-ras-without-pio
gnrc_ndp_internal: send RAs even when there are no PIOs
|
2015-11-17 14:01:55 +01:00 |
|
|
f23f3c0d2f
|
sys: newlib: use xtimer_now64() for gettimeofday()
|
2015-11-17 12:50:48 +01:00 |
|
Oleg Hahm
|
46dc908fcb
|
gnrc 6lowpan: exclude CTX if not part of the app
This removes dependencies to 6LoWPAN context module if an application is built without support for it.
Also, includes a missing header.
|
2015-11-17 12:04:11 +01:00 |
|
Ludwig Knüpfer
|
a86866ea9f
|
cpu/native: malloc.h for osx: fix doxygen, move
|
2015-11-15 12:14:59 +01:00 |
|
Cenk Gündoğan
|
f7934e336a
|
Merge pull request #4238 from authmillenon/shell_command/fix/zep-deps
shell_command: only include sc_zep.c when gnrc_zep AND ipv6_addr are present
|
2015-11-12 10:16:57 +01:00 |
|
Oleg Hahm
|
ee33e6941b
|
shell ping6: do not try to parse address as count
The first parameter should be handled as count only if there are at least two parameters given.
|
2015-11-11 16:03:39 +01:00 |
|
Cenk Gündoğan
|
a88f72d0da
|
Merge pull request #4245 from cgundogan/pr/gnrc_nettest/vtimer_xtimer
gnrc_nettest: use xtimer instead of vtimer
|
2015-11-10 12:21:48 +01:00 |
|
Cenk Gündoğan
|
01225ca9d5
|
gnrc_nettest: use xtimer instead of vtimer
|
2015-11-10 08:34:36 +01:00 |
|
Cenk Gündoğan
|
677c1304b9
|
zep: remove superfluous vtimer include
|
2015-11-10 08:13:11 +01:00 |
|
Cenk Gündoğan
|
f7166bbfd7
|
rpl: use uint32_t for the parent lifetime
|
2015-11-09 21:24:08 +01:00 |
|
BytesGalore
|
3153389e49
|
Merge pull request #4241 from cgundogan/pr/rpl/parent_lifetime_32
rpl: use uint32_t for the parent lifetime
|
2015-11-09 21:17:16 +01:00 |
|
Cenk Gündoğan
|
bf5e9b4351
|
rpl: use uint32_t for the parent lifetime
|
2015-11-09 20:28:31 +01:00 |
|
Cenk Gündoğan
|
b1f2f22898
|
rpl: uint32_t is sufficient for the DAO timer
|
2015-11-09 17:25:05 +01:00 |
|
Martine Lenders
|
fc831f0ec2
|
Merge pull request #4216 from cgundogan/pr/network_layer/remove_timex
net/gnrc/network_layer: remove timex_t
|
2015-11-09 16:27:24 +01:00 |
|
Cenk Gündoğan
|
4bcffbc2aa
|
Merge pull request #4210 from authmillenon/shell/enh/xtimerfy-sc-icmpv6
shell: xtimerfy sc_icmpv6
|
2015-11-09 16:20:34 +01:00 |
|
Martine Lenders
|
33957f94fe
|
shell: xtimerfy sc_icmpv6
|
2015-11-09 15:39:44 +01:00 |
|
Cenk Gündoğan
|
ce6b6b84fc
|
rpl: decrease default numbers
|
2015-11-09 14:56:51 +01:00 |
|
Cenk Gündoğan
|
bf3a504691
|
nc: ndp: sixlowpan: remove timex.h include
|
2015-11-09 14:55:04 +01:00 |
|
Cenk Gündoğan
|
401e1b3814
|
sixlowpan: timex_t -> uint32_t
|
2015-11-09 14:55:04 +01:00 |
|
Cenk Gündoğan
|
34c3267bfe
|
ndp: timex_t -> uint32_t
|
2015-11-09 14:55:04 +01:00 |
|
Cenk Gündoğan
|
5aaea3879f
|
netif: ndp: gnrc_ipv6_netif_t::retrans_timer -> uint32_t
|
2015-11-09 14:55:04 +01:00 |
|
Cenk Gündoğan
|
b59fc825a3
|
netif: nc: ndp: gnrc_ipv6_netif_t::reach_time -> uint32_t
|
2015-11-09 14:55:01 +01:00 |
|
Cenk Gündoğan
|
47fe901187
|
ndp: timex -> uint32_t for probe delay time
|
2015-11-09 14:54:42 +01:00 |
|
Martine Lenders
|
fe94aa0216
|
shell_command: only include sc_zep.c when gnrc_zep AND ipv6_addr are present
Currently it is included when gnrc_zep OR ipv6_addr are present
|
2015-11-09 13:09:30 +01:00 |
|
Martine Lenders
|
8fc736a58f
|
Merge pull request #4223 from OlegHahm/shell_netif_ipv6
shell netif: set correct MTU
|
2015-11-04 13:09:23 +01:00 |
|
Oleg Hahm
|
ee0f64bf36
|
shell netif: support setting the IPv6 hop limit
|
2015-11-04 18:16:40 +09:00 |
|
Oleg Hahm
|
67def10a80
|
shell netif: set correct MTU
|
2015-11-04 18:15:12 +09:00 |
|
Hauke Petersen
|
9052a09831
|
sys/auto_init: fix stack size for encx24j600 stack
|
2015-11-02 23:45:16 +01:00 |
|
Cenk Gündoğan
|
be7a34b1b8
|
Merge pull request #3157 from BytesGalore/fib_host_prefix_flags
net/fib: Added network prefix flag to indicate a network destination
|
2015-11-02 16:38:55 +01:00 |
|
Martine Lenders
|
7b059647c5
|
Merge pull request #4207 from jfischer-phytec-iot/fix@gnrc_conn_recvfrom
sys/net/gnrc/conn/gnrc_conn.c: release pkt in gnrc_conn_recvfrom
|
2015-11-02 16:22:50 +01:00 |
|
BytesGalore
|
523d1f87ca
|
net/fib: Added network prefix flag to indicate a network destination
|
2015-11-02 15:57:39 +01:00 |
|
Cenk Gündoğan
|
42c5666357
|
Merge pull request #4186 from cgundogan/pr/ipv6/last_vtimers
network_layer: remove last occurences of vtimer
|
2015-11-02 15:42:50 +01:00 |
|
Johann Fischer
|
8b456c9f4f
|
sys/net/gnrc/conn/gnrc_conn.c: release pkt in gnrc_conn_recvfrom
|
2015-11-02 15:19:27 +01:00 |
|
Cenk Gündoğan
|
47a02d9d07
|
ipv6: ndp: sixlowpan: remove vtimer includes
|
2015-11-02 15:02:08 +01:00 |
|
BytesGalore
|
f7ecbbca5c
|
Merge pull request #4202 from cgundogan/pr/rpl/dio_send_pktbuf_refactor
rpl: refactor send_dao to use pktbuf properly
|
2015-11-02 12:59:20 +01:00 |
|
Cenk Gündoğan
|
1c92c6d933
|
Merge pull request #4205 from BytesGalore/fib_clean_fibtable_doxy
net/fib: changed the `fib_table_t` doxy to be a bit more informative
|
2015-11-02 12:52:25 +01:00 |
|
BytesGalore
|
24c48181b9
|
net/fib: changed the fib_table_t doxy to be a bit more informative
|
2015-11-02 11:21:32 +01:00 |
|
BytesGalore
|
6c49ec27e0
|
net/fib: use UNIVERSAL_ADDRESS_SIZE instead of substitute
|
2015-11-02 08:32:04 +01:00 |
|