IEEE802.15.4: 6LoWPAN basic support
authorAlexander Smirnov <alex.bluesman.smirnov@gmail.com>
Thu, 25 Aug 2011 02:34:42 +0000 (19:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 Aug 2011 02:36:06 +0000 (19:36 -0700)
commit44331fe2aa0d7eed54e68484df58e9e00aee0f6e
tree02d56d565c5ec9ba61c422be0c9b2b42f5807293
parent804cf14ea5ceca46554d5801e2817bba8116b7e5
IEEE802.15.4: 6LoWPAN basic support

This patch provides base support for transmission of IPv6 packets as
well as the formation of IPv6 link-local addresses and statelessly
autoconfigured addresses on top of IEEE 802.15.4 networks.

For more information please look at the RFC4944 "Compression Format
for IPv6 Datagrams in Low Power and Losst Networks (6LoWPAN).

Signed-off-by: Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ieee802154/6lowpan.c [new file with mode: 0644]
net/ieee802154/6lowpan.h [new file with mode: 0644]
net/ieee802154/Kconfig
net/ieee802154/Makefile