]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3673d7879fd34935e50d03e89a790b7bc79c3fed
tree34b01006d0a2c3991ebdcfaba5f08d47b6d126d0
parent84740f2fd967748b6562767ed58328838273748b
parentfd6cbb01116f93908b01f1bfcaf03e1fb0e64eb5
Merge branch '6lowpan'

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>