Re: [Linux-zigbee-devel] [PATCH] 6lowpan support for Linux

2010-08-27 Thread Dmitry Eremin-Solenikov
Hello, Again, as I've said, it's really not the proper way to implement 6lowpan. Please reimplement this using protocol receivers (not mac-level device) and XFRM6. On Fri, Aug 27, 2010 at 5:01 PM, Jon Smirl wrote: > I will be gone for a week. I am doing something wrong with the skb in > receive

[Linux-zigbee-devel] [PATCH] 6lowpan support for Linux

2010-08-27 Thread Jon Smirl
I will be gone for a week. I am doing something wrong with the skb in receive. If you receive a packet with Wireshark running the kernel will crash. So I'm probably corrupting memory by misusing a skb. Special thanks to anyone how can find the bug while I'm gone. --- drivers/ieee802154/serial.c

Re: [Linux-zigbee-devel] [PATCH] 6lowpan support for Linux

2010-08-24 Thread Dmitry Eremin-Solenikov
Hi, On 8/25/10, Jon Smirl wrote: > Current snapshot of my 6lowpan port. Receive doesn't work. > Hook lowpan into the system Whow. Nice work. As I've said before, if you wish to do this 'true way', 6lowpan code should be separated from mac802154. One should probably hook into xfrm6 subsystem (ple

[Linux-zigbee-devel] [PATCH] 6lowpan support for Linux

2010-08-24 Thread Jon Smirl
Current snapshot of my 6lowpan port. Receive doesn't work. Hook lowpan into the system --- drivers/ieee802154/serial.c |7 include/linux/nl802154.h|1 net/mac802154/6lowpan.c | 948 +++ net/mac802154/6lowpan.h | 81 net/mac8021