1. 82781e6 Bluetooth: Use __constant modifier in HCI code by Andrei Emeltchenko · 12 years ago
  2. 8449e38 Bluetooth: Remove unneeded EXPORT_SYMBOL by Gustavo Padovan · 12 years ago
  3. 8c520a5 Bluetooth: Remove unnecessary headers include by Gustavo Padovan · 12 years ago
  4. 8fc9ced Bluetooth: Fix coding style in the subsystem by Gustavo Padovan · 12 years ago
  5. 6039aa73 Bluetooth: Remove most of the inline usage by Gustavo Padovan · 12 years ago
  6. 9b3b446 Bluetooth: Use defined link key size by Andrei Emeltchenko · 12 years ago
  7. a6c511c Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSE by Szymon Janc · 12 years ago
  8. a8c5fb1 Bluetooth: Fix coding style in hci_core.c by Gustavo Padovan · 12 years ago
  9. 087bfd9 Bluetooth: Fix packet size provided to the controller by Gustavo Padovan · 12 years ago
  10. 08e6d90 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by Gustavo Padovan · 12 years ago
  11. 671267b Bluetooth: mgmt: Fix device_connected sending order by Johan Hedberg · 12 years ago
  12. 479453d Bluetooth: Remove advertising cache by Andre Guedes · 12 years ago
  13. 31f7956 Bluetooth: Move bdaddr_to_le to hci_core by Andre Guedes · 12 years ago
  14. d8ce939 Bluetooth: Remove unneeded initialization in hci_alloc_dev() by David Herrmann · 12 years ago
  15. b1b813d Bluetooth: Move device initialization to hci_alloc_dev() by David Herrmann · 12 years ago
  16. 9be0dab Bluetooth: Move hci_alloc/free_dev close to hci_register/unregister_dev by David Herrmann · 12 years ago
  17. fc50744 Bluetooth: Fix registering hci with duplicate name by Ulisses Furquim · 12 years ago
  18. 2d8b3a1 Bluetooth: Fix debug printing unallocated name by Andrei Emeltchenko · 12 years ago
  19. abc5de8 Bluetooth: Use unsigned int instead of signed int by Mikel Astiz · 12 years ago
  20. 6bcbc48 Bluetooth: Add Read Local AMP Info to init by Andrei Emeltchenko · 12 years ago
  21. b24c624 Bluetooth: Fix clearing discovery type when stopping discovery by Hemant Gupta · 12 years ago
  22. 7537e5c Bluetooth: Replace EPERM by EALREADY in hci_cancel_inquiry by Andre Guedes · 12 years ago
  23. 7dbfac1 Bluetooth: Add hci_cancel_le_scan() to hci_core by Andre Guedes · 12 years ago
  24. 1036b89 Bluetooth: Fix opcode access in hci_complete by Andrei Emeltchenko · 12 years ago
  25. 9a00665 Bluetooth: Correct type for ediv to __le16 by Andrei Emeltchenko · 12 years ago
  26. 4dcc063 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 12 years ago
  27. 6ec5bca Bluetooth: Temporary keys should be retained during connection by Vishal Agarwal · 12 years ago
  28. 745c0ce Bluetooth: hci_persistent_key should return bool by Vishal Agarwal · 12 years ago
  29. 41833af Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 12 years ago
  30. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  31. 9432496 Bluetooth: hci_core: fix NULL-pointer dereference at unregister by Johan Hovold · 12 years ago
  32. 0412468 Bluetooth: fix conding style issues all over the tree by Gustavo F. Padovan · 12 years ago
  33. 74fe619 Bluetooth: Don't force DISCOVERY_STOPPED state in inquiry_cache_flush by Andre Guedes · 12 years ago
  34. 75fb0e3 Bluetooth: Fix init sequence for some CSR based controllers by Johan Hedberg · 12 years ago
  35. 89bb46d Bluetooth: change min_t() cast in hci_reassembly() by Dan Carpenter · 12 years ago
  36. 388fc8f Bluetooth: mgmt: Add legacy pairing info to dev_found events by Johan Hedberg · 12 years ago
  37. 09b3c3f Bluetooth: Fix clearing of dev_class when powering down by Johan Hedberg · 12 years ago
  38. e59fda8 Bluetooth: Fix EIR data clearing when powering off by Johan Hedberg · 12 years ago
  39. 70c1f20 Bluetooth: Fix two minor style issues in HCI code by Marcel Holtmann · 12 years ago
  40. 5e5282b Bluetooth: mgmt: Allow connectable/discoverable changes in off state by Johan Hedberg · 12 years ago
  41. 8ee5654 Bluetooth: Don't send New Settings event during setup power down by Marcel Holtmann · 12 years ago
  42. f963e8e Bluetooth: mgmt: Add address type parameter to Discovering event by Johan Hedberg · 12 years ago
  43. d7b7e79 Bluetooth: Set supported settings based on enabled HS and/or LE by Marcel Holtmann · 12 years ago
  44. cd82e61 Bluetooth: Add support for HCI monitor channel by Marcel Holtmann · 12 years ago
  45. 040030e Bluetooth: Remove HCI notifier handling by Marcel Holtmann · 12 years ago
  46. 470fe1b Bluetooth: Split sending for HCI raw and control sockets by Marcel Holtmann · 12 years ago
  47. 343f935 Bluetooth: Merge INQUIRY and LE_SCAN discovery states by Andre Guedes · 12 years ago
  48. 4aab14e Bluetooth: Track discovery type by Andre Guedes · 12 years ago
  49. 7b99b65 Bluetooth: Fix event sending with DISCOVERY_STOPPED state by Andre Guedes · 12 years ago
  50. 88c1fe4 Bluetooth: Add address type to mgmt blacklist messages by Johan Hedberg · 12 years ago
  51. 28b75a8 Bluetooth: Add hci_le_scan() by Andre Guedes · 12 years ago
  52. 7ba8b4b Bluetooth: Add hci_do_le_scan() by Andre Guedes · 12 years ago
  53. 6fbe195 Bluetooth: Minor code refactoring by Andre Guedes · 12 years ago
  54. c599008 Bluetooth: LE scan should send Discovering events by Andre Guedes · 12 years ago
  55. 8af5946 Bluetooth: Add missing QUIRK_NO_RESET test to hci_dev_do_close by Johan Hedberg · 12 years ago
  56. 63d2bc1 Bluetooth: Helper removes duplicated code by Andrei Emeltchenko · 12 years ago
  57. b71d385 Bluetooth: Recalculate sched HCI blk/pkt flow ctrl by Andrei Emeltchenko · 12 years ago
  58. 261cc5a Bluetooth: Add support for notifying userspace of new LTK's by Vinicius Costa Gomes · 12 years ago
  59. c9839a1 Bluetooth: Use the updated key structures for handling LTKs by Vinicius Costa Gomes · 12 years ago
  60. b899efa Bluetooth: Add new structures for handling SMP Long Term Keys by Vinicius Costa Gomes · 12 years ago
  61. 4777bfd Bluetooth: Use GFP_KERNEL in hci_add_adv_entry() by Andre Guedes · 12 years ago
  62. 8b281b9 Bluetooth: Fix 'enable_hs' type by Fabio Estevam · 12 years ago
  63. a3d4e20 Bluetooth: Sort to-be-resolved devices by RSSI during discovery by Johan Hedberg · 12 years ago
  64. a8b2d5c Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flags by Johan Hedberg · 12 years ago
  65. dc946bd Bluetooth: Remove __hci_dev_put/hold by David Herrmann · 12 years ago
  66. 4c724c7 Bluetooth: Correctly take hci_dev->dev refcount by David Herrmann · 12 years ago
  67. e9b9cfa Bluetooth: Remove HCI-owner field by David Herrmann · 12 years ago
  68. 010666a Bluetooth: Make hci-destruct callback optional by David Herrmann · 12 years ago
  69. cc48dc0 Bluetooth: Remove magic number from ACL TO by Andrei Emeltchenko · 13 years ago
  70. 30dc78e Bluetooth: Add name resolving support for mgmt based discovery by Johan Hedberg · 13 years ago
  71. ff9ef57 Bluetooth: Add discovery state tracking by Johan Hedberg · 13 years ago
  72. 3088351 Bluetooth: Rename hdev->inq_cache to hdev->discovery by Johan Hedberg · 13 years ago
  73. 4663262 Bluetooth: Flush inquiry cache when starting mgmt triggered inquiry by Johan Hedberg · 13 years ago
  74. 3175405 Bluetooth: Return updated name state with hci_inquiry_cache_update by Johan Hedberg · 13 years ago
  75. 561aafb Bluetooth: Add initial mgmt_confirm_name support by Johan Hedberg · 13 years ago
  76. b57c1a5 Bluetooth: Convert inquiry cache to use standard list types by Johan Hedberg · 13 years ago
  77. 117ff42 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  78. cad44c2 Revert "Bluetooth: Increase HCI reset timeout in hci_dev_do_close" by Gustavo F. Padovan · 13 years ago
  79. af3e635 Bluetooth: Don't disable interrupt when locking the queue by Gustavo F. Padovan · 13 years ago
  80. f20d09d Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_list by Gustavo F. Padovan · 13 years ago
  81. 686ebf2 Bluetooth: Make HCI call directly into SCO and L2CAP event functions by Ulisses Furquim · 13 years ago
  82. f2d64f6 Bluetooth: Remove global mutex hci_task_lock by Ulisses Furquim · 13 years ago
  83. 2455a3e Bluetooth: Initialize default flow control mode by Andrei Emeltchenko · 13 years ago
  84. e61ef499 Bluetooth: Split ctrl init to BREDR and AMP parts by Andrei Emeltchenko · 13 years ago
  85. 65983fc Bluetooth: Incoming ACL packets do not force active mode by Mat Martineau · 13 years ago
  86. 7d78525 Bluetooth: Add timer for automatically disabling the service cache by Johan Hedberg · 13 years ago
  87. 590051d Bluetooth: Add ProFUSION's copyright by Gustavo F. Padovan · 13 years ago
  88. 7f97104 Bluetooth: Use system workqueue to schedule power_on by Gustavo F. Padovan · 13 years ago
  89. 32845eb Bluetooth: Use new alloc_workqueue() by Gustavo F. Padovan · 13 years ago
  90. 80b7ab3 Bluetooth: move power_off to system workqueue by Gustavo F. Padovan · 13 years ago
  91. 3eff45e Bluetooth: convert tx_task to workqueue by Gustavo F. Padovan · 13 years ago
  92. c347b76 Bluetooth: Move command task to workqueue by Gustavo F. Padovan · 13 years ago
  93. bf4c632 Bluetooth: convert conn hash to RCU by Gustavo F. Padovan · 13 years ago
  94. 8192ede Bluetooth: Use RCU to manipulate chan_list by Gustavo F. Padovan · 13 years ago
  95. 67d0dfb Bluetooth: move hci_task_lock to mutex by Gustavo F. Padovan · 13 years ago
  96. db323f2 Bluetooth: Use delayed work for advertisiment cache timeout by Gustavo F. Padovan · 13 years ago
  97. 09fd0de Bluetooth: Replace spin_lock by mutex in hci_dev by Gustavo F. Padovan · 13 years ago
  98. b78752c Bluetooth: Process recv path in a workqueue instead of a tasklet by Marcel Holtmann · 14 years ago
  99. 2c33c06 Bluetooth: remove struct hci_chan_hash by Gustavo F. Padovan · 13 years ago
  100. ce7e4ad Bluetooth: remove old code by Andrei Emeltchenko · 13 years ago