1. 16 5月, 2014 3 次提交
  2. 02 4月, 2014 1 次提交
  3. 15 3月, 2014 5 次提交
  4. 23 12月, 2013 1 次提交
  5. 31 10月, 2013 1 次提交
  6. 08 4月, 2013 1 次提交
    • A
      mac802154: Increase tx_buffer_len · e937f583
      Alan Ott 提交于
      Increase the buffer length from 10 to 300 packets. Consider that traffic on
      mac802154 devices will often be 6LoWPAN, and a full-length (1280 octet)
      IPv6 packet will fragment into 15 6LoWPAN fragments (because the MTU of
      IEEE 802.15.4 is 127).  A 300-packet queue is really 20 full-length IPv6
      packets.
      
      With a queue length of 10, an entire IPv6 packet was unable to get queued
      at one time, causing fragments to be dropped, and making reassembly
      impossible.
      Signed-off-by: NAlan Ott <alan@signal11.us>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      e937f583
  7. 27 3月, 2013 1 次提交
  8. 07 2月, 2013 2 次提交
  9. 05 1月, 2013 1 次提交
  10. 01 12月, 2012 1 次提交
  11. 27 6月, 2012 1 次提交