Hi all,
the following patch series provides basic support for 6lowpan
Thank you,
Alexander
--
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application
[1/3]
>From f8db8cf57096c66c08aea99981c8cbf7e0af1caa Mon Sep 17 00:00:00 2001
From: Alexander Smirnov
Date: Sun, 26 Jun 2011 16:35:28 +0400
Subject: [PATCH 1/3] Check if address is broadcast before
comparison with host address. Otherwise if we set our address
to 0x, broadcast packages will be
[2/3]
>From 13b5c2f4aabcd070ea46e60f9aff6849bf5ff15a Mon Sep 17 00:00:00 2001
From: Alexander Smirnov
Date: Sun, 26 Jun 2011 16:46:11 +0400
Subject: [PATCH 2/3] Add simple tunneling hook
This patch provides possibility to route packets to another protocol.
The main work in protocol-over-wpan relat
[3/3]
>From c54a80f4eeb9665992a9eb56191e523384d4e826 Mon Sep 17 00:00:00 2001
From: Alexander Smirnov
Date: Mon, 27 Jun 2011 13:59:47 +0400
Subject: [PATCH 3/3] Basic support for 6lowpan.
Currently it's possible to send/receive ipv6 data over wpan interface
without acks.
The following features a