]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Merge branch '6lowpan'
authorDavid S. Miller <davem@davemloft.net>
Tue, 20 Aug 2013 20:23:29 +0000 (13:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Aug 2013 20:23:29 +0000 (13:23 -0700)
Alexander Aring says:

====================
6lowpan: address uncompression fixes

The current implementation to uncompress addresses in a 6lowpan header
is completely broken.

This patch series fixes the parsing of addresses in a 6lowpan header.
It contains a major rewrite of the uncompress address function to parse
the address in a correct way.

Tested with the ravenusbstick(contiki 6LoWPAN stack) and beaglebone
(linux 6LoWPAN Stack) on the other side. The linux side contains all
possible addresses for the uncompression cases. Then I type a ping6 for
each case and lookup in wireshark and dmesg the correct reconstruction.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge