Hi all, I finally rework the patch serie and I think I could send it to netdev. So please all test these patches if you like and send me a:
Tested-by: $YOUR_NAME <$YOUR_EMAIL> just reply to this mail here. Then it's easier for me to bring these patches mainline. I uploaded these patches on github, see [1]. [1] https://github.com/linux-wpan/linux-net-next/tree/6lowpan_fragmentation_fixes Alexander Aring (6): 6lowpan: add frag information struct 6lowpan: fix fragmentation on sending side 6lowpan: move 6lowpan.c to 6lowpan_rtnl.c 6lowpan: fix some checkpatch issues net: ns: add ieee802154_6lowpan namespace 6lowpan: handling 6lowpan fragmentation via inet_frag api include/net/ieee802154_netdev.h | 7 + include/net/net_namespace.h | 4 + include/net/netns/ieee802154_6lowpan.h | 22 ++ net/ieee802154/6lowpan.h | 112 ++++++ net/ieee802154/{6lowpan.c => 6lowpan_rtnl.c} | 325 +++++---------- net/ieee802154/Makefile | 1 + net/ieee802154/reassembly.c | 565 +++++++++++++++++++++++++++ net/ieee802154/reassembly.h | 66 ++++ 8 files changed, 868 insertions(+), 234 deletions(-) create mode 100644 include/net/netns/ieee802154_6lowpan.h rename net/ieee802154/{6lowpan.c => 6lowpan_rtnl.c} (70%) create mode 100644 net/ieee802154/reassembly.c create mode 100644 net/ieee802154/reassembly.h -- 1.8.5.4 ------------------------------------------------------------------------------ Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bluetooth, Mapview and more. Get your Android app in front of a whole new audience. Start now. http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk _______________________________________________ Linux-zigbee-devel mailing list Linux-zigbee-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel