[Linux-zigbee-devel] 6lowpan support

2011-06-27 Thread Alexander Smirnov
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

[Linux-zigbee-devel] [PATCH 1/3] Check if address is broadcast

2011-06-27 Thread Alexander Smirnov
[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

[Linux-zigbee-devel] [PATCH 2/3] Add simple tunneling hook

2011-06-27 Thread Alexander Smirnov
[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

[Linux-zigbee-devel] [PATCH 3/3] Basic support for 6lowpan

2011-06-27 Thread Alexander Smirnov
[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