1. 16 6月, 2016 1 次提交
  2. 13 4月, 2016 4 次提交
  3. 24 2月, 2016 1 次提交
    • A
      6lowpan: iphc: add support for stateful compression · 5609c185
      Alexander Aring 提交于
      This patch introduce support for IPHC stateful address compression. It
      will offer the context table via one debugfs entry.
      This debugfs has and directory for each cid entry for the context table.
      Inside each cid directory there exists the following files:
      
       - "active": If the entry is added or deleted. The context table is
         original a list implementation, this flag will indicate if the
         context is part of list or not.
       - "prefix": The ipv6 prefix.
       - "prefix_length": The prefix length for the prefix.
       - "compression": The compression flag according RFC6775.
      
      This part should be moved into sysfs after some testing time.
      
      Also the debugfs entry contains a "show" file which is a pretty-printout
      for the current context table information.
      Reviewed-by: NStefan Schmidt <stefan@osg.samsung.com>
      Signed-off-by: NAlexander Aring <aar@pengutronix.de>
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      5609c185
  4. 10 12月, 2015 2 次提交
  5. 21 10月, 2015 6 次提交
  6. 08 10月, 2015 1 次提交
  7. 22 9月, 2015 1 次提交
    • A
      ieee802154: change needed headroom/tailroom · 87a93e4e
      Alexander Aring 提交于
      This patch cleanups needed_headroom, needed_tailroom and hard_header_len
      fields for wpan and lowpan interfaces.
      
      For wpan interfaces the worst case mac header len should be part of
      needed_headroom, currently this is set as hard_header_len, but
      hard_header_len should be set to the minimum header length which xmit
      call assumes and this is the minimum frame length of 802.15.4.
      The hard_header_len value will check inside send callbacl of AF_PACKET
      raw sockets.
      
      For lowpan interfaces, if fragmentation isn't needed the skb will
      call dev_hard_header for 802154 layer and queue it afterwards. This
      happens without new skb allocation, so we need the same headroom and
      tailroom lengths like 802154 inside 802154 6lowpan layer. At least we
      assume as minimum header length an ipv6 header size.
      Signed-off-by: NAlexander Aring <alex.aring@gmail.com>
      Signed-off-by: NMarcel Holtmann <marcel@holtmann.org>
      87a93e4e
  8. 17 9月, 2015 2 次提交
  9. 12 8月, 2015 1 次提交
  10. 27 10月, 2014 2 次提交
  11. 31 7月, 2014 4 次提交
  12. 21 4月, 2014 1 次提交
  13. 07 3月, 2014 2 次提交
  14. 01 3月, 2014 1 次提交
  15. 17 12月, 2013 2 次提交
  16. 13 12月, 2013 1 次提交
  17. 12 12月, 2013 1 次提交
  18. 21 8月, 2013 2 次提交
  19. 27 3月, 2013 1 次提交
  20. 11 3月, 2013 1 次提交
  21. 26 4月, 2012 1 次提交
  22. 14 11月, 2011 2 次提交