1. 791ef39 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  2. 9472007 Bluetooth: trivial: Make hci_chan_del return void by Andrei Emeltchenko · 12 years ago
  3. d8343f1 Bluetooth: Fix sending a HCI Authorization Request over LE links by Vinicius Costa Gomes · 12 years ago
  4. f91c846 Bluetooth: Fix establishing ESCO links by Vinicius Costa Gomes · 12 years ago
  5. e6dd548 Bluetooth: Add type information to the hci_connect() debug statement by Vinicius Costa Gomes · 12 years ago
  6. 4cd2d98 Bluetooth: Simplify a the connection type handling by Vinicius Costa Gomes · 12 years ago
  7. b7d839b Bluetooth: Refactor SCO connection into its own function by Vinicius Costa Gomes · 12 years ago
  8. db47427 Bluetooth: Refactor ACL connection into its own function by Vinicius Costa Gomes · 12 years ago
  9. d04aef4 Bluetooth: Refactor LE connection into its own function by Vinicius Costa Gomes · 12 years ago
  10. 1aef866 Bluetooth: Rename LE and ACL connection functions by Vinicius Costa Gomes · 12 years ago
  11. 57f5d0d Bluetooth: Remove some functions from being exported by Vinicius Costa Gomes · 12 years ago
  12. d300fa9 Bluetooth: Route traffic only through BR/EDR controller by Andrei Emeltchenko · 12 years ago
  13. 38b3fef Bluetooth: Improve debugging messages for hci_conn by Andrei Emeltchenko · 12 years ago
  14. dfc94db Bluetooth: Allow only one LE connection attempt by Andrzej Kaczmarek · 12 years ago
  15. 9740e49 Bluetooth: A2MP: AMP Manager basic functions by Andrei Emeltchenko · 12 years ago
  16. 82781e6 Bluetooth: Use __constant modifier in HCI code by Andrei Emeltchenko · 12 years ago
  17. 8449e38 Bluetooth: Remove unneeded EXPORT_SYMBOL by Gustavo Padovan · 12 years ago
  18. 8c520a5 Bluetooth: Remove unnecessary headers include by Gustavo Padovan · 12 years ago
  19. 8fc9ced Bluetooth: Fix coding style in the subsystem by Gustavo Padovan · 12 years ago
  20. fc5fef6 Bluetooth: Remove 'register' usage from the subsystem by Gustavo Padovan · 12 years ago
  21. 4f42a8c Bluetooth: trivial: Remove empty line by Andrei Emeltchenko · 12 years ago
  22. 5974e4c Bluetooth: Fix coding style in hci_conn.c by Gustavo Padovan · 12 years ago
  23. 2ee8ce3 Bluetooth: Remove unused hci_le_ltk_neg_reply() by Syam Sidhardhan · 12 years ago
  24. e10b996 Bluetooth: Remove unused hci_le_ltk_reply() by Syam Sidhardhan · 12 years ago
  25. b12f62c Bluetooth: Add dst_type parameter to hci_connect by Andre Guedes · 12 years ago
  26. b290504 Bluetooth: Remove useless code in hci_connect by Andre Guedes · 12 years ago
  27. 9f0caeb Bluetooth: Add support for reusing the same hci_conn for LE links by Vinicius Costa Gomes · 12 years ago
  28. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  29. 70c1f20 Bluetooth: Fix two minor style issues in HCI code by Marcel Holtmann · 12 years ago
  30. 040030e Bluetooth: Remove HCI notifier handling by Marcel Holtmann · 12 years ago
  31. 48c7aba Bluetooth: Fix hci_connect error return values by Johan Hedberg · 12 years ago
  32. 42d2d87 Bluetooth: Prefix hex numbers with object name by Andrei Emeltchenko · 12 years ago
  33. e05dcc3 Bluetooth: Use symbolic names for state in debug by Andrei Emeltchenko · 12 years ago
  34. 2a5a5ec Bluetooth: Use list _safe deleting from conn chan_list by Andrei Emeltchenko · 12 years ago
  35. 3c4e0df Bluetooth: Use list _safe deleting from conn_hash_list by Andrei Emeltchenko · 12 years ago
  36. b7d05ba Bluetooth: Fix l2cap conn failures for ssp devices by Peter Hurley · 13 years ago
  37. e72acc1 Bluetooth: Remove unneeded locking by Andre Guedes · 12 years ago
  38. 75d7735 Bluetooth: Use GFP_KERNEL in hci_chan_create() by Andre Guedes · 12 years ago
  39. cb601d7 Bluetooth: Use GFP_KERNEL in hci_conn_add() by Andre Guedes · 12 years ago
  40. aa64a8b Bluetooth: Add a convenience function to check for SSP enabled by Johan Hedberg · 13 years ago
  41. 84bde9d Bluetooth: Convert hdev->ssp_mode to a flag by Johan Hedberg · 12 years ago
  42. 58a681e Bluetooth: Merge boolean members of struct hci_conn into flags by Johan Hedberg · 13 years ago
  43. a0c808b Bluetooth: Convert hdev->out to a bool type by Johan Hedberg · 13 years ago
  44. 51a8efd Bluetooth: Rename conn->pend to conn->flags by Johan Hedberg · 13 years ago
  45. f20d09d Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_list by Gustavo F. Padovan · 13 years ago
  46. 4b0b2f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth by Gustavo F. Padovan · 13 years ago
  47. d766091 Revert "Bluetooth: Revert: Fix L2CAP connection establishment" by Gustavo F. Padovan · 13 years ago
  48. 3c54711 Bluetooth: Don't disable tasklets to call hdev->notify() by Gustavo F. Padovan · 13 years ago
  49. bf4c632 Bluetooth: convert conn hash to RCU by Gustavo F. Padovan · 13 years ago
  50. 8192ede Bluetooth: Use RCU to manipulate chan_list by Gustavo F. Padovan · 13 years ago
  51. b9cc553 Bluetooth: hci_conn_auto_accept() doesn't need locking by Gustavo F. Padovan · 13 years ago
  52. 19c40e3 Bluetooth: Use delayed_work for connection timeout by Gustavo F. Padovan · 13 years ago
  53. 09fd0de Bluetooth: Replace spin_lock by mutex in hci_dev by Gustavo F. Padovan · 13 years ago
  54. 416dc94 Bluetooth: make hci_conn_enter_sniff_mode static by Gustavo F. Padovan · 13 years ago
  55. 3e9c40a Bluetooth: Use list_for_each_entry in hci_conn_hash_flush() by Gustavo F. Padovan · 13 years ago
  56. 2c33c06 Bluetooth: remove struct hci_chan_hash by Gustavo F. Padovan · 13 years ago
  57. d095c1e Bluetooth: Remove magic bluetooth version numbers by Andrei Emeltchenko · 13 years ago
  58. 312fef7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 13 years ago
  59. 9f5a0d7 Bluetooth: Define HCI reasons instead of magic number by Andrei Emeltchenko · 13 years ago
  60. 73d80de Bluetooth: prioritizing data over HCI by Luiz Augusto von Dentz · 13 years ago
  61. 8035ded Bluetooth: replace list_for_each with list_for_each_entry whenever possible by Luiz Augusto von Dentz · 13 years ago
  62. 4dff523 Bluetooth: Revert: Fix L2CAP connection establishment by Arek Lichwa · 13 years ago
  63. 0e83391 Bluetooth: use recommended LE connection parameters by Anderson Lizardo · 13 years ago
  64. 51beabd Bluetooth: Fix wrong memcpy size on LE start encryption by Anderson Briglia · 13 years ago
  65. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  66. 163f4da Bluetooth: Fix memory leak under page timeouts by Tomas Targownik · 13 years ago
  67. 0555891 Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 13 years ago
  68. 3306054 Bluetooth: Fix L2CAP connection establishment by Ilia Kolomisnky · 13 years ago
  69. 7b5c0d5 Bluetooth: Fix initial security level of LE links by Vinicius Costa Gomes · 13 years ago
  70. a7a595f Bluetooth: Add support for LE Start Encryption by Vinicius Costa Gomes · 13 years ago
  71. 6fdf658 Bluetooth: Fix L2CAP security check by Luiz Augusto von Dentz · 13 years ago
  72. ef4177e Bluetooth: Simplify hci_conn_accept_secure check by Waldemar Rymarkiewicz · 13 years ago
  73. 14b12d0 Bluetooth: Add BT_POWER L2CAP socket option. by Jaikumar Ganesh · 13 years ago
  74. 6d3ce0e7 Bluetooth: Set 'peer_addr_type' in hci_le_connect() by Andre Guedes · 13 years ago
  75. eda42b5 Bluetooth: Check advertising cache in hci_connect() by Andre Guedes · 13 years ago
  76. 893d675 Bluetooth: Remove useless check in hci_connect() by Andre Guedes · 13 years ago
  77. 19f8def Bluetooth: Fix auth_complete_evt for legacy units by Waldemar Rymarkiewicz · 13 years ago
  78. b3b1b06 Bluetooth: Double check sec req for pre 2.1 device by Waldemar Rymarkiewicz · 13 years ago
  79. 9f61656 Bluetooth: Add variable SSP auto-accept delay support by Johan Hedberg · 13 years ago
  80. 13d3931 Bluetooth: Map sec_level to link key requirements by Waldemar Rymarkiewicz · 13 years ago
  81. 30e7627 Bluetooth: Use ERR_PTR as return error from hci_connect by Ville Tervo · 13 years ago
  82. 15c4794 Bluetooth: Fix LE conn creation by Anderson Briglia · 13 years ago
  83. a958355 Bluetooth: Fix inititial value for remote authentication requirements by Johan Hedberg · 13 years ago
  84. 2ce603e Bluetooth: Send LE Connection Update Command by Claudio Takahasi · 13 years ago
  85. b92a622 Bluetooth: Fix initiated LE connections by Vinicius Costa Gomes · 13 years ago
  86. 6ed58ec Bluetooth: Use LE buffers for LE traffic by Ville Tervo · 13 years ago
  87. fcd89c0 Bluetooth: Add LE connect support by Ville Tervo · 13 years ago
  88. 17fa4b9 Bluetooth: Add set_io_capability management command by Johan Hedberg · 13 years ago
  89. 765c2a9 Bluetooth: Fix race condition with conn->sec_level by Johan Hedberg · 14 years ago
  90. 65cf686 Bluetooth: Fix MITM protection requirement preservation by Johan Hedberg · 14 years ago
  91. 88644bb Revert "Bluetooth: Update sec_level/auth_type for already existing connections" by Johan Hedberg · 14 years ago
  92. 70f23020 Bluetooth: clean up hci code by Andrei Emeltchenko · 14 years ago
  93. e73439d Bluetooth: Defer SCO setup if mode change is pending by Marcel Holtmann · 14 years ago
  94. 2d0a034 Bluetooth: Reassigned copyright to Code Aurora Forum by Ron Shaffer · 14 years ago
  95. 0453098 Bluetooth: Update sec_level/auth_type for already existing connections by Ville Tervo · 14 years ago
  96. c390216 Bluetooth: Enter active mode before establishing a SCO link. by Nick Pelly · 15 years ago
  97. 93f19c9 Bluetooth: Set general bonding security for ACL by default by Andrei Emeltchenko · 15 years ago
  98. 9eba32b Bluetooth: Add extra device reference counting for connections by Marcel Holtmann · 15 years ago
  99. 1b0336b Bluetooth: Don't use hci_acl_connect_cancel() for incoming connections by Marcel Holtmann · 15 years ago
  100. 384943e Bluetooth: Fix wrong module refcount when connection setup fails by Marcel Holtmann · 15 years ago