Version 5 of my patch series for the 6lowpan patch. It doesn't fix all known 
bugs yet.
But it should fix the bug for uncompression of link_layer addresses and some 
other addresses.

If this patch series looks OK, I will send it to the netdev mailinglist.



I got some issues with checkpatch in patch "6lowpan: handle context based 
source address", but
this looks like a bug in checkpatch. Some comment issue.

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 (11):
  6lowpan: fix small comment issue
  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: 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 | 308 +++++++++++++++++++++++++++++------------------
 net/ieee802154/6lowpan.h |   8 +-
 2 files changed, 199 insertions(+), 117 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

Reply via email to