Oleg Hahm
|
7f0d71a418
|
Merge pull request #363 from OlegHahm/msg_fix_notifier
fixed lowpan and ipv6 notifier
|
2013-12-11 06:27:40 -08:00 |
|
Oleg Hahm
|
2f5530083b
|
Merge pull request #350 from OlegHahm/ipv6_csum
IPv6 Upper-Layer Checksums
|
2013-12-08 16:11:26 -08:00 |
|
Christian Mehlis
|
359001e170
|
Merge pull request #384 from OlegHahm/sixlowpan_fixes
printf is used in sixlowpan mac layer, stack needs to be adjusted
|
2013-12-03 08:59:02 -08:00 |
|
Oleg Hahm
|
f00432805d
|
use local packet_length variable in sendto
Having a global packet_length variable doesn't seem to be the best
idea. To avoid trouble, a scope local variable should be preferred.
|
2013-11-25 18:46:57 +01:00 |
|
Oleg Hahm
|
5ccf653164
|
pointer handling in lowpan notifier was wrong
|
2013-11-25 17:54:41 +01:00 |
|
Ludwig Ortmann
|
d6c213fb47
|
fix grammar in license header
|
2013-11-23 13:11:56 +01:00 |
|
Oleg Hahm
|
2aa6bcdab4
|
filled up IPv6 netmask correctly
|
2013-11-23 03:40:07 +01:00 |
|
Oleg Hahm
|
079d654104
|
set message type for lowpan and ipv6 notifier
|
2013-11-21 20:21:55 +01:00 |
|
Oleg Hahm
|
5a2f7264f8
|
use a meaningful stacksize define
|
2013-11-21 00:21:26 +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 |
|
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
|
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
|
9bd8e35c54
|
correct byte order for IPv6 length field
|
2013-10-25 17:45:53 +02:00 |
|
Martin Lenders
|
e899970ecd
|
Refactor destiny/in.h
|
2013-10-25 14:28:16 +02:00 |
|
Oleg Hahm
|
c142b40a5b
|
network stack related includes
|
2013-10-16 15:24:41 +02:00 |
|
Martin
|
f7c41cfe8e
|
applied coding convention and changed error printout to DEBUG(...)
|
2013-09-24 07:35:50 +02:00 |
|
Martin
|
04aa86f8ec
|
fix prevent access to unallocated buffer
|
2013-09-23 12:32:37 +02:00 |
|
authmillenon
|
f53efdcb6f
|
Fixup for coding convention
|
2013-08-15 09:48:53 +02:00 |
|
authmillenon
|
b4a7878144
|
Fixup stack sizes
Fixup stack sizes according to PR #139
|
2013-08-14 18:23:57 +02:00 |
|
authmillenon
|
dce4640af8
|
Define bitmask for 6LoWPAN fragmentation header parsing
|
2013-08-14 17:36:37 +02:00 |
|
authmillenon
|
d556858570
|
Remove non-sensical bit-wise AND
|
2013-08-14 17:35:30 +02:00 |
|
authmillenon
|
3fddddd3be
|
Refactor icmp.h
|
2013-08-14 09:51:56 +02:00 |
|
authmillenon
|
0e1baea34e
|
Refactor ip.h
|
2013-08-14 04:04:13 +02:00 |
|
authmillenon
|
202d651a0d
|
Refactor lowpan.h
|
2013-08-14 01:36:22 +02:00 |
|
authmillenon
|
8f1f532d32
|
Refactor mac.h
|
2013-08-14 01:36:13 +02:00 |
|
Oleg Hahm
|
b68ee50671
|
added callback for sixlowpan
|
2013-08-14 00:33:12 +02:00 |
|
Oleg Hahm
|
c47f5a459e
|
added callback registration for sixlowip
|
2013-08-14 00:33:12 +02:00 |
|
Martin Lenders
|
1bd1b4347b
|
Make usage of IPHC configurable.
|
2013-08-14 00:33:12 +02:00 |
|
authmillenon
|
0399e26f17
|
Make sixlowpan module more coding conventions compliant
|
2013-08-14 00:33:12 +02:00 |
|
Martin Lenders
|
b944a48da9
|
Set up new directory structure
|
2013-08-14 00:33:11 +02:00 |
|