Martine Lenders
|
861035f22d
|
gnrc: integrate gnrc_netif2
Not link-able, since NDP and NC are missing (intentionally)
|
2017-11-07 19:08:44 +01:00 |
|
Lucas Jenss
|
6998ffbb14
|
cppcheck: Provide consistent reason formatting for all cppcheck-suppresses
|
2017-10-10 10:25:20 -07:00 |
|
|
426e978972
|
rpl: Sort list of parents
|
2017-08-22 16:03:16 +02:00 |
|
BytesGalore
|
89716729c8
|
Merge pull request #7161 from cgundogan/pr/trickle_enhancements
trickle: enhancements
|
2017-06-09 09:15:54 +02:00 |
|
Cenk Gündoğan
|
04d89d3381
|
rpl: adjust to trickle enhancements
|
2017-06-09 09:03:24 +02:00 |
|
Cenk Gündoğan
|
6add982d3f
|
rpl: send dis near parent timeout
|
2017-06-08 21:46:06 +02:00 |
|
Cenk Gündoğan
|
3921fc86a7
|
Merge pull request #6901 from BytesGalore/rpl_drop_dao_ack_on_mc
rpl: drop DAO-ACK when received via multicast
|
2017-05-30 21:28:58 +02:00 |
|
BytesGalore
|
da38b77ba4
|
rpl: drop DAO-ACK when received on multicast
|
2017-05-30 18:05:00 +02:00 |
|
|
0fcc7d3834
|
cleanup: apply headerguard script output
|
2017-05-24 17:54:02 +02:00 |
|
smlng
|
41c43fd837
|
rpl: make parent lifetime consistent with other timers
|
2017-04-25 20:09:41 +02:00 |
|
Martine Lenders
|
c2c2516a53
|
gnrc: fix cppcheck warnings
|
2017-04-14 14:36:14 +02:00 |
|
BytesGalore
|
3ec69a2b2b
|
rpl: remvove forward declaration
|
2017-04-11 11:38:06 +02:00 |
|
Oleg Hahm
|
7ee7801c10
|
*: remove trailing underscores from header guards
|
2017-01-19 18:30:53 +01:00 |
|
Oleg Hahm
|
4f4214235b
|
timex: unambiguous time conversion macros
|
2017-01-19 13:18:08 +01:00 |
|
Joakim Nohlgård
|
7c48c891a0
|
xtimer: Update xtimer usage to match API changes
|
2016-11-29 20:44:31 +01:00 |
|
Martine Lenders
|
0016463687
|
all: fix for new netreg_entry_t structure
|
2016-10-25 22:17:18 +02:00 |
|
Oleg Hahm
|
b428979a1d
|
debug: add missing line breaks
|
2016-09-27 23:38:41 +02:00 |
|
Cenk Gündoğan
|
ad6677b33f
|
gnrc_rpl: netstats_rpl: introduce statistics
|
2016-09-27 20:40:04 +02:00 |
|
Martine Lenders
|
9874a6d69a
|
Merge pull request #5811 from makomi/gnrc
sys/net/gnrc: fix cppcheck errors/ warnings
|
2016-09-05 13:06:04 +02:00 |
|
Matthias Kolja Miehl
|
0e1d749340
|
sys/net/gnrc: gnrc_rpl_control_messages: fix variableScope
|
2016-09-05 02:24:05 +02:00 |
|
smlng
|
c1fe8d5d9d
|
gnrc_rpl: fix prefix length
|
2016-08-25 16:35:17 +02:00 |
|
|
7718f114cb
|
all: remove pointer casts for msg.content.ptr
|
2016-06-02 23:13:42 +02:00 |
|
Cenk Gündoğan
|
0613c8faf4
|
gnrc_rpl: validation configurable on compile-time
|
2016-06-01 09:07:55 +02:00 |
|
Cenk Gündoğan
|
25baea1e50
|
gnrc_rpl: separate validation from msg handling
|
2016-06-01 09:05:24 +02:00 |
|
Cenk Gündoğan
|
2f9a37a624
|
gnrc_rpl: move len macros to header file
|
2016-06-01 09:05:24 +02:00 |
|
Cenk Gündoğan
|
a10151d5f0
|
Merge pull request #5440 from cgundogan/pr/auto_init/rpl
auto_init: initialize gnrc_rpl
|
2016-06-01 07:59:41 +02:00 |
|
Cenk Gündoğan
|
1b4607ab43
|
auto_init: initialize gnrc_rpl
|
2016-05-31 22:13:32 +02:00 |
|
Cenk Gündoğan
|
5c42d430ec
|
rpl_p2p: rm non-existing fib flag
|
2016-05-31 11:03:19 +02:00 |
|
Martine Lenders
|
b8787b64c4
|
Merge pull request #5267 from cgundogan/pr/gnrc_rpl/reduce_scope_now
gnrc_rpl: reduce scope of now
|
2016-04-22 18:23:37 +02:00 |
|
Martine Lenders
|
f86bf8c9cd
|
gnrc_rpl: use non-stack variable for link-local matching
|
2016-04-18 17:14:27 +02:00 |
|
Cenk Gündoğan
|
6f9d3a15ac
|
gnrc_rpl: reduce scope of now
|
2016-04-08 19:55:07 +02:00 |
|
Cenk Gündoğan
|
9dbfdcac0b
|
Merge pull request #4279 from BytesGalore/fib_prefix_handling_change
fib: changed handling of the net prefix by the FIB
|
2016-03-30 11:19:49 +02:00 |
|
BytesGalore
|
1bc9c3bfd2
|
fib: changed handling of the net prefix
Until now the prefix length has been determined automatically by the FIB
This PR changes it to be provided as msb(yte) in the global_flags of an entry
|
2016-03-30 10:05:05 +02:00 |
|
Yonezawa-T2
|
35cf255330
|
rpl: fix compile error in DEBUG
|
2016-03-30 14:16:06 +09:00 |
|
Oleg Hahm
|
376874284b
|
Merge pull request #3721 from cgundogan/pr/rpl/gnrc_rpl_p2p
rpl: introducing P2P-RPL
|
2016-03-29 19:04:27 +02:00 |
|
Cenk Gündoğan
|
b5c09bfc41
|
rpl: introducing p2p-rpl
|
2016-03-24 12:12:07 +01:00 |
|
Martine Lenders
|
1724ab50fc
|
Merge pull request #4654 from Yonezawa-T2/fix_ipv6_ext
ipv6_ext: fixed extension header handling
|
2016-03-24 10:53:00 +01:00 |
|
Oleg Hahm
|
a65e6aad59
|
Merge pull request #5118 from OlegHahm/udp_build_hdr_simplification
gnrc: simplify hdr_build functions
|
2016-03-23 15:31:58 +01:00 |
|
Martine Lenders
|
9a60fb30b7
|
Merge pull request #5136 from cgundogan/pr/gnrc_rpl/netif_addr
gnrc_rpl: add netif_addr to DODAG
|
2016-03-23 15:27:42 +01:00 |
|
Oleg Hahm
|
991c71cf27
|
gnrc ipv6: use ipv6_addr_t ptr for hdr_build
|
2016-03-23 15:20:12 +01:00 |
|
Oleg Hahm
|
360413a033
|
gnrc ipv6 hdr: remove len params from hdr_build
|
2016-03-23 15:20:11 +01:00 |
|
Cenk Gündoğan
|
c0a8ce39ac
|
Merge pull request #5141 from cgundogan/pr/gnrc_rpl/remove_parent_create_new_fib_entry
gnrc_rpl: new default route when old one was deleted
|
2016-03-23 15:13:53 +01:00 |
|
Oleg Hahm
|
ec78d1308e
|
Merge pull request #5146 from cgundogan/pr/gnrc_rpl/remove_superfluous_trickle_reset
gnrc_rpl: remove superfluous trickle reset
|
2016-03-23 11:41:39 +01:00 |
|
Cenk Gündoğan
|
eae0e4c724
|
gnrc_rpl: new default route when old one was deleted
|
2016-03-23 11:37:33 +01:00 |
|
Cenk Gündoğan
|
b280984862
|
gnrc_rpl: add netif_addr to DODAG
|
2016-03-23 10:37:38 +01:00 |
|
Cenk Gündoğan
|
3b9fda6d03
|
gnrc_rpl: proper interface handling
|
2016-03-23 10:12:01 +01:00 |
|
Cenk Gündoğan
|
b1249a5db1
|
gnrc_rpl: remove superfluous trickle reset
|
2016-03-23 10:06:04 +01:00 |
|
Cenk Gündoğan
|
fc75ff9b29
|
gnrc_rpl: minor fixes and enhancements
|
2016-03-22 16:50:16 +01:00 |
|
Yonezawa-T2
|
bc5b0c3140
|
ipv6_ext: fixed extension header handling
|
2016-03-22 12:45:08 +09:00 |
|
Cenk Gündoğan
|
39255ee8f8
|
gnrc_rpl: make DODAG_CONF optional when joining DODAG
|
2016-03-16 14:31:49 +01:00 |
|