1. 44b5f7d Bluetooth: Fix resetting HCI_MGMT flag by Johan Hedberg · 13 years ago
  2. a8b2d5c Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flags by Johan Hedberg · 13 years ago
  3. 25e89e9 Bluetooth: Process num completed data blocks event by Andrei Emeltchenko · 13 years ago
  4. 30dc78e Bluetooth: Add name resolving support for mgmt based discovery by Johan Hedberg · 13 years ago
  5. ff9ef57 Bluetooth: Add discovery state tracking by Johan Hedberg · 13 years ago
  6. 3175405 Bluetooth: Return updated name state with hci_inquiry_cache_update by Johan Hedberg · 13 years ago
  7. 561aafb Bluetooth: Add initial mgmt_confirm_name support by Johan Hedberg · 13 years ago
  8. 874c60b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 13 years ago
  9. 57adc1f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem by John W. Linville · 13 years ago
  10. c5993de Bluetooth: Correct packet len calculation by Andrei Emeltchenko · 13 years ago
  11. d084329 Bluetooth: Queue adv_work on system workqueue by Andre Guedes · 13 years ago
  12. c1b9b4f Bluetooth: Fix adv_work delay by Andre Guedes · 13 years ago
  13. b5b32b6 Bluetooth: Fix hci_cc_read_local_ext_features() by Andre Guedes · 13 years ago
  14. 59e2940 Bluetooth: Rename extfeatures by Andre Guedes · 13 years ago
  15. 68a8aea Bluetooth: Remove magic numbers from le scan cmd by Andrei Emeltchenko · 13 years ago
  16. 613a1c0 Bluetooth: Clean up magic pointers by Andrei Emeltchenko · 13 years ago
  17. 32ac5b9 Bluetooth: Check for flow control mode by Andrei Emeltchenko · 13 years ago
  18. e61ef499 Bluetooth: Split ctrl init to BREDR and AMP parts by Andrei Emeltchenko · 13 years ago
  19. eb93992 module_param: make bool parameters really bool (net & drivers/net) by Rusty Russell · 13 years ago
  20. f428091 Bluetooth: Simplify num_comp_pkts_evt function by Andrei Emeltchenko · 13 years ago
  21. 350ee4c Bluetooth: Add HCI Read Data Block Size function by Andrei Emeltchenko · 13 years ago
  22. 3eff45e Bluetooth: convert tx_task to workqueue by Gustavo F. Padovan · 13 years ago
  23. c347b76 Bluetooth: Move command task to workqueue by Gustavo F. Padovan · 13 years ago
  24. 3c54711 Bluetooth: Don't disable tasklets to call hdev->notify() by Gustavo F. Padovan · 13 years ago
  25. db323f2 Bluetooth: Use delayed work for advertisiment cache timeout by Gustavo F. Padovan · 13 years ago
  26. 5a13b09 Bluetooth: trivial: correct check for LMP version by Andrei Emeltchenko · 13 years ago
  27. d095c1e Bluetooth: Remove magic bluetooth version numbers by Andrei Emeltchenko · 13 years ago
  28. 5c69b0a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth by Gustavo F. Padovan · 13 years ago
  29. 33cb722 Bluetooth: Correct version check in hci_setup by Andrei Emeltchenko · 13 years ago
  30. 07f7fa5 Bluetooth: LE Set Scan Parameter Command by Andre Guedes · 13 years ago
  31. d23264a Bluetooth: Add dev_flags to struct hci_dev by Andre Guedes · 13 years ago
  32. 1e89cff Bluetooth: Add HCI Read Flow Control Mode function by Andrei Emeltchenko · 13 years ago
  33. 1143d45 Bluetooth: Add HCI User Passkey Req Evt handling by Brian Gix · 13 years ago
  34. e6d465c Bluetooth: mgmt_stop_discovery_failed() by Andre Guedes · 13 years ago
  35. 7a13510 Bluetooth: Rename mgmt_inquiry_failed() by Andre Guedes · 13 years ago
  36. 37d9ef7 Bluetooth: Add status parameter to mgmt_disconnect response by Johan Hedberg · 13 years ago
  37. 48264f0 Bluetooth: Add public/random LE address information to mgmt messages by Johan Hedberg · 13 years ago
  38. 56e5cb8 Bluetooth: Add missing hci_dev locking when calling mgmt functions by Johan Hedberg · 13 years ago
  39. 744cf19 Bluetooth: Pass full hci_dev struct to mgmt callbacks by Johan Hedberg · 13 years ago
  40. 4c659c3 Bluetooth: Add address type fields to mgmt messages that need them by Johan Hedberg · 13 years ago
  41. 2d7cee5 Bluetooth: Fix mgmt response when HCI_Write_Scan_Enable fails by Johan Hedberg · 13 years ago
  42. 16ab91a Bluetooth: Add timeout field to mgmt_set_discoverable by Johan Hedberg · 13 years ago
  43. 89352e7 Bluetooth: Periodic Inquiry and Discovery by Andre Guedes · 13 years ago
  44. 9f5a0d7 Bluetooth: Define HCI reasons instead of magic number by Andrei Emeltchenko · 13 years ago
  45. 36f7fc7 Bluetooth: Clean up logic in hci_cc_write_scan_enable by Johan Hedberg · 13 years ago
  46. 164a6e7 Bluetooth: Fix command complete/status for discovery commands by Johan Hedberg · 13 years ago
  47. 928abaa Bluetooth: AMP: read local amp info HCI command by Andrei Emeltchenko · 13 years ago
  48. 669bb39 Bluetooth: Fix permission of enable_le param by Gustavo F. Padovan · 13 years ago
  49. e95beb4 Bluetooth: hci_le_adv_report_evt code refactoring by Andre Guedes · 13 years ago
  50. b6f9804 Bluetooth: Fix possible NULL pointer dereference by Waldemar Rymarkiewicz · 13 years ago
  51. a8f13c8 Bluetooth: Reduce critical region. by Andre Guedes · 13 years ago
  52. e9bf2bf Bluetooth: Require authentication if MITM protection is requested by Vinicius Costa Gomes · 13 years ago
  53. cfafccf Bluetooth: Add link_type information to the mgmt Connected event by Vinicius Costa Gomes · 13 years ago
  54. 2d20a26 Bluetooth: Fix timeout on scanning for the second time by Oliver Neukum · 13 years ago
  55. 726b4ff Bluetooth: Add support for storing the key size by Vinicius Costa Gomes · 13 years ago
  56. bea710f Bluetooth: Reject an encryption request when the key isn't found by Vinicius Costa Gomes · 13 years ago
  57. e6100a2 Bluetooth: Add enable_le module parameter by Andre Guedes · 13 years ago
  58. f9b4930 Bluetooth: Write LE Host Supported command by Andre Guedes · 13 years ago
  59. 971e3a4 Bluetooth: Add extfeatures to struct hci_dev by Andre Guedes · 13 years ago
  60. da85e5e Bluetooth: Add support for Pairing features exchange by Vinicius Costa Gomes · 13 years ago
  61. 7b5c0d5 Bluetooth: Fix initial security level of LE links by Vinicius Costa Gomes · 13 years ago
  62. a7a595f Bluetooth: Add support for LE Start Encryption by Vinicius Costa Gomes · 13 years ago
  63. 448f262 Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 13 years ago
  64. 6de6c18 Bluetooth: Do not send SET_EVENT_MASK for 1.1 and earlier devices by Ville Tervo · 13 years ago
  65. 29b7988 Bluetooth: Add 'dst_type' field to struct hci_conn by Andre Guedes · 13 years ago
  66. d7556e2 Bluetooth: Refactor hci_auth_complete_evt function by Waldemar Rymarkiewicz · 13 years ago
  67. 19f8def Bluetooth: Fix auth_complete_evt for legacy units by Waldemar Rymarkiewicz · 13 years ago
  68. 3581508 Bluetooth: Advertising entries lifetime by Andre Guedes · 13 years ago
  69. eb9d91f Bluetooth: Clear advertising cache before scanning by Andre Guedes · 13 years ago
  70. 9aa04c9 Bluetooth: Add Advertising Report Meta Event handler by Andre Guedes · 13 years ago
  71. 83bc71b Bluetooth: Add support for sending connection events for LE links by Vinicius Costa Gomes · 13 years ago
  72. 7cbc9bd Bluetooth: Fix updating conn->auth_type in hci_io_capa_request_evt by Johan Hedberg · 13 years ago
  73. d25e28a Bluetooth: Fix link key persistent storage criteria by Johan Hedberg · 13 years ago
  74. 582fbe9 Bluetooth: Fix logic in hci_pin_code_request_evt by Johan Hedberg · 13 years ago
  75. be77159 Bluetooth: Fix reason code for pairing rejection by Johan Hedberg · 13 years ago
  76. 55bc1a3 Bluetooth: Add confirm_hint parameter to user confirmation requests by Johan Hedberg · 13 years ago
  77. 79c6c70 Bluetooth: Fix HCI_CONN_AUTH_PEND flag for all authentication requests by Johan Hedberg · 13 years ago
  78. 9f61656 Bluetooth: Add variable SSP auto-accept delay support by Johan Hedberg · 13 years ago
  79. 7a82890 Bluetooth: Add automated SSP user confirmation responses by Johan Hedberg · 13 years ago
  80. a770bb5 Bluetooth: Add secure flag for mgmt_pin_code_req by Waldemar Rymarkiewicz · 13 years ago
  81. 58797bf Bluetooth: Respect local MITM req in io_cap reply by Waldemar Rymarkiewicz · 13 years ago
  82. 60b83f5 Bluetooth: Ignore key unauthenticated for high security by Waldemar Rymarkiewicz · 13 years ago
  83. 13d3931 Bluetooth: Map sec_level to link key requirements by Waldemar Rymarkiewicz · 13 years ago
  84. 9003c4e Bluetooth: Don't modify sec_level if auth failed by Waldemar Rymarkiewicz · 13 years ago
  85. b6020ba Bluetooth: Add definitions for link key types by Waldemar Rymarkiewicz · 13 years ago
  86. 314b238 Bluetooth: Add discovering event to the Management interface by Johan Hedberg · 13 years ago
  87. 828d7d7 Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 13 years ago
  88. 7a74aeb Bluetooth: Fix refcount balance for hci connection by Ville Tervo · 13 years ago
  89. e1ba1f1 Bluetooth: Fix Out Of Band pairing when mgmt interface is disabled by Szymon Janc · 13 years ago
  90. a88a965 Bluetooth: Add mgmt_remote_name event by Johan Hedberg · 13 years ago
  91. e17acd4 Bluetooth: Add mgmt_device_found event by Johan Hedberg · 13 years ago
  92. 220b881 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 13 years ago
  93. 1057213 Bluetooth: Fix HCI_RESET command synchronization by Gustavo F. Padovan · 13 years ago
  94. ce85ee1 Bluetooth: Enable support for out of band association model by Szymon Janc · 13 years ago
  95. 2763eda Bluetooth: Add add/remove_remote_oob_data management commands by Szymon Janc · 13 years ago
  96. c35938b Bluetooth: Add read_local_oob_data management command by Szymon Janc · 13 years ago
  97. b312b161 Bluetooth: mgmt: Add support for setting the local name by Johan Hedberg · 13 years ago
  98. 1f6c637 Bluetooth: Add define for the maximum name length on HCI level by Johan Hedberg · 13 years ago
  99. f630cf0 Bluetooth: Fix HCI_RESET command synchronization by Gustavo F. Padovan · 13 years ago
  100. 2a61169 Bluetooth: Add mgmt_auth_failed event by Johan Hedberg · 14 years ago