1. 72f7835 Bluetooth: Remove unneeded parameter from L2CAP ATT channel handling by Marcel Holtmann · 11 years ago
  2. 2c8e141 Bluetooth: l2cap: add l2cap_user sub-modules by David Herrmann · 11 years ago
  3. 9c903e3 Bluetooth: l2cap: introduce l2cap_conn ref-counting by David Herrmann · 11 years ago
  4. baf4325 Bluetooth: Remove unneeded parameter by Claudio Takahasi · 11 years ago
  5. 76a68ba Bluetooth: rename hci_conn_put to hci_conn_drop by David Herrmann · 11 years ago
  6. 0f496df Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 11 years ago
  7. 7b064ed Bluetooth: Fix authentication if acl data comes before remote feature evt by Jaganath Kanakkassery · 12 years ago
  8. cbf54ad Bluetooth: AMP: Remove dead code by Andrei Emeltchenko · 12 years ago
  9. f2592d3 Bluetooth: trivial: Change NO_FCS_RECV to RECV_NO_FCS by Andrei Emeltchenko · 12 years ago
  10. cbabee7 Bluetooth: Process receiving FCS_NONE in L2CAP Conf Rsp by Andrei Emeltchenko · 12 years ago
  11. 6091891 Bluetooth: Fix missing L2CAP EWS Conf parameter by Andrei Emeltchenko · 12 years ago
  12. 5d05416 Bluetooth: AMP: Check that AMP is present and active by Andrei Emeltchenko · 12 years ago
  13. 5e4e397 Bluetooth: Refactor l2cap_send_disconn_req by Andrei Emeltchenko · 12 years ago
  14. fd45bf4 Bluetooth: AMP: Set no FCS for incoming L2CAP chan by Andrei Emeltchenko · 12 years ago
  15. 1bb166e Bluetooth: Improve error message printing by Andrei Emeltchenko · 12 years ago
  16. 62748ca Bluetooth: Fix sending L2CAP Create Chan Req by Andrei Emeltchenko · 12 years ago
  17. 62cd50e Bluetooth: trivial: Use __constant for constants by Andrei Emeltchenko · 12 years ago
  18. 12d6cc6 Bluetooth: Disable FCS only for new HS channels by Andrei Emeltchenko · 12 years ago
  19. a514b17 Bluetooth: Refactor locking in amp_physical_cfm by Andrei Emeltchenko · 12 years ago
  20. 522db70 Bluetooth: Remove unneeded local_amp_id initialization by Andrei Emeltchenko · 12 years ago
  21. 96eff46 Bluetooth: Use __l2cap_no_conn_pending helper by Andrei Emeltchenko · 12 years ago
  22. fffadc0 Bluetooth: Rename ctrl_id to remote_amp_id by Andrei Emeltchenko · 12 years ago
  23. 6e1df6a Bluetooth: Process Create Chan Request by Andrei Emeltchenko · 12 years ago
  24. f351bc7 Bluetooth: AMP: Check for hs_hcon instead of ctrl_id by Andrei Emeltchenko · 12 years ago
  25. 419e08c Bluetooth: Disconnect logical link when deleting chan by Andrei Emeltchenko · 12 years ago
  26. 5ce66b5 Bluetooth: AMP: Add Logical Link Create function by Andrei Emeltchenko · 12 years ago
  27. 770bfef Bluetooth: Derive remote and local amp id from chan struct by Andrei Emeltchenko · 12 years ago
  28. 439f34a Bluetooth: Return correct L2CAP response type by Andrei Emeltchenko · 12 years ago
  29. 336178a Bluetooth: Save hs_hchan instead of hs_hcon in loglink complete by Andrei Emeltchenko · 12 years ago
  30. ba6fc31 Bluetooth: trivial: Fix braces style and remove empty line by Andrei Emeltchenko · 12 years ago
  31. 27695fb Bluetooth: AMP: Process Logical Link complete evt by Andrei Emeltchenko · 12 years ago
  32. 35ba956 Bluetooth: Use helper function sending EFS conf rsp by Andrei Emeltchenko · 12 years ago
  33. fe79c6f Bluetooth: trivial: Remove unneeded assignment by Andrei Emeltchenko · 12 years ago
  34. 3f7a56c Bluetooth: Start channel move when socket option is changed by Mat Martineau · 12 years ago
  35. e6a3ee6 Bluetooth: Do not retransmit data during a channel move by Mat Martineau · 12 years ago
  36. a549574 Bluetooth: Ignore BR/EDR packet size constraints when fragmenting for AMP by Mat Martineau · 12 years ago
  37. 36c86c8 Bluetooth: Configure appropriate timeouts for AMP controllers by Mat Martineau · 12 years ago
  38. b99e13a Bluetooth: Do not send data during channel move by Mat Martineau · 12 years ago
  39. d5f8a75 Bluetooth: Flag ACL frames as complete for AMP controllers by Mat Martineau · 12 years ago
  40. 8eb200b Bluetooth: Handle physical link completion by Mat Martineau · 12 years ago
  41. 3fd71a0 Bluetooth: Add move confirm response handling by Mat Martineau · 12 years ago
  42. 1500109b Bluetooth: Add logical link confirm by Mat Martineau · 12 years ago
  43. 5b155ef Bluetooth: Move channel response by Mat Martineau · 12 years ago
  44. 5f3847a Bluetooth: Add move channel confirm handling by Mat Martineau · 12 years ago
  45. 32b3273 Bluetooth: Add new ERTM receive states for channel move by Mat Martineau · 12 years ago
  46. 02b0fbb Bluetooth: Channel move request handling by Mat Martineau · 12 years ago
  47. b1a130b Bluetooth: Lookup channel structure based on DCID by Mat Martineau · 12 years ago
  48. 5909cf3 Bluetooth: Remove unnecessary intermediate function by Mat Martineau · 12 years ago
  49. 1700915 Bluetooth: Add L2CAP create channel request handling by Mat Martineau · 12 years ago
  50. 0833328 Bluetooth: Add new l2cap_chan struct members for high speed channels by Mat Martineau · 12 years ago
  51. bc27d5f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  52. 56f6098 Bluetooth: Zero bredr pointer when chan is deleted by Andrei Emeltchenko · 12 years ago
  53. 79de886 Bluetooth: Send EFS Conf Rsp only for BR/EDR chan by Andrei Emeltchenko · 12 years ago
  54. 1d13a25 Bluetooth: AMP: Drop packets when no l2cap conn exist by Andrei Emeltchenko · 12 years ago
  55. d73a098 Bluetooth: AMP: Handle complete frames in l2cap by Andrei Emeltchenko · 12 years ago
  56. 300229f Bluetooth: Rename __l2cap_connect() to l2cap_connect() by Gustavo Padovan · 12 years ago
  57. 2dc4e51 Bluetooth: Add chan->ops->defer() by Gustavo Padovan · 12 years ago
  58. 644912e Bluetooth: Move bt_accept_enqueue() to l2cap_sock.c by Gustavo Padovan · 12 years ago
  59. b699ec0 Bluetooth: Call ops->teardown() without checking for NULL by Gustavo Padovan · 12 years ago
  60. d117773 Bluetooth: Use locked l2cap_state_change() by Gustavo Padovan · 12 years ago
  61. 1d8b1fd Bluetooth: use l2cap_chan_set_err() by Gustavo Padovan · 12 years ago
  62. 8bcde1f Bluetooth: Remove GFP_ATOMIC usage from l2cap_core.c by Gustavo Padovan · 12 years ago
  63. 2d79281 Bluetooth: Fix L2CAP coding style by Gustavo Padovan · 12 years ago
  64. 4c89b6a Bluetooth: Factor out common L2CAP connection code by Mat Martineau · 12 years ago
  65. f5a2598 Bluetooth: Process create response and connect response identically by Mat Martineau · 12 years ago
  66. 8936fa6 Bluetooth: L2CAP: Fix using default Flush Timeout for EFS by Andrei Emeltchenko · 12 years ago
  67. dcc042d Bluetooth: AMP: Use block_mtu for AMP controller by Andrei Emeltchenko · 12 years ago
  68. a248afd Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 12 years ago
  69. 6a06e5e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  70. 29d8a59 Bluetooth: Factor out Create Configuration Response by Andrei Emeltchenko · 12 years ago
  71. fcb7333 Bluetooth: Use %pMR in sprintf/seq_printf instead of batostr by Andrei Emeltchenko · 12 years ago
  72. 6ed93dc Bluetooth: Use %pMR in debug instead of batostr by Andrei Emeltchenko · 12 years ago
  73. 2766be4 Bluetooth: A2MP: Add fallback to normal l2cap init sequence by Andrei Emeltchenko · 12 years ago
  74. 93c3e8f Bluetooth: Choose connection based on capabilities by Andrei Emeltchenko · 12 years ago
  75. 791ef39 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  76. aad3d0e Bluetooth: Fix freeing uninitialized delayed works by Andrei Emeltchenko · 12 years ago
  77. b48b63a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  78. fac805f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  79. cc11092 Bluetooth: Change signature of smp_conn_security() by Vinicius Costa Gomes · 12 years ago
  80. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  81. 144ad33 Bluetooth: Use kref for l2cap channel reference counting by Syam Sidhardhan · 12 years ago
  82. ab19516 Bluetooth: debug: Correct the PSM printing by Syam Sidhardhan · 12 years ago
  83. a9ea3ed Bluetooth: Fix legacy pairing with some devices by Szymon Janc · 12 years ago
  84. 4af66c6 Bluetooth: Free the l2cap channel list only when refcount is zero by Jaganath Kanakkassery · 12 years ago
  85. 3064837 Bluetooth: Move l2cap_chan_hold/put to l2cap_core.c by Jaganath Kanakkassery · 12 years ago
  86. 9e66463 Bluetooth: Make connect / disconnect cfm functions return void by Andrei Emeltchenko · 12 years ago
  87. 78eb2f9 Bluetooth: Fix processing A2MP chan in security_cfm by Andrei Emeltchenko · 12 years ago
  88. c20f8e3 Bluetooth: Use tx window from config response for ack timing by Mat Martineau · 12 years ago
  89. 89d8b40 Bluetooth: debug: Add debug to l2cap_security_cfm by Andrei Emeltchenko · 12 years ago
  90. ad0ac6c Bluetooth: debug: Print CID and PSM in hex format by Andrei Emeltchenko · 12 years ago
  91. b440067 Bluetooth: debug: Correct types specifiers for L2CAP by Andrei Emeltchenko · 12 years ago
  92. b82c29d Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by Gustavo Padovan · 12 years ago
  93. 8f321f8 Bluetooth: Fix using uninitialized option in RFCMode by Szymon Janc · 12 years ago
  94. cbe461c Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by Gustavo Padovan · 12 years ago
  95. d06cc41 Bluetooth: Fix deadlock and crash when SMP pairing times out by Johan Hedberg · 12 years ago
  96. 6fcb06a Bluetooth: Change default MTU for L2CAP ATT channel by Andre Guedes · 12 years ago
  97. f0f6279 Bluetooth: Remove unused err var from l2cap_segment_sdu() by Gustavo Padovan · 12 years ago
  98. ba7aa64 Bluetooth: Create function to return the ERTM header size by Gustavo Padovan · 12 years ago
  99. 6810fca Bluetooth: Make l2cap_att_channel return void by Andrei Emeltchenko · 12 years ago
  100. 84104b2 Bluetooth: Make l2cap_conless_channel return void by Andrei Emeltchenko · 12 years ago