Hello all,
The following patch series adds both major feature and minor fixes.
Please find detailed description in each of the patches.
Just to summarize current development status:
By using MAC and PHY layers support from
"http://sourceforge.net/projects/linux-zigbee";
project now it's possi
This patch adds support for frame fragmentation.
Signed-off-by: Alexander Smirnov
---
include/net/ieee802154.h |6 +
net/ieee802154/6lowpan.c | 260 +-
net/ieee802154/6lowpan.h | 18 +++
3 files changed, 280 insertions(+), 4 deletions(-)
diff -
This patch disables debug output enabled by default.
Signed-off-by: Alexander Smirnov
Acked-by: Dmitry Eremin-Solenikov
---
net/ieee802154/6lowpan.c |2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/net/ieee802154/6lowpan.c b/net/ieee802154/6lowpan.c
index 7d4cb58..af555
This patch fixes settings for device initialization which makes possible to
use NDISC and TCP.
Signed-off-by: Alexander Smirnov
Acked-by: Dmitry Eremin-Solenikov
---
net/ieee802154/6lowpan.c |3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/net/ieee802154/6lowpan.c b/ne
This patch adds support for UDP header compression.
Derived from Contiki OS.
Signed-off-by: Alexander Smirnov
---
net/ieee802154/6lowpan.c | 51 ++---
net/ieee802154/6lowpan.h |5
2 files changed, 52 insertions(+), 4 deletions(-)
diff --git a/n
This patch provides possibility to decompress UDP headers.
Derived from Contiki OS.
Signed-off-by: Alexander Smirnov
---
net/ieee802154/6lowpan.c | 61 +-
1 files changed, 60 insertions(+), 1 deletions(-)
diff --git a/net/ieee802154/6lowpan.c b/net/
This patch adds chapter to documentation which describes how to use
6lowpan technology.
Signed-off-by: Alexander Smirnov
---
Documentation/networking/ieee802154.txt | 27 +++
1 files changed, 27 insertions(+), 0 deletions(-)
diff --git a/Documentation/networking/ieee80