1. f1496de Bluetooth: Add initial code for LE L2CAP Connect Request by Johan Hedberg · 11 years ago
  2. 96ac34f Bluetooth: Move LE L2CAP initiator procedure to its own function by Johan Hedberg · 11 years ago
  3. 203e639 Bluetooth: Pass command length to LE signaling channel handlers by Johan Hedberg · 11 years ago
  4. a17de2f Bluetooth: Allow l2cap_chan_check_security() to be used for LE links. by Johan Hedberg · 11 years ago
  5. bf20fd4 Bluetooth: Update l2cap_global_chan_by_psm() to take a link type by Johan Hedberg · 11 years ago
  6. 6d3c15d Bluetooth: Remove unnecessary braces from one-line if-statement by Johan Hedberg · 11 years ago
  7. 32019c7 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 11 years ago
  8. 31e8ce8 Bluetooth: Fix crash in l2cap_chan_send after l2cap_chan_del by Seung-Woo Kim · 11 years ago
  9. 7f5396a Bluetooth: Use bt_cb(skb)->chan to send raw data back by Gustavo Padovan · 11 years ago
  10. 8ffb929 Bluetooth: Remove parent socket usage from l2cap_core.c by Gustavo Padovan · 11 years ago
  11. f93fa27 Bluetooth: Remove socket lock from l2cap_state_change() by Gustavo Padovan · 11 years ago
  12. acdcabf Bluetooth: Hold socket in defer callback in L2CAP socket by Gustavo Padovan · 11 years ago
  13. d42970f Bluetooth: Remove not used struct sock by Gustavo Padovan · 11 years ago
  14. cc8dba2 Bluetooth: Block ATT connection on LE when device is blocked by Marcel Holtmann · 11 years ago
  15. 06ae331 Bluetooth: Use hcon directly instead of conn->hcon where possible by Marcel Holtmann · 11 years ago
  16. 1120e4b Bluetooth: Use IS_ERR_OR_NULL for checking bt_debugfs by Marcel Holtmann · 11 years ago
  17. a521149 Bluetooth: Remove useless l2cap_err_to_reason function by Johan Hedberg · 11 years ago
  18. 33a2145 Bluetooth: Remove unused command reject mapping for EMSGSIZE by Johan Hedberg · 11 years ago
  19. 662d652 Bluetooth: Fix L2CAP "Command Reject: Invalid CID" response by Johan Hedberg · 11 years ago
  20. 74e7574 Bluetooth: use l2cap_chan_ready() instead of duplicate code by Gustavo Padovan · 11 years ago
  21. dc25306 Bluetooth: Move l2cap_wait_ack() to l2cap_sock.c by Gustavo Padovan · 11 years ago
  22. 5ec1bbe Bluetooth: Add chan->ops->set_shutdown() by Gustavo Padovan · 11 years ago
  23. 8d836d7 Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.c by Gustavo Padovan · 11 years ago
  24. f8e7301 Bluetooth: Add l2cap_state_change_and_error() by Gustavo Padovan · 11 years ago
  25. 53f5212 Bluetooth: Extend state_change() call to report errors too by Gustavo Padovan · 11 years ago
  26. d97c899 Bluetooth: Introduce L2CAP channel callback for resuming by Marcel Holtmann · 11 years ago
  27. bdc2578 Bluetooth: Introduce L2CAP channel flag for defer setup by Marcel Holtmann · 11 years ago
  28. 2edf870 Bluetooth: Provide msg_name callback for L2CAP connectionless channels by Marcel Holtmann · 11 years ago
  29. 4f1654e Bluetooth: Return the correct address type for L2CAP sockets by Marcel Holtmann · 11 years ago
  30. 7eafc59 Bluetooth: Store address information in L2CAP channel structure by Marcel Holtmann · 11 years ago
  31. 4637f7c Bluetooth: Update L2CAP socket source address from HCI connection by Marcel Holtmann · 11 years ago
  32. 6f59b90 Bluetooth: Use hci_conn->src address for L2CAP functions by Marcel Holtmann · 11 years ago
  33. 98e0f7e Bluetooth: Remove l2cap_conn->src and l2cap_conn->dst usage from L2CAP by Marcel Holtmann · 11 years ago
  34. 547d103 Bluetooth: Unicast connectionless data reception is supported by Marcel Holtmann · 11 years ago
  35. d40bffb Bluetooth: The L2CAP fixed channel connectionless data is supported by Marcel Holtmann · 11 years ago
  36. 3124b84 Bluetooth: Allow 3D profile to use security mode 4 level 0 by Marcel Holtmann · 11 years ago
  37. 6a974b5 Bluetooth: Limit security mode 4 level 0 to connection oriented channels by Marcel Holtmann · 11 years ago
  38. 43b1b8d Bluetooth: Fix PSM value for L2CAP connectionless data packets by Marcel Holtmann · 11 years ago
  39. ac4b723 Bluetooth: Move smp.h header file into net/bluetooth/ by Marcel Holtmann · 11 years ago
  40. 7024728 Bluetooth: Move a2mp.h header file into net/bluetooth/ by Marcel Holtmann · 11 years ago
  41. 7ef9fbf Bluetooth: Move amp.h header file into net/bluetooth/ by Marcel Holtmann · 11 years ago
  42. c4e5baf Bluetooth: Fix potential double-frees of L2CAP skbs by Johan Hedberg · 11 years ago
  43. 1df7b17 Bluetooth: Simplify check if L2CAP connection is AMP capable by Marcel Holtmann · 11 years ago
  44. 80d58d0 Bluetooth: Move hci_amp_capable() function into L2CAP core by Marcel Holtmann · 11 years ago
  45. 6ed971c Bluetooth: Use explicit AMP controller id value for BR/EDR by Marcel Holtmann · 11 years ago
  46. 4f3e219 Bluetooth: Only one command per L2CAP LE signalling is supported by Marcel Holtmann · 11 years ago
  47. b99707d Bluetooth: Drop packets on ATT fixed channel on BR/EDR by Marcel Holtmann · 11 years ago
  48. ae4fd2d Bluetooth: L2CAP connectionless channels are only valid for BR/EDR by Marcel Holtmann · 11 years ago
  49. 94b6a09 Bluetooth: Don't copy L2CAP LE signalling to raw sockets by Marcel Holtmann · 11 years ago
  50. a287762 Bluetooth: Fix switch statement order for L2CAP fixed channels by Marcel Holtmann · 11 years ago
  51. 3b16629 Bluetooth: Fix memory leak with L2CAP signal channels by Marcel Holtmann · 11 years ago
  52. 848566b Bluetooth: Provide high speed configuration option by Marcel Holtmann · 11 years ago
  53. 1025c04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by Gustavo Padovan · 11 years ago
  54. 941247f Bluetooth: Fix assignment of 0/1 to bool variables by Peter Senna Tschudin · 11 years ago
  55. 69c4e4e Bluetooth: Fix responding to invalid L2CAP signaling commands by Johan Hedberg · 11 years ago
  56. 9245e73 Bluetooth: Fix sending responses to identified L2CAP response packets by Johan Hedberg · 11 years ago
  57. 7c2005d Bluetooth: Fix L2CAP command reject reason by Johan Hedberg · 11 years ago
  58. c4ea249 Bluetooth: Fix L2CAP Disconnect response for unknown CID by Johan Hedberg · 11 years ago
  59. 21870b5 Bluetooth: Fix L2CAP error return used for failed channel lookups by Johan Hedberg · 11 years ago
  60. dc28080 Bluetooth: Fix double error response for l2cap_create_chan_req by Johan Hedberg · 11 years ago
  61. 330b6c1 Bluetooth: Fix ACL alive for long in case of non pariable devices by Syam Sidhardhan · 11 years ago
  62. 1c244f7 Bluetooth: Add missing braces to an "else if" by Gustavo Padovan · 12 years ago
  63. 729d8d1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 11 years ago
  64. 3f6fa3d Bluetooth: Fix invalid length check in l2cap_information_rsp() by Jaganath Kanakkassery · 11 years ago
  65. 44f3b0f Bluetooth: Fix multiple LE socket handling by Johan Hedberg · 11 years ago
  66. 0cc59a7 Bluetooth: Remove useless hci_conn disc_timeout setting by Johan Hedberg · 11 years ago
  67. 5ee9891 Bluetooth: Simplify hci_conn_hold/drop logic for L2CAP by Johan Hedberg · 11 years ago
  68. af1c013 Bluetooth: Remove unnecessary L2CAP channel state check by Johan Hedberg · 11 years ago
  69. 60bac18 Bluetooth: Remove useless sk variable in l2cap_le_conn_ready by Johan Hedberg · 11 years ago
  70. 97f57c0 Bluetooth: Fix duplicate call to l2cap_chan_ready() by Johan Hedberg · 11 years ago
  71. d872992 Bluetooth: Add clarifying comment to l2cap_conn_ready() by Johan Hedberg · 11 years ago
  72. 9f22398c Bluetooth: Fix hardcoding ATT CID in __l2cap_chan_add() by Johan Hedberg · 11 years ago
  73. 141d570 Bluetooth: Fix EBUSY condition test in l2cap_chan_connect by Johan Hedberg · 11 years ago
  74. f224ca5 Bluetooth: Fix LE vs BR/EDR selection when connecting by Johan Hedberg · 11 years ago
  75. 073d1cf Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATT by Johan Hedberg · 11 years ago
  76. c562355 Bluetooth: Handle LE L2CAP signalling in its own function by Johan Hedberg · 11 years ago
  77. 300b962 Bluetooth: Fix crash in l2cap_build_cmd() with small MTU by Anderson Lizardo · 11 years ago
  78. cb3b315 Bluetooth: Fix missing length checks for L2CAP signalling PDUs by Johan Hedberg · 11 years ago
  79. 72f7835 Bluetooth: Remove unneeded parameter from L2CAP ATT channel handling by Marcel Holtmann · 11 years ago
  80. 2c8e141 Bluetooth: l2cap: add l2cap_user sub-modules by David Herrmann · 11 years ago
  81. 9c903e3 Bluetooth: l2cap: introduce l2cap_conn ref-counting by David Herrmann · 11 years ago
  82. baf4325 Bluetooth: Remove unneeded parameter by Claudio Takahasi · 11 years ago
  83. 76a68ba Bluetooth: rename hci_conn_put to hci_conn_drop by David Herrmann · 11 years ago
  84. 0f496df Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  85. 7b064ed Bluetooth: Fix authentication if acl data comes before remote feature evt by Jaganath Kanakkassery · 12 years ago
  86. cbf54ad Bluetooth: AMP: Remove dead code by Andrei Emeltchenko · 12 years ago
  87. f2592d3 Bluetooth: trivial: Change NO_FCS_RECV to RECV_NO_FCS by Andrei Emeltchenko · 12 years ago
  88. cbabee7 Bluetooth: Process receiving FCS_NONE in L2CAP Conf Rsp by Andrei Emeltchenko · 12 years ago
  89. 6091891 Bluetooth: Fix missing L2CAP EWS Conf parameter by Andrei Emeltchenko · 12 years ago
  90. 5d05416 Bluetooth: AMP: Check that AMP is present and active by Andrei Emeltchenko · 12 years ago
  91. 5e4e397 Bluetooth: Refactor l2cap_send_disconn_req by Andrei Emeltchenko · 12 years ago
  92. fd45bf4 Bluetooth: AMP: Set no FCS for incoming L2CAP chan by Andrei Emeltchenko · 12 years ago
  93. 1bb166e Bluetooth: Improve error message printing by Andrei Emeltchenko · 12 years ago
  94. 62748ca Bluetooth: Fix sending L2CAP Create Chan Req by Andrei Emeltchenko · 12 years ago
  95. 62cd50e Bluetooth: trivial: Use __constant for constants by Andrei Emeltchenko · 12 years ago
  96. 12d6cc6 Bluetooth: Disable FCS only for new HS channels by Andrei Emeltchenko · 12 years ago
  97. a514b17 Bluetooth: Refactor locking in amp_physical_cfm by Andrei Emeltchenko · 12 years ago
  98. 522db70 Bluetooth: Remove unneeded local_amp_id initialization by Andrei Emeltchenko · 12 years ago
  99. 96eff46 Bluetooth: Use __l2cap_no_conn_pending helper by Andrei Emeltchenko · 12 years ago
  100. fffadc0 Bluetooth: Rename ctrl_id to remote_amp_id by Andrei Emeltchenko · 12 years ago