1. 2b9be13 Bluetooth: Handle EIR tags for Device ID by Marcel Holtmann · 12 years ago
  2. 91c4e9b Bluetooth: Add TX power tag to EIR data by Marcel Holtmann · 12 years ago
  3. 6935e0f Bluetooth: Remove redundant hdev->parent field by David Herrmann · 12 years ago
  4. 9a00665 Bluetooth: Correct type for ediv to __le16 by Andrei Emeltchenko · 12 years ago
  5. 7d69230 Bluetooth: Correct type for hdev lmp_subver by Andrei Emeltchenko · 12 years ago
  6. 6ec5bca Bluetooth: Temporary keys should be retained during connection by Vishal Agarwal · 12 years ago
  7. 745c0ce Bluetooth: hci_persistent_key should return bool by Vishal Agarwal · 12 years ago
  8. 6c0c331 Bluetooth: Check for minimum data length in eir_has_data_type() by Johan Hedberg · 12 years ago
  9. 84d9d07 Bluetooth: Don't increment twice in eir_has_data_type() by Johan Hedberg · 12 years ago
  10. 3f17790 Bluetooth: Use correct flags for checking HCI_SSP_ENABLED bit by Hemant Gupta · 12 years ago
  11. 0412468 Bluetooth: fix conding style issues all over the tree by Gustavo F. Padovan · 12 years ago
  12. f64b993 Bluetooth: Fix coding style in all .h files by Gustavo F. Padovan · 12 years ago
  13. 4f87da8 Bluetooth: Remove HCI_PI_MGMT_INIT flag for sockets by Johan Hedberg · 12 years ago
  14. 08c79b6 Bluetooth: mgmt: Add flags parameter to device_connected by Johan Hedberg · 12 years ago
  15. 388fc8f Bluetooth: mgmt: Add legacy pairing info to dev_found events by Johan Hedberg · 12 years ago
  16. 490c5ba Bluetooth: Add hdev->short_name for EIR generation by Johan Hedberg · 12 years ago
  17. 7f9a903 Bluetooth: Send management event for class of device changes by Marcel Holtmann · 12 years ago
  18. 06199cf Bluetooth: mgmt: Implement Set LE command by Johan Hedberg · 12 years ago
  19. c0ecddc Bluetooth: mgmt: Make Set SSP command callable while powered off by Johan Hedberg · 12 years ago
  20. cd82e61 Bluetooth: Add support for HCI monitor channel by Marcel Holtmann · 12 years ago
  21. 040030e Bluetooth: Remove HCI notifier handling by Marcel Holtmann · 12 years ago
  22. 470fe1b Bluetooth: Split sending for HCI raw and control sockets by Marcel Holtmann · 12 years ago
  23. 5e0452c Bluetooth: Interleaved discovery support by Andre Guedes · 12 years ago
  24. 343f935 Bluetooth: Merge INQUIRY and LE_SCAN discovery states by Andre Guedes · 12 years ago
  25. 4aab14e Bluetooth: Track discovery type by Andre Guedes · 12 years ago
  26. f39799f Bluetooth: Prepare start_discovery by Andre Guedes · 12 years ago
  27. ed2c4ee Bluetooth: mgmt: Add support for Set SSP command by Johan Hedberg · 12 years ago
  28. 33ef95e Bluetooth: mgmt: Add support for Set Link Security command by Johan Hedberg · 12 years ago
  29. 3dc0732 Bluetooth: Introduce to_hci_conn by David Herrmann · 12 years ago
  30. 155961e Bluetooth: Remove hci_dev->driver_data by David Herrmann · 12 years ago
  31. aa2b86d Bluetooth: Introduce to_hci_dev() by David Herrmann · 12 years ago
  32. bab73cb Bluetooth: Add address type to mgmt_ev_auth_failed by Johan Hedberg · 12 years ago
  33. 88c1fe4 Bluetooth: Add address type to mgmt blacklist messages by Johan Hedberg · 12 years ago
  34. 272d90d Bluetooth: Add address type to user_confirm and user_passkey messages by Johan Hedberg · 12 years ago
  35. 88c3df1 Bluetooth: Update mgmt_disconnect to match latest API by Johan Hedberg · 12 years ago
  36. 28b75a8 Bluetooth: Add hci_le_scan() by Andre Guedes · 12 years ago
  37. 7ba8b4b Bluetooth: Add hci_do_le_scan() by Andre Guedes · 12 years ago
  38. c599008 Bluetooth: LE scan should send Discovering events by Andre Guedes · 12 years ago
  39. f9c5f9d Bluetooth: Clean up structures left unused by Vinicius Costa Gomes · 12 years ago
  40. 346af67 Bluetooth: Add MGMT handlers for dealing with SMP LTK's by Vinicius Costa Gomes · 12 years ago
  41. c9839a1 Bluetooth: Use the updated key structures for handling LTKs by Vinicius Costa Gomes · 12 years ago
  42. b899efa Bluetooth: Add new structures for handling SMP Long Term Keys by Vinicius Costa Gomes · 12 years ago
  43. 2f304d1 Bluetooth: Fix potential deadlock by Andre Guedes · 12 years ago
  44. aa64a8b Bluetooth: Add a convenience function to check for SSP enabled by Johan Hedberg · 12 years ago
  45. 84bde9d Bluetooth: Convert hdev->ssp_mode to a flag by Johan Hedberg · 12 years ago
  46. 58a681e Bluetooth: Merge boolean members of struct hci_conn into flags by Johan Hedberg · 12 years ago
  47. b644ba3 Bluetooth: Update device_connected and device_found events to latest API by Johan Hedberg · 12 years ago
  48. a0c808b Bluetooth: Convert hdev->out to a bool type by Johan Hedberg · 12 years ago
  49. 51a8efd Bluetooth: Rename conn->pend to conn->flags by Johan Hedberg · 12 years ago
  50. 1dc0609 Bluetooth: Merge device class into the EIR data in mgmt_ev_device_found by Johan Hedberg · 12 years ago
  51. 6759a67 Bluetooth: Move eir_has_data_field to hci_core.h by Johan Hedberg · 12 years ago
  52. e319d2e Bluetooth: Add eir_len parameter to mgmt_ev_device_found by Johan Hedberg · 12 years ago
  53. afc747a Bluetooth: Rename mgmt connected events to match user space by Johan Hedberg · 12 years ago
  54. 7d262f8 Bluetooth: Add 'eir_len' param to mgmt_device_found() by Andre Guedes · 12 years ago
  55. a3d4e20 Bluetooth: Sort to-be-resolved devices by RSSI during discovery by Johan Hedberg · 13 years ago
  56. dc946bd Bluetooth: Remove __hci_dev_put/hold by David Herrmann · 13 years ago
  57. 4c724c7 Bluetooth: Correctly take hci_dev->dev refcount by David Herrmann · 13 years ago
  58. e9b9cfa Bluetooth: Remove HCI-owner field by David Herrmann · 13 years ago
  59. 587ae08 Bluetooth: Remove unused hci-destruct cb by David Herrmann · 13 years ago
  60. 010666a Bluetooth: Make hci-destruct callback optional by David Herrmann · 13 years ago
  61. 1931782 Bluetooth: Fix using an absolute timeout on hci_conn_put() by Vinicius Costa Gomes · 13 years ago
  62. 30dc78e Bluetooth: Add name resolving support for mgmt based discovery by Johan Hedberg · 13 years ago
  63. ff9ef57 Bluetooth: Add discovery state tracking by Johan Hedberg · 13 years ago
  64. 3088351 Bluetooth: Rename hdev->inq_cache to hdev->discovery by Johan Hedberg · 13 years ago
  65. 3175405 Bluetooth: Return updated name state with hci_inquiry_cache_update by Johan Hedberg · 13 years ago
  66. 561aafb Bluetooth: Add initial mgmt_confirm_name support by Johan Hedberg · 13 years ago
  67. b57c1a5 Bluetooth: Convert inquiry cache to use standard list types by Johan Hedberg · 13 years ago
  68. 59e2940 Bluetooth: Rename extfeatures by Andre Guedes · 13 years ago
  69. f20d09d Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_list by Gustavo F. Padovan · 13 years ago
  70. 460da45 Bluetooth: Remove lock from inquiry_cache by Gustavo F. Padovan · 13 years ago
  71. 2b64d15 Bluetooth: Add MITM mechanism to LE-SMP by Brian Gix · 13 years ago
  72. 686ebf2 Bluetooth: Make HCI call directly into SCO and L2CAP event functions by Ulisses Furquim · 13 years ago
  73. 9662cbc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 13 years ago
  74. 350ee4c Bluetooth: Add HCI Read Data Block Size function by Andrei Emeltchenko · 13 years ago
  75. 7d78525 Bluetooth: Add timer for automatically disabling the service cache by Johan Hedberg · 13 years ago
  76. 14c0b60 Bluetooth: Remove mgmt_set_service_cache by Johan Hedberg · 13 years ago
  77. 6d438e3 Bluetooth: Remove work_add and work_del from hci_sysfs by Gustavo F. Padovan · 13 years ago
  78. 3eff45e Bluetooth: convert tx_task to workqueue by Gustavo F. Padovan · 13 years ago
  79. c347b76 Bluetooth: Move command task to workqueue by Gustavo F. Padovan · 13 years ago
  80. bf4c632 Bluetooth: convert conn hash to RCU by Gustavo F. Padovan · 13 years ago
  81. db323f2 Bluetooth: Use delayed work for advertisiment cache timeout by Gustavo F. Padovan · 13 years ago
  82. 19c40e3 Bluetooth: Use delayed_work for connection timeout by Gustavo F. Padovan · 13 years ago
  83. 09fd0de Bluetooth: Replace spin_lock by mutex in hci_dev by Gustavo F. Padovan · 13 years ago
  84. b78752c Bluetooth: Process recv path in a workqueue instead of a tasklet by Marcel Holtmann · 14 years ago
  85. 416dc94 Bluetooth: make hci_conn_enter_sniff_mode static by Gustavo F. Padovan · 13 years ago
  86. dc8ed67 Bluetooth: Initialize LE connection count by Gustavo F. Padovan · 13 years ago
  87. 01e2821 Bluetooth: remove lock from struct conn_hash by Gustavo F. Padovan · 13 years ago
  88. 2c33c06 Bluetooth: remove struct hci_chan_hash by Gustavo F. Padovan · 13 years ago
  89. 5f779bb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 13 years ago
  90. d23264a Bluetooth: Add dev_flags to struct hci_dev by Andre Guedes · 13 years ago
  91. 1e89cff Bluetooth: Add HCI Read Flow Control Mode function by Andrei Emeltchenko · 13 years ago
  92. 604086b Bluetooth: Add User Passkey Response handling by Brian Gix · 13 years ago
  93. 515db09 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by John W. Linville · 13 years ago
  94. e6d465c Bluetooth: mgmt_stop_discovery_failed() by Andre Guedes · 13 years ago
  95. 7a13510 Bluetooth: Rename mgmt_inquiry_failed() by Andre Guedes · 13 years ago
  96. 37d9ef7 Bluetooth: Add status parameter to mgmt_disconnect response by Johan Hedberg · 13 years ago
  97. 48264f0 Bluetooth: Add public/random LE address information to mgmt messages by Johan Hedberg · 13 years ago
  98. 2e58ef3 Bluetooth: Move pending management command list into struct hci_dev by Johan Hedberg · 13 years ago
  99. 744cf19 Bluetooth: Pass full hci_dev struct to mgmt callbacks by Johan Hedberg · 13 years ago
  100. 4c659c3 Bluetooth: Add address type fields to mgmt messages that need them by Johan Hedberg · 13 years ago