Oleg Hahm
|
cce3432220
|
added IPv6 upper-layer checksum calculation
|
2013-11-21 21:16:21 +01:00 |
|
Oleg Hahm
|
5a2f7264f8
|
use a meaningful stacksize define
|
2013-11-21 00:21:26 +01:00 |
|
Oleg Hahm
|
9230fa0550
|
informational output as debug
|
2013-11-21 00:21:01 +01:00 |
|
Oleg Hahm
|
9c28b3f5a2
|
declared some verbose output as debug
|
2013-11-20 19:14:13 +01:00 |
|
Oleg Hahm
|
74f93c4992
|
additional debug output in lowpan and transceiver
* debug for lowpan_sendto()
* print destination address for all transceivers
|
2013-11-20 10:46:43 +01:00 |
|
Oleg Hahm
|
19f4f45445
|
added some debug output for the network stack
|
2013-11-14 10:46:21 +01:00 |
|
Martin Lenders
|
d47907ed1a
|
Refactor net module to one include directory
|
2013-11-06 13:04:23 +01:00 |
|
Oleg Hahm
|
9fd82e9d01
|
Merge pull request #302 from OlegHahm/radio_stack_size
increased stack size for mac layer packet handling
|
2013-11-04 11:57:34 -08:00 |
|
Oleg Hahm
|
a4ff881a27
|
Merge pull request #274 from benpicco/routing
[RFC] allow applications to register a function to provide routing information
|
2013-11-04 11:54:26 -08:00 |
|
Oleg Hahm
|
d687d82827
|
increased stack size for mac layer packet handling
|
2013-11-04 09:27:53 -08:00 |
|
Martin Lenders
|
a9bbcb0868
|
Fix sixlowpan/icmp.h
size_t in function definition needs stddef.h include
|
2013-11-04 11:08:37 +01:00 |
|
Martin Lenders
|
05ececa079
|
Merge pull request #259 from OlegHahm/ieee802154_frame_byteorder
fixed byte order in network stack
|
2013-11-03 05:40:03 -08:00 |
|
Oleg Hahm
|
1b4a9a336f
|
Merge pull request #263 from OlegHahm/sixlowpan_fixes
sixlowpan address initialization
|
2013-10-29 02:49:39 -07:00 |
|
Oleg Hahm
|
95bd2e6b8a
|
fixed sixlowpan address initialization
* prevent that IPv6 address gets overwritten when configuring as adhoc router
* additional debug information about assigned IPv6 addresses
|
2013-10-29 00:01:37 +01:00 |
|
Oleg Hahm
|
0ad9d82d8b
|
Merge pull request #218 from mehlis/semaphore
posix: add semaphore
|
2013-10-28 15:13:08 -07:00 |
|
Benjamin Valentin
|
cf63e1cefc
|
add ipv6_iface_set_routing_provider Allow an application to register a function that decides what to do with IP packets that are not destined for the node. RIOT will call the registered function to forward packets according to the applications routing table.
|
2013-10-27 13:53:02 +01:00 |
|
Oleg Hahm
|
9bd8e35c54
|
correct byte order for IPv6 length field
|
2013-10-25 17:45:53 +02:00 |
|
Christian Mehlis
|
9b84d62357
|
remove sixlowpans own semaphore and use new riot semaphore in flowcontrol
|
2013-10-25 14:45:26 +02:00 |
|
Martin Lenders
|
3149e83826
|
Refactor destiny/socket.h
|
2013-10-25 14:28:16 +02:00 |
|
Martin Lenders
|
e899970ecd
|
Refactor destiny/in.h
|
2013-10-25 14:28:16 +02:00 |
|
Oleg Hahm
|
ea184b59b1
|
print IPv6 addresses in host byte order
|
2013-10-23 21:16:15 +02:00 |
|
Oleg Hahm
|
c142b40a5b
|
network stack related includes
|
2013-10-16 15:24:41 +02:00 |
|
Oleg Hahm
|
e8ceaeeb79
|
fixed includes and some data types for RPL
|
2013-10-15 15:50:54 +02:00 |
|
Martin
|
c37dce2d31
|
fixup payload offset calculation for fragmented packets
|
2013-10-07 16:07:20 +02:00 |
|
Christian Mehlis
|
05acbe0419
|
Merge pull request #220 from OlegHahm/sixlowerror_relabeling
renamed SUCCESS constant in sixlowerror
|
2013-10-02 08:43:23 -07:00 |
|
Martin Lenders
|
038e03ad3e
|
Enforce naming convention for ieee802154
|
2013-09-30 13:21:54 +02:00 |
|
Martin Lenders
|
e843727ed4
|
Relocate ieee802154_frame.h
|
2013-09-30 13:20:46 +02:00 |
|
Oleg Hahm
|
852d3977ef
|
Merge pull request #221 from BytesGalore/sixlopan_fixes
Sixlowpan fixes
|
2013-09-26 14:11:59 -07:00 |
|
Martin
|
f7c41cfe8e
|
applied coding convention and changed error printout to DEBUG(...)
|
2013-09-24 07:35:50 +02:00 |
|
Oleg Hahm
|
8feaac3856
|
renamed SUCCESS constant in sixlowerror
|
2013-09-23 18:01:23 +02:00 |
|
Martin
|
a6d86fc7f9
|
added debug switch for printing 802154_fcf_frame
|
2013-09-23 15:09:16 +02:00 |
|
Martin
|
adf1e7003d
|
fix IPv6 link local address determination
|
2013-09-23 14:56:15 +02:00 |
|
Martin
|
dea48c84c1
|
fix prevent possible access above array boardes
|
2013-09-23 12:41:39 +02:00 |
|
Martin
|
04aa86f8ec
|
fix prevent access to unallocated buffer
|
2013-09-23 12:32:37 +02:00 |
|
Oleg Hahm
|
a6a96c7110
|
added missing malloc includes
|
2013-09-12 16:09:18 +02:00 |
|
Oleg Hahm
|
7890c924cd
|
updated ICMPv6 types from I-D to RFC values
|
2013-08-15 20:29:38 +02:00 |
|
Oleg Hahm
|
b38aad06f4
|
added missing FCS to IEEE802.15.4 adaptation layer
|
2013-08-15 20:25:20 +02:00 |
|
Martin Lenders
|
1411a0df0f
|
Merge pull request #143 from authmillenon/astyle_anti_confusion
Some coding style fixes in sixlowpan
|
2013-08-15 04:24:00 -07:00 |
|
authmillenon
|
b4f47236bd
|
Revert some changes f***ed up by astyle
|
2013-08-15 12:25:35 +02:00 |
|
authmillenon
|
3624727002
|
Fix so astyle does not confuse casts for ands
|
2013-08-15 11:27:30 +02:00 |
|
Oleg Hahm
|
54a01dfd98
|
added cc110x_ng to include path for sixlowpan and net_help
|
2013-08-15 10:38:24 +02:00 |
|
authmillenon
|
f53efdcb6f
|
Fixup for coding convention
|
2013-08-15 09:48:53 +02:00 |
|
authmillenon
|
f0982dad3e
|
Document NDP API header
|
2013-08-15 09:47:32 +02:00 |
|
authmillenon
|
55fa9a0910
|
Document ICMP API header
|
2013-08-15 09:46:03 +02:00 |
|
authmillenon
|
0b9671de18
|
Fix some API operationst
|
2013-08-14 21:48:36 +02:00 |
|
authmillenon
|
5e38764778
|
Fix more typos
|
2013-08-14 20:32:09 +02:00 |
|
authmillenon
|
0be66fa5e2
|
Fix sending slot stack size
|
2013-08-14 20:23:52 +02:00 |
|
authmillenon
|
b4a7878144
|
Fixup stack sizes
Fixup stack sizes according to PR #139
|
2013-08-14 18:23:57 +02:00 |
|
authmillenon
|
5244a190a9
|
Put parantheses around longer return statements.
|
2013-08-14 17:45:14 +02:00 |
|
authmillenon
|
dce4640af8
|
Define bitmask for 6LoWPAN fragmentation header parsing
|
2013-08-14 17:36:37 +02:00 |
|