Next part of this patch series to fix uncompression of some addresses. This patch doesn't fix the payload_length and parsing of traffic class.
v6: - Add patch "6lowpan: fix magic number" - Add patch "6lowpan: handle only real local link addresses" - remove useless zero setting to head buffer in patch "6lowpan: remove setting some memory regions to zero". Thanks Werner for this hint. - Handle short address based addresses when address_mode == 03 I got a anonymous hint for that fix. Thanks. I hope this is correct. See patch "6lowpan: lowpan_uncompress_addr with address_mode" - Remove memcpy(... , 1) and memset(..., 1) in address uncompression v5: - fix handle of uncompress_context_based_addr if SAC Bit is set. We handle currently the case if SAC = 1 and SAM = 00, otherwise we print a warning and drop the package. v4: - Got a "Mail delivery failed" - I resend this patch series v3: - add David Hauweele patch to fix fragmentation with link-local compressed addresses - add warnings for CID and DAC bit - handle SAC bit to :: address - rename layer_addr to lladdr in function lowpan_uncompress_addr v2: - add patch to add uncompress multicast addresses - add patch for new uncompress address function Alexander Aring (13): 6lowpan: fix small comment issue 6lowpan: fix magic number 6lowpan: fix return value with comment operator 6lowpan: init 6lowpan header and ipv6hdr to zero 6lowpan: remove setting some memory regions to zero 6lowpan: use _saddr and _daddr instead of skb data 6lowpan: add function to uncompress multicast addr 6lowpan: handle only real local link addresses 6lowpan: lowpan_uncompress_addr with address_mode 6lowpan: add warning for CID bit 6lowpan: add warning for DAC bit 6lowpan: add comment for unspec address 6lowpan: handle context based source address David Hauweele (1): 6lowpan: Fix fragmentation with link-local compressed addresses net/ieee802154/6lowpan.c | 336 ++++++++++++++++++++++++++++++----------------- net/ieee802154/6lowpan.h | 15 ++- 2 files changed, 229 insertions(+), 122 deletions(-) -- 1.8.3.3 ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Linux-zigbee-devel mailing list Linux-zigbee-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel