1. 21 10月, 2015 5 次提交
  2. 08 10月, 2015 1 次提交
  3. 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
  4. 17 9月, 2015 2 次提交
  5. 12 8月, 2015 1 次提交
  6. 27 10月, 2014 2 次提交
  7. 31 7月, 2014 4 次提交
  8. 21 4月, 2014 1 次提交
  9. 07 3月, 2014 2 次提交
  10. 01 3月, 2014 1 次提交
  11. 17 12月, 2013 2 次提交
  12. 13 12月, 2013 1 次提交
  13. 12 12月, 2013 1 次提交
  14. 21 8月, 2013 2 次提交
  15. 27 3月, 2013 1 次提交
  16. 11 3月, 2013 1 次提交
  17. 26 4月, 2012 1 次提交
  18. 14 11月, 2011 2 次提交
  19. 25 8月, 2011 1 次提交