1. 08 11月, 2011 2 次提交
  2. 14 10月, 2011 1 次提交
  3. 11 10月, 2011 4 次提交
  4. 12 8月, 2011 2 次提交
  5. 09 7月, 2011 1 次提交
  6. 08 7月, 2011 1 次提交
    • M
      Bluetooth: Use event-driven approach for handling ERTM receive buffer · e328140f
      Mat Martineau 提交于
      This change moves most L2CAP ERTM receive buffer handling out of the
      L2CAP core and in to the socket code.  It's up to the higher layer
      (the socket code, in this case) to tell the core when its buffer is
      full or has space available.  The recv op should always accept
      incoming ERTM data or else the connection will go down.
      
      Within the socket layer, an skb that does not fit in the socket
      receive buffer will be temporarily stored.  When the socket is read
      from, that skb will be placed in the receive buffer if possible.  Once
      adequate buffer space becomes available, the L2CAP core is informed
      and the ERTM local busy state is cleared.
      
      Receive buffer management for non-ERTM modes is unchanged.
      Signed-off-by: NMat Martineau <mathewm@codeaurora.org>
      Signed-off-by: NGustavo F. Padovan <padovan@profusion.mobi>
      e328140f
  7. 17 6月, 2011 1 次提交
  8. 14 6月, 2011 6 次提交
  9. 10 6月, 2011 1 次提交
  10. 09 6月, 2011 7 次提交
  11. 06 5月, 2011 3 次提交
  12. 28 4月, 2011 10 次提交
  13. 13 4月, 2011 1 次提交