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