1. 84084a3 Bluetooth: Perform L2CAP SDU reassembly without copying data by Mat Martineau · 13 years ago
  2. 1c1def0 Bluetooth: Move SMP fields to a separate structure by Vinicius Costa Gomes · 13 years ago
  3. e2fd318 Bluetooth: Fixes l2cap "command reject" reply according to spec by Ilia Kolomisnky · 13 years ago
  4. fadd192 Bluetooth: Remove L2CAP busy queue by Mat Martineau · 13 years ago
  5. e328140 Bluetooth: Use event-driven approach for handling ERTM receive buffer by Mat Martineau · 13 years ago
  6. e2ab435 Bluetooth: Use bit operations on conn_state by Gustavo F. Padovan · 13 years ago
  7. c1360a1 Bluetooth: use bit operation on conf_state by Gustavo F. Padovan · 13 years ago
  8. 3158c50 Bluetooth: Add key size checks for SMP by Vinicius Costa Gomes · 13 years ago
  9. 5d3de7d Bluetooth: Add support for SMP timeout by Vinicius Costa Gomes · 13 years ago
  10. 7d24ddc Bluetooth: Add SMP confirmation checks methods by Anderson Briglia · 13 years ago
  11. f01ead3 Bluetooth: Add SMP confirmation structs by Anderson Briglia · 13 years ago
  12. 1a09bcb Bluetooth: keep reference if any ERTM timer is enabled by Gustavo F. Padovan · 13 years ago
  13. c9b6667 Bluetooth: Make timer functions generic by Gustavo F. Padovan · 13 years ago
  14. 71ba0e5 Bluetooth: Add refcnt to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  15. 89bc500 Bluetooth: Add state tracking to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  16. ba3bd0e Bluetooth: add close() callback to l2cap_chan_ops by Gustavo F. Padovan · 13 years ago
  17. 2307049 Bluetooth: add recv() callback to l2cap_chan_ops by Gustavo F. Padovan · 13 years ago
  18. 80808e4 Bluetooth: Add l2cap_chan_ops abstraction by Gustavo F. Padovan · 13 years ago
  19. 14b12d0 Bluetooth: Add BT_POWER L2CAP socket option. by Jaikumar Ganesh · 13 years ago
  20. 0f85272 Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close() by Gustavo F. Padovan · 13 years ago
  21. 500698d Bluetooth: Remove export of l2cap_chan_clear_timer() by Gustavo F. Padovan · 13 years ago
  22. ab07801 Bluetooth: create channel timer to replace sk_timer by Gustavo F. Padovan · 13 years ago
  23. 715ec00 Bluetooth: Add chan->chan_type struct member by Gustavo F. Padovan · 13 years ago
  24. 9a91a04 Bluetooth: Create l2cap_chan_send() by Gustavo F. Padovan · 13 years ago
  25. 4519de9 Bluetooth: Create __l2cap_chan_close() by Gustavo F. Padovan · 13 years ago
  26. 23691d7 Bluetooth: Remove l2cap_sk_list by Gustavo F. Padovan · 13 years ago
  27. 73b2ec1 Bluetooth: Handle psm == 0 case inside l2cap_add_psm() by Gustavo F. Padovan · 13 years ago
  28. 9e4425f Bluetooth: Add l2cap_add_psm() and l2cap_add_scid() by Gustavo F. Padovan · 13 years ago
  29. cf2f90f Bluetooth: Don't export l2cap_sock_ops by Gustavo F. Padovan · 13 years ago
  30. 6ff5abb Bluetooth: Fix memory leak with L2CAP channels by Gustavo F. Padovan · 13 years ago
  31. 8c1d787 Bluetooth: Move conn to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  32. fe4128e Bluetooth: Move more vars to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  33. 0c1bc5c Bluetooth: Move more channel info to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  34. 47d1ec6 Bluetooth: Move more vars to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  35. 4343478 Bluetooth: Move some more elements to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  36. 77a74c7 Bluetooth: Rename l2cap_do_connect() to l2cap_chan_connect() by Gustavo F. Padovan · 13 years ago
  37. b445003 Bluetooth: Move conf_state to struct l2cap_chan by Gustavo F. Padovan · 13 years ago
  38. 5d41ce1 Bluetooth: Refactor L2CAP channel allocation by Gustavo F. Padovan · 13 years ago
  39. 58d35f8 Bluetooth: Move tx queue to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  40. 39d5a3e Bluetooth: Move SREJ list to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  41. 311bb89 Bluetooth: Move busy workqueue to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  42. f1c6775 Bluetooth: Move srej and busy queues to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  43. e92c8e7 Bluetooth: Move ERTM timers to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  44. 2c03a7a Bluetooth: Move remote info to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  45. 6f61fd47 Bluetooth: Move SDU related vars to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  46. 6a02661 Bluetooth: Move more ERTM stuff to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  47. 42e5c80 Bluetooth: Move of ERTM *_seq vars to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  48. 525cd18 Bluetooth: Move conn_state to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  49. 710f9b0a Bluetooth: clean up l2cap_sock_recvmsg() by Gustavo F. Padovan · 14 years ago
  50. 73ffa90 Bluetooth: Move conf_{req,rsp} stuff to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  51. fc7f8a7 Bluetooth: Move ident to struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  52. 820ffdb Bluetooth: Remove struct del_list by Gustavo F. Padovan · 14 years ago
  53. baa7e1f Bluetooth: Use struct list_head for L2CAP channels list by Gustavo F. Padovan · 14 years ago
  54. 4845407 Bluetooth: Create struct l2cap_chan by Gustavo F. Padovan · 14 years ago
  55. f3dd4f0 Bluetooth: Remove unused struct l2cap_conn item by Gustavo F. Padovan · 14 years ago
  56. b0d2199 Bluetooth: Remove unused struct item by Gustavo F. Padovan · 14 years ago
  57. de73115 Bluetooth: Add connection parameter update response by Claudio Takahasi · 14 years ago
  58. 3300d9a Bluetooth: Add LE signaling commands handling by Claudio Takahasi · 14 years ago
  59. b62f328 Bluetooth: Add server socket support for LE connection by Ville Tervo · 14 years ago
  60. acd7d37 Bluetooth: Add LE connection support to L2CAP by Ville Tervo · 14 years ago
  61. c531a12 Bluetooth: remove l2cap_load() hack by Gustavo F. Padovan · 14 years ago
  62. 6de0702 Bluetooth: move __l2cap_sock_close() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  63. fd83ccd Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  64. dcba0db Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  65. 6898325 Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  66. 4e34c50 Bluetooth: move l2cap_sock_connect() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  67. 99f4808 Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  68. 33575df Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  69. d7175d5 Bluetooth: move l2cap_sock_getname() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  70. c47b7c7 Bluetooth: move l2cap_sock_accept() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  71. af6bcd8 Bluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  72. 554f05b Bluetooth: move l2cap_sock_release() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  73. 6539058 Bluetooth: move l2cap_sock_ops to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  74. bb58f74 Bluetooth: Initial work for L2CAP split. by Gustavo F. Padovan · 14 years ago
  75. e702112 Bluetooth: Use non-flushable by default L2CAP data packets by Andrei Emeltchenko · 14 years ago
  76. be21871 Bluetooth: clean up legal text by Andrei Emeltchenko · 14 years ago
  77. 894718a Bluetooth: clean up l2cap code by Andrei Emeltchenko · 14 years ago
  78. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  79. db12d64 Bluetooth: Use 3-DH5 payload size for default ERTM max PDU size by Mat Martineau · 14 years ago
  80. fa23556 Bluetooth: Change default L2CAP ERTM retransmit timeout by Mat Martineau · 14 years ago
  81. 66c853c Bluetooth: Use __packed annotation by Gustavo F. Padovan · 14 years ago
  82. 5d8868f Bluetooth: Add Google's copyright to L2CAP by Gustavo F. Padovan · 14 years ago
  83. ce5706b Bluetooth: Add Copyright notice to L2CAP by Gustavo F. Padovan · 14 years ago
  84. e0f6621 Bluetooth: Remove the send_lock spinlock from ERTM by Gustavo F. Padovan · 14 years ago
  85. cf6c2c0 Bluetooth: Disconnect early if mode is not supported by Gustavo F. Padovan · 14 years ago
  86. dfc909b Bluetooth: Fix race condition on l2cap_ertm_send() by Gustavo F. Padovan · 14 years ago
  87. 1890d36 Bluetooth: Implement Local Busy Condition handling by Gustavo F. Padovan · 14 years ago
  88. 68d7f0c Bluetooth: Enable option to configure Max Transmission value via sockopt by Gustavo F. Padovan · 14 years ago
  89. 803020c Bluetooth: Change acknowledgement to use the value of txWindow by Gustavo F. Padovan · 14 years ago
  90. 14b5aa7 Bluetooth: Add sockopt configuration for txWindow on L2CAP by Gustavo F. Padovan · 14 years ago
  91. 1c76215 Bluetooth: Fix configuration of the MPS value by Gustavo F. Padovan · 14 years ago
  92. c1b4f43 Bluetooth: Add timer to Acknowledge I-frames by Gustavo F. Padovan · 14 years ago
  93. d5392c8 Bluetooth: Implement 'Send IorRRorRNR' event by Gustavo F. Padovan · 14 years ago
  94. 4ec10d9 Bluetooth: Implement RejActioned flag by Gustavo F. Padovan · 15 years ago
  95. 9f121a5 Bluetooth: Fix sending ReqSeq on I-frames by Gustavo F. Padovan · 15 years ago
  96. 2246b2f Bluetooth: Handle L2CAP case when the remote receiver is busy by Gustavo F. Padovan · 15 years ago
  97. ef54fd9 Bluetooth: Full support for receiving L2CAP SREJ frames by Gustavo F. Padovan · 15 years ago
  98. 8f17154 Bluetooth: Add support for L2CAP SREJ exception by Gustavo F. Padovan · 15 years ago
  99. fcc203c Bluetooth: Add support for FCS option to L2CAP by Gustavo F. Padovan · 15 years ago
  100. e90bac0 Bluetooth: Add support for Retransmission and Monitor Timers by Gustavo F. Padovan · 15 years ago