1. 6ec5bca Bluetooth: Temporary keys should be retained during connection by Vishal Agarwal · 12 years ago
  2. 745c0ce Bluetooth: hci_persistent_key should return bool by Vishal Agarwal · 12 years ago
  3. 9432496 Bluetooth: hci_core: fix NULL-pointer dereference at unregister by Johan Hovold · 12 years ago
  4. 0412468 Bluetooth: fix conding style issues all over the tree by Gustavo F. Padovan · 12 years ago
  5. 74fe619 Bluetooth: Don't force DISCOVERY_STOPPED state in inquiry_cache_flush by Andre Guedes · 12 years ago
  6. 75fb0e3 Bluetooth: Fix init sequence for some CSR based controllers by Johan Hedberg · 12 years ago
  7. 89bb46d Bluetooth: change min_t() cast in hci_reassembly() by Dan Carpenter · 12 years ago
  8. 388fc8f Bluetooth: mgmt: Add legacy pairing info to dev_found events by Johan Hedberg · 12 years ago
  9. 09b3c3f Bluetooth: Fix clearing of dev_class when powering down by Johan Hedberg · 12 years ago
  10. e59fda8 Bluetooth: Fix EIR data clearing when powering off by Johan Hedberg · 12 years ago
  11. 70c1f20 Bluetooth: Fix two minor style issues in HCI code by Marcel Holtmann · 12 years ago
  12. 5e5282b Bluetooth: mgmt: Allow connectable/discoverable changes in off state by Johan Hedberg · 12 years ago
  13. 8ee5654 Bluetooth: Don't send New Settings event during setup power down by Marcel Holtmann · 12 years ago
  14. f963e8e Bluetooth: mgmt: Add address type parameter to Discovering event by Johan Hedberg · 12 years ago
  15. d7b7e79 Bluetooth: Set supported settings based on enabled HS and/or LE by Marcel Holtmann · 12 years ago
  16. cd82e61 Bluetooth: Add support for HCI monitor channel by Marcel Holtmann · 12 years ago
  17. 040030e Bluetooth: Remove HCI notifier handling by Marcel Holtmann · 12 years ago
  18. 470fe1b Bluetooth: Split sending for HCI raw and control sockets by Marcel Holtmann · 12 years ago
  19. 343f935 Bluetooth: Merge INQUIRY and LE_SCAN discovery states by Andre Guedes · 12 years ago
  20. 4aab14e Bluetooth: Track discovery type by Andre Guedes · 12 years ago
  21. 7b99b65 Bluetooth: Fix event sending with DISCOVERY_STOPPED state by Andre Guedes · 12 years ago
  22. 88c1fe4 Bluetooth: Add address type to mgmt blacklist messages by Johan Hedberg · 12 years ago
  23. 28b75a8 Bluetooth: Add hci_le_scan() by Andre Guedes · 12 years ago
  24. 7ba8b4b Bluetooth: Add hci_do_le_scan() by Andre Guedes · 12 years ago
  25. 6fbe195 Bluetooth: Minor code refactoring by Andre Guedes · 12 years ago
  26. c599008 Bluetooth: LE scan should send Discovering events by Andre Guedes · 12 years ago
  27. 8af5946 Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_close by Johan Hedberg · 12 years ago
  28. 63d2bc1 Bluetooth: Helper removes duplicated code by Andrei Emeltchenko · 12 years ago
  29. b71d385 Bluetooth: Recalculate sched HCI blk/pkt flow ctrl by Andrei Emeltchenko · 12 years ago
  30. 261cc5a Bluetooth: Add support for notifying userspace of new LTK's by Vinicius Costa Gomes · 12 years ago
  31. c9839a1 Bluetooth: Use the updated key structures for handling LTKs by Vinicius Costa Gomes · 12 years ago
  32. b899efa Bluetooth: Add new structures for handling SMP Long Term Keys by Vinicius Costa Gomes · 12 years ago
  33. 4777bfd Bluetooth: Use GFP_KERNEL in hci_add_adv_entry() by Andre Guedes · 12 years ago
  34. 8b281b9 Bluetooth: Fix 'enable_hs' type by Fabio Estevam · 12 years ago
  35. a3d4e20 Bluetooth: Sort to-be-resolved devices by RSSI during discovery by Johan Hedberg · 12 years ago
  36. a8b2d5c Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flags by Johan Hedberg · 12 years ago
  37. dc946bd Bluetooth: Remove __hci_dev_put/hold by David Herrmann · 12 years ago
  38. 4c724c7 Bluetooth: Correctly take hci_dev->dev refcount by David Herrmann · 12 years ago
  39. e9b9cfa Bluetooth: Remove HCI-owner field by David Herrmann · 12 years ago
  40. 010666a Bluetooth: Make hci-destruct callback optional by David Herrmann · 12 years ago
  41. cc48dc0 Bluetooth: Remove magic number from ACL TO by Andrei Emeltchenko · 13 years ago
  42. 30dc78e Bluetooth: Add name resolving support for mgmt based discovery by Johan Hedberg · 13 years ago
  43. ff9ef57 Bluetooth: Add discovery state tracking by Johan Hedberg · 13 years ago
  44. 3088351 Bluetooth: Rename hdev->inq_cache to hdev->discovery by Johan Hedberg · 13 years ago
  45. 4663262 Bluetooth: Flush inquiry cache when starting mgmt triggered inquiry by Johan Hedberg · 13 years ago
  46. 3175405 Bluetooth: Return updated name state with hci_inquiry_cache_update by Johan Hedberg · 13 years ago
  47. 561aafb Bluetooth: Add initial mgmt_confirm_name support by Johan Hedberg · 13 years ago
  48. b57c1a5 Bluetooth: Convert inquiry cache to use standard list types by Johan Hedberg · 13 years ago
  49. 117ff42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  50. cad44c2 Revert "Bluetooth: Increase HCI reset timeout in hci_dev_do_close" by Gustavo F. Padovan · 13 years ago
  51. af3e635 Bluetooth: Don't disable interrupt when locking the queue by Gustavo F. Padovan · 13 years ago
  52. f20d09d Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_list by Gustavo F. Padovan · 13 years ago
  53. 686ebf2 Bluetooth: Make HCI call directly into SCO and L2CAP event functions by Ulisses Furquim · 13 years ago
  54. f2d64f6 Bluetooth: Remove global mutex hci_task_lock by Ulisses Furquim · 13 years ago
  55. 2455a3e Bluetooth: Initialize default flow control mode by Andrei Emeltchenko · 13 years ago
  56. e61ef499 Bluetooth: Split ctrl init to BREDR and AMP parts by Andrei Emeltchenko · 13 years ago
  57. 65983fc Bluetooth: Incoming ACL packets do not force active mode by Mat Martineau · 13 years ago
  58. 7d78525 Bluetooth: Add timer for automatically disabling the service cache by Johan Hedberg · 13 years ago
  59. 590051d Bluetooth: Add ProFUSION's copyright by Gustavo F. Padovan · 13 years ago
  60. 7f97104 Bluetooth: Use system workqueue to schedule power_on by Gustavo F. Padovan · 13 years ago
  61. 32845eb Bluetooth: Use new alloc_workqueue() by Gustavo F. Padovan · 13 years ago
  62. 80b7ab3 Bluetooth: move power_off to system workqueue by Gustavo F. Padovan · 13 years ago
  63. 3eff45e Bluetooth: convert tx_task to workqueue by Gustavo F. Padovan · 13 years ago
  64. c347b76 Bluetooth: Move command task to workqueue by Gustavo F. Padovan · 13 years ago
  65. bf4c632 Bluetooth: convert conn hash to RCU by Gustavo F. Padovan · 13 years ago
  66. 8192ede Bluetooth: Use RCU to manipulate chan_list by Gustavo F. Padovan · 13 years ago
  67. 67d0dfb Bluetooth: move hci_task_lock to mutex by Gustavo F. Padovan · 13 years ago
  68. db323f2 Bluetooth: Use delayed work for advertisiment cache timeout by Gustavo F. Padovan · 13 years ago
  69. 09fd0de Bluetooth: Replace spin_lock by mutex in hci_dev by Gustavo F. Padovan · 13 years ago
  70. b78752c Bluetooth: Process recv path in a workqueue instead of a tasklet by Marcel Holtmann · 14 years ago
  71. 2c33c06 Bluetooth: remove struct hci_chan_hash by Gustavo F. Padovan · 13 years ago
  72. ce7e4ad Bluetooth: remove old code by Andrei Emeltchenko · 13 years ago
  73. d23264a Bluetooth: Add dev_flags to struct hci_dev by Andre Guedes · 13 years ago
  74. c6feeb2 Bluetooth: Use queue in the device list by Andrei Emeltchenko · 13 years ago
  75. 7784d78 Bluetooth: making enable_hs independent from L2CAP by Andrei Emeltchenko · 13 years ago
  76. 1ec918c Bluetooth: Fix some checkpatch.pl errors and warnings by Szymon Janc · 13 years ago
  77. 07e3b94 Bluetooth: Do not set HCI_RAW when HS enabled by Andrei Emeltchenko · 13 years ago
  78. e0f9309 Bluetooth: Fix cancel_delayed_work_sync usage with locks by Johan Hedberg · 13 years ago
  79. 56e5cb8 Bluetooth: Add missing hci_dev locking when calling mgmt functions by Johan Hedberg · 13 years ago
  80. 2e58ef3 Bluetooth: Move pending management command list into struct hci_dev by Johan Hedberg · 13 years ago
  81. 744cf19 Bluetooth: Pass full hci_dev struct to mgmt callbacks by Johan Hedberg · 13 years ago
  82. 86742e1 Bluetooth: Update link key mgmt APIs to match latest spec. by Johan Hedberg · 13 years ago
  83. 3243553 Bluetooth: Convert power off mechanism to use delayed_work by Johan Hedberg · 13 years ago
  84. 16ab91a Bluetooth: Add timeout field to mgmt_set_discoverable by Johan Hedberg · 13 years ago
  85. 023d5049 Bluetooth: Create hci_cancel_inquiry() by Andre Guedes · 13 years ago
  86. 2519a1f Bluetooth: Create hci_do_inquiry() by Andre Guedes · 13 years ago
  87. 08add51 Bluetooth: Guarantee BR-EDR device will be registered as hci0 by Mat Martineau · 13 years ago
  88. 02b20f0 Bluetooth: recalculate priorities when channels are starving by Luiz Augusto von Dentz · 13 years ago
  89. ec1cce2 Bluetooth: handle priority change within quote by Luiz Augusto von Dentz · 13 years ago
  90. 73d80de Bluetooth: prioritizing data over HCI by Luiz Augusto von Dentz · 13 years ago
  91. 43611a7 Bluetooth: Increase HCI reset timeout in hci_dev_do_close by Szymon Janc · 13 years ago
  92. 8035ded Bluetooth: replace list_for_each with list_for_each_entry whenever possible by Luiz Augusto von Dentz · 13 years ago
  93. 5973563 Bluetooth: Make hci_unregister_dev return void by David Herrmann · 13 years ago
  94. c125d5e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth by John W. Linville · 13 years ago
  95. e1b6eb3 Bluetooth: Increase HCI reset timeout in hci_dev_do_close by Szymon Janc · 13 years ago
  96. 33ca954 Bluetooth: Forward errors from hci_register_dev by David Herrmann · 13 years ago
  97. ce24297 Bluetooth: Rename sysfs un/register to add/del by David Herrmann · 13 years ago
  98. 0ac7e70 Bluetooth: Fix hci core device initialization by David Herrmann · 13 years ago
  99. 5e76244 Bluetooth: Add mgmt events for blacklisting by Antti Julku · 13 years ago
  100. 1c1def0 Bluetooth: Move SMP fields to a separate structure by Vinicius Costa Gomes · 13 years ago