[riot-commits] [RIOT-OS/RIOT] bc4bef: Fix coding conventions for sixlowpan and rpl modul...
Martin Lenders
authmillenon at gmail.com
Sat Mar 1 15:46:00 CET 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: bc4befb4e9c4c8ff933acf4b26b1d52ffe0cc15a
https://github.com/RIOT-OS/RIOT/commit/bc4befb4e9c4c8ff933acf4b26b1d52ffe0cc15a
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2014-03-01 (Sat, 01 Mar 2014)
Changed paths:
M sys/net/include/sixlowpan/ip.h
M sys/net/network_layer/sixlowpan/icmp.c
M sys/net/network_layer/sixlowpan/icmp.h
M sys/net/network_layer/sixlowpan/ip.c
M sys/net/network_layer/sixlowpan/lowpan.c
M sys/net/network_layer/sixlowpan/mac.c
M sys/net/routing/rpl/etx_beaconing.c
M sys/net/routing/rpl/rpl.c
M sys/net/routing/rpl/rpl_dodag.c
M sys/net/routing/rpl/trickle.c
Log Message:
-----------
Fix coding conventions for sixlowpan and rpl module
Commit: 90e946eb49016834cbb0b5b8dd87be7f8eecee09
https://github.com/RIOT-OS/RIOT/commit/90e946eb49016834cbb0b5b8dd87be7f8eecee09
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2014-03-01 (Sat, 01 Mar 2014)
Changed paths:
M sys/net/include/ieee802154_frame.h
M sys/net/link_layer/ieee802154/ieee802154_frame.c
Log Message:
-----------
Fix ieee802154_frame module
Commit: 4e39cbdd54b9ba25ed63230e9e2666f1f275703f
https://github.com/RIOT-OS/RIOT/commit/4e39cbdd54b9ba25ed63230e9e2666f1f275703f
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2014-03-01 (Sat, 01 Mar 2014)
Changed paths:
M Makefile.dep
M sys/Makefile
R sys/net/network_layer/sixlowpan/border.c
R sys/net/network_layer/sixlowpan/border.h
A sys/net/network_layer/sixlowpan/border/border.c
A sys/net/network_layer/sixlowpan/border/border.h
A sys/net/network_layer/sixlowpan/border/bordermultiplex.c
A sys/net/network_layer/sixlowpan/border/bordermultiplex.h
A sys/net/network_layer/sixlowpan/border/flowcontrol.c
A sys/net/network_layer/sixlowpan/border/flowcontrol.h
R sys/net/network_layer/sixlowpan/bordermultiplex.c
R sys/net/network_layer/sixlowpan/bordermultiplex.h
R sys/net/network_layer/sixlowpan/flowcontrol.c
R sys/net/network_layer/sixlowpan/flowcontrol.h
M sys/net/network_layer/sixlowpan/lowpan.c
Log Message:
-----------
Put 6LoWPAN border router in its own module
Commit: 78b5f2ae5d9af4aa43928d782ea8e4f458b95219
https://github.com/RIOT-OS/RIOT/commit/78b5f2ae5d9af4aa43928d782ea8e4f458b95219
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2014-03-01 (Sat, 01 Mar 2014)
Changed paths:
M sys/net/include/sixlowpan/ip.h
M sys/net/network_layer/sixlowpan/border/bordermultiplex.c
M sys/net/network_layer/sixlowpan/icmp.c
M sys/net/network_layer/sixlowpan/ip.c
M sys/net/routing/rpl/rpl.c
Log Message:
-----------
Decouple ICMPv6 from 6LoWPAN
Commit: 470d8745e95783b90d854958555cbf797e4718c0
https://github.com/RIOT-OS/RIOT/commit/470d8745e95783b90d854958555cbf797e4718c0
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2014-03-01 (Sat, 01 Mar 2014)
Changed paths:
M sys/net/include/sixlowpan/ip.h
M sys/net/network_layer/sixlowpan/icmp.c
M sys/net/network_layer/sixlowpan/ip.c
Log Message:
-----------
Add capability to set and get variable default hop limit
Commit: 108989b65d047eeff71ed5575512e8042f6fb633
https://github.com/RIOT-OS/RIOT/commit/108989b65d047eeff71ed5575512e8042f6fb633
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2014-03-01 (Sat, 01 Mar 2014)
Changed paths:
M sys/net/include/sixlowpan/mac.h
M sys/net/network_layer/sixlowpan/icmp.c
M sys/net/network_layer/sixlowpan/ip.c
M sys/net/network_layer/sixlowpan/lowpan.c
M sys/net/network_layer/sixlowpan/mac.c
M sys/net/routing/rpl/etx_beaconing.c
Log Message:
-----------
Use net_if in 6LoWPAN MAC layer
Commit: c9e8adc41450a2c74debbf32228e2f4a1c1f579a
https://github.com/RIOT-OS/RIOT/commit/c9e8adc41450a2c74debbf32228e2f4a1c1f579a
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2014-03-01 (Sat, 01 Mar 2014)
Changed paths:
M sys/net/include/sixlowpan/lowpan.h
M sys/net/network_layer/sixlowpan/border/border.c
M sys/net/network_layer/sixlowpan/ip.c
M sys/net/network_layer/sixlowpan/lowpan.c
M sys/net/network_layer/sixlowpan/lowpan.h
M sys/net/network_layer/sixlowpan/mac.c
Log Message:
-----------
Use net_if in 6LoWPAN layer
Commit: e2e62596bedab97cb1249a83df316d5761b2bc4c
https://github.com/RIOT-OS/RIOT/commit/e2e62596bedab97cb1249a83df316d5761b2bc4c
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2014-03-01 (Sat, 01 Mar 2014)
Changed paths:
M sys/net/network_layer/sixlowpan/icmp.c
M sys/net/network_layer/sixlowpan/lowpan.c
M sys/net/routing/rpl/rpl.c
Log Message:
-----------
Byte order and rpl problems
Commit: 00acab920bacbf49dfbe5a68e939926053e54f60
https://github.com/RIOT-OS/RIOT/commit/00acab920bacbf49dfbe5a68e939926053e54f60
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2014-03-01 (Sat, 01 Mar 2014)
Changed paths:
M Makefile.dep
M sys/net/include/sixlowpan/icmp.h
M sys/net/include/sixlowpan/ip.h
M sys/net/include/sixlowpan/ndp.h
M sys/net/include/sixlowpan/types.h
M sys/net/network_layer/sixlowpan/border/border.h
M sys/net/network_layer/sixlowpan/border/bordermultiplex.c
M sys/net/network_layer/sixlowpan/icmp.c
M sys/net/network_layer/sixlowpan/icmp.h
M sys/net/network_layer/sixlowpan/ip.c
M sys/net/network_layer/sixlowpan/ip.h
M sys/net/network_layer/sixlowpan/lowpan.h
M sys/net/routing/rpl/rpl.c
M sys/net/routing/rpl/rpl.h
M sys/net/routing/rpl/rpl_dodag.c
M sys/net/transport_layer/destiny/socket.c
M sys/shell/commands/sc_net_if.c
Log Message:
-----------
Let IPv6 and ICMP use new 6LoWPAN layer (+fixes)
Commit: 6c9578c02863bb11ed5645db3b8d2c64a767c6fb
https://github.com/RIOT-OS/RIOT/commit/6c9578c02863bb11ed5645db3b8d2c64a767c6fb
Author: Martin Lenders <mlenders at inf.fu-berlin.de>
Date: 2014-03-01 (Sat, 01 Mar 2014)
Changed paths:
M sys/auto_init/auto_init.c
M sys/net/network_layer/sixlowpan/border/border.c
M sys/net/routing/rpl/rpl.c
Log Message:
-----------
Add sixlowpan to auto_init
Commit: 3a8c1770b161fe88e0895e1706877576f8f53d3c
https://github.com/RIOT-OS/RIOT/commit/3a8c1770b161fe88e0895e1706877576f8f53d3c
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2014-03-01 (Sat, 01 Mar 2014)
Changed paths:
M examples/rpl_udp/helper.c
M examples/rpl_udp/main.c
M examples/rpl_udp/rpl.c
M examples/rpl_udp/udp.c
M tests/test_pnet/main.c
Log Message:
-----------
Fix apps for previous changes
Commit: 2c76f99f04e3e155cacd7b826935e4b3d4b7bb35
https://github.com/RIOT-OS/RIOT/commit/2c76f99f04e3e155cacd7b826935e4b3d4b7bb35
Author: Oleg Hahm <oleg at hobbykeller.org>
Date: 2014-03-01 (Sat, 01 Mar 2014)
Changed paths:
M sys/net/network_layer/sixlowpan/lowpan.c
Log Message:
-----------
nbr_cache_auto_rem does not need an extra thread
Commit: bdced318bccfb3679dd9e4a08743d98a0155d12a
https://github.com/RIOT-OS/RIOT/commit/bdced318bccfb3679dd9e4a08743d98a0155d12a
Author: Martin Lenders <mail at martin-lenders.de>
Date: 2014-03-01 (Sat, 01 Mar 2014)
Changed paths:
M sys/net/include/sixlowpan/icmp.h
M sys/net/network_layer/sixlowpan/icmp.c
M sys/net/network_layer/sixlowpan/icmp.h
M sys/net/network_layer/sixlowpan/lowpan.c
M sys/net/routing/rpl/rpl.c
Log Message:
-----------
Eliminate side effects in icmpv6_csum and make it public
Commit: 79a16df7b85cc68a158a48b0acb34348e1dabda6
https://github.com/RIOT-OS/RIOT/commit/79a16df7b85cc68a158a48b0acb34348e1dabda6
Author: Martin Lenders <authmillenon at gmail.com>
Date: 2014-03-01 (Sat, 01 Mar 2014)
Changed paths:
M Makefile.dep
M examples/rpl_udp/helper.c
M examples/rpl_udp/main.c
M examples/rpl_udp/rpl.c
M examples/rpl_udp/udp.c
M sys/Makefile
M sys/auto_init/auto_init.c
M sys/net/include/ieee802154_frame.h
M sys/net/include/sixlowpan/icmp.h
M sys/net/include/sixlowpan/ip.h
M sys/net/include/sixlowpan/lowpan.h
M sys/net/include/sixlowpan/mac.h
M sys/net/include/sixlowpan/ndp.h
M sys/net/include/sixlowpan/types.h
M sys/net/link_layer/ieee802154/ieee802154_frame.c
R sys/net/network_layer/sixlowpan/border.c
R sys/net/network_layer/sixlowpan/border.h
A sys/net/network_layer/sixlowpan/border/border.c
A sys/net/network_layer/sixlowpan/border/border.h
A sys/net/network_layer/sixlowpan/border/bordermultiplex.c
A sys/net/network_layer/sixlowpan/border/bordermultiplex.h
A sys/net/network_layer/sixlowpan/border/flowcontrol.c
A sys/net/network_layer/sixlowpan/border/flowcontrol.h
R sys/net/network_layer/sixlowpan/bordermultiplex.c
R sys/net/network_layer/sixlowpan/bordermultiplex.h
R sys/net/network_layer/sixlowpan/flowcontrol.c
R sys/net/network_layer/sixlowpan/flowcontrol.h
M sys/net/network_layer/sixlowpan/icmp.c
M sys/net/network_layer/sixlowpan/icmp.h
M sys/net/network_layer/sixlowpan/ip.c
M sys/net/network_layer/sixlowpan/ip.h
M sys/net/network_layer/sixlowpan/lowpan.c
M sys/net/network_layer/sixlowpan/lowpan.h
M sys/net/network_layer/sixlowpan/mac.c
M sys/net/routing/rpl/etx_beaconing.c
M sys/net/routing/rpl/rpl.c
M sys/net/routing/rpl/rpl.h
M sys/net/routing/rpl/rpl_dodag.c
M sys/net/routing/rpl/trickle.c
M sys/net/transport_layer/destiny/socket.c
M sys/shell/commands/sc_net_if.c
M tests/test_pnet/main.c
Log Message:
-----------
Merge pull request #644 from authmillenon/decouple_network_stack
Decouple network stack from transceiver
Compare: https://github.com/RIOT-OS/RIOT/compare/eaa86600b666...79a16df7b85c
More information about the commits
mailing list