1. 4b34ee78 Bluetooth: mgmt: Fix powered checks for commands by Johan Hedberg · 13 years ago
  2. f0d4b78 Bluetooth: Only keep controller up after init if powered on by Marcel Holtmann · 13 years ago
  3. cacaf52 Bluetooth: mgmt: Clear EIR data when disabling SSP by Johan Hedberg · 13 years ago
  4. 1e16357 Bluetooth: mgmt: Fix Set SSP check for supported feature by Johan Hedberg · 13 years ago
  5. 6d80dfd Bluetooth: mgmt: Add basic support for Set High Speed command by Johan Hedberg · 13 years ago
  6. f963e8e Bluetooth: mgmt: Add address type parameter to Discovering event by Johan Hedberg · 13 years ago
  7. d930650 Bluetooth: mgmt: Add address type parameter to Stop Discovery command by Johan Hedberg · 13 years ago
  8. d7b7e79 Bluetooth: Set supported settings based on enabled HS and/or LE by Marcel Holtmann · 13 years ago
  9. a6fb08d Bluetooth: Remove unneeded bt_cb(skb)->channel variable by Marcel Holtmann · 13 years ago
  10. 470fe1b Bluetooth: Split sending for HCI raw and control sockets by Marcel Holtmann · 13 years ago
  11. 2da9c55 Bluetooth: mgmt: Bump mgmt version by Johan Hedberg · 13 years ago
  12. bf1e354 Bluetooth: mgmt: Fix OOB command response parameters by Johan Hedberg · 13 years ago
  13. f0eeea8 Bluetooth: mgmt: Fix (Un)Block Device return parameters by Johan Hedberg · 13 years ago
  14. f808e16 Bluetooth: mgmt: Fix Start Discovery return parameters by Johan Hedberg · 13 years ago
  15. e211326 Bluetooth: mgmt: Fix Pair Device response status values by Johan Hedberg · 13 years ago
  16. aee9b21 Bluetooth: mgmt: Move status parameters into the cmd_complete header by Johan Hedberg · 13 years ago
  17. 5e0452c Bluetooth: Interleaved discovery support by Andre Guedes · 13 years ago
  18. 343f935 Bluetooth: Merge INQUIRY and LE_SCAN discovery states by Andre Guedes · 13 years ago
  19. 4aab14e Bluetooth: Track discovery type by Andre Guedes · 13 years ago
  20. f39799f Bluetooth: Prepare start_discovery by Andre Guedes · 13 years ago
  21. ea585ab Bluetooth: Add Intel copyright to mgmt files by Johan Hedberg · 13 years ago
  22. a198e7b Bluetooth: mgmt: Add address type to confirm name command by Johan Hedberg · 13 years ago
  23. d845769 Bluetooth: mgmt: Add address type to PIN code messages by Johan Hedberg · 13 years ago
  24. d753fdc Bluetooth: mgmt: Add address type to link key messages by Johan Hedberg · 13 years ago
  25. ed2c4ee Bluetooth: mgmt: Add support for Set SSP command by Johan Hedberg · 13 years ago
  26. 33ef95e Bluetooth: mgmt: Add support for Set Link Security command by Johan Hedberg · 13 years ago
  27. 7bb895d Bluetooth: mgmt: Use more consistent error variable names by Johan Hedberg · 13 years ago
  28. 76a7f3a Bluetooth: Remove unused member from cmd_lookup struct by Johan Hedberg · 13 years ago
  29. 203159d Bluetooth: Fix discovery state machine by Andre Guedes · 13 years ago
  30. e70bb2e Bluetooth: Implement Read Supported Commands commands for mgmt by Johan Hedberg · 13 years ago
  31. b1078ad Bluetooth: Add Device Unpaired mgmt event by Johan Hedberg · 13 years ago
  32. 82eb703 Bluetooth: Fix mgmt_unpair_device command status by Johan Hedberg · 13 years ago
  33. bab73cb Bluetooth: Add address type to mgmt_ev_auth_failed by Johan Hedberg · 13 years ago
  34. 88c1fe4 Bluetooth: Add address type to mgmt blacklist messages by Johan Hedberg · 13 years ago
  35. 664ce4c Bluetooth: Add address type to Out Of Band mgmt messages by Johan Hedberg · 13 years ago
  36. 272d90d Bluetooth: Add address type to user_confirm and user_passkey messages by Johan Hedberg · 13 years ago
  37. 88c3df1 Bluetooth: Update mgmt_disconnect to match latest API by Johan Hedberg · 13 years ago
  38. 124f6e3 Bluetooth: Update and rename mgmt_remove_keys to mgmt_unpair_device by Johan Hedberg · 13 years ago
  39. 343fb14 Bluetooth: Add BT_DBG to mgmt_discovering() by Andre Guedes · 13 years ago
  40. 053c7e0 Bluetooth: Fix device_found event length for remote name resolving by Johan Hedberg · 13 years ago
  41. e877752 Bluetooth: Fix indentation by Andre Guedes · 13 years ago
  42. 3fd2415 Bluetooth: MGMT start discovery LE-Only support by Andre Guedes · 13 years ago
  43. b0dbfb4 Bluetooth: Add support for removing LTK's when pairing is removed by Vinicius Costa Gomes · 13 years ago
  44. 346af67 Bluetooth: Add MGMT handlers for dealing with SMP LTK's by Vinicius Costa Gomes · 13 years ago
  45. 650f726 Bluetooth: Fix doing some useless casts when receiving MGMT commands by Vinicius Costa Gomes · 13 years ago
  46. 2842470 Bluetooth: mgmt: Implement Cancel Pair Device command by Johan Hedberg · 13 years ago
  47. 84bde9d6c Bluetooth: Convert hdev->ssp_mode to a flag by Johan Hedberg · 13 years ago
  48. b644ba3 Bluetooth: Update device_connected and device_found events to latest API by Johan Hedberg · 13 years ago
  49. 1dc0609 Bluetooth: Merge device class into the EIR data in mgmt_ev_device_found by Johan Hedberg · 13 years ago
  50. e319d2e Bluetooth: Add eir_len parameter to mgmt_ev_device_found by Johan Hedberg · 13 years ago
  51. afc747a Bluetooth: Rename mgmt connected events to match user space by Johan Hedberg · 13 years ago
  52. 7d262f8 Bluetooth: Add 'eir_len' param to mgmt_device_found() by Andre Guedes · 13 years ago
  53. a3d4e20 Bluetooth: Sort to-be-resolved devices by RSSI during discovery by Johan Hedberg · 13 years ago
  54. a8b2d5c Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flags by Johan Hedberg · 13 years ago
  55. 30dc78e Bluetooth: Add name resolving support for mgmt based discovery by Johan Hedberg · 13 years ago
  56. ff9ef57 Bluetooth: Add discovery state tracking by Johan Hedberg · 13 years ago
  57. 3088351 Bluetooth: Rename hdev->inq_cache to hdev->discovery by Johan Hedberg · 13 years ago
  58. 561aafb Bluetooth: Add initial mgmt_confirm_name support by Johan Hedberg · 13 years ago
  59. 32748db Bluetooth: Move Extended Inquiry Response defines to hci.h by Johan Hedberg · 13 years ago
  60. e75a8b0c Bluetooth: Fix mgmt_stop_discovery_failed() by Andre Guedes · 13 years ago
  61. 59e2940 Bluetooth: Rename extfeatures by Andre Guedes · 13 years ago
  62. 5fe57d9 Bluetooth: Add SMP to User Passkey and Confirm by Brian Gix · 13 years ago
  63. 9662cbc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 13 years ago
  64. c9c2659 Bluetooth: Use correct struct for user_confirm_neg_reply by Johan Hedberg · 13 years ago
  65. 7d78525 Bluetooth: Add timer for automatically disabling the service cache by Johan Hedberg · 13 years ago
  66. ef58037 Bluetooth: Move EIR and CoD update functions to a better position by Johan Hedberg · 13 years ago
  67. 14c0b60 Bluetooth: Remove mgmt_set_service_cache by Johan Hedberg · 13 years ago
  68. f7c6869ce Bluetooth: Move mgmt_set_fast_connectable to the right location by Johan Hedberg · 13 years ago
  69. 69ab39e Bluetooth: Update mgmt_read_info and related mgmt messages by Johan Hedberg · 13 years ago
  70. 7f97104 Bluetooth: Use system workqueue to schedule power_on by Gustavo F. Padovan · 13 years ago
  71. 80b7ab3 Bluetooth: move power_off to system workqueue by Gustavo F. Padovan · 13 years ago
  72. 09fd0de Bluetooth: Replace spin_lock by mutex in hci_dev by Gustavo F. Padovan · 13 years ago
  73. 5f779bb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 13 years ago
  74. 604086b Bluetooth: Add User Passkey Response handling by Brian Gix · 13 years ago
  75. 515db09 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by John W. Linville · 13 years ago
  76. 47c15e2 Bluetooth: Differentiate LE User Pairing Responses by Brian Gix · 13 years ago
  77. 0df4c18 Bluetooth: User Pairing Response restructuring by Brian Gix · 13 years ago
  78. 450dfda Bluetooth: Pass all message parameters to mgmt_start_discovery by Johan Hedberg · 13 years ago
  79. 0e5f875 Bluetooth: Add missing cmd_complete for mgmt_load_link_keys by Johan Hedberg · 13 years ago
  80. ca69b79 Bluetooth: Create a unique mgmt error code hierarchy by Johan Hedberg · 13 years ago
  81. 8680570 Bluetooth: Return success instead of EALREADY for mgmt commands by Johan Hedberg · 13 years ago
  82. 1425acb Bluetooth: Fix mgmt_pair_device imediate error responses by Johan Hedberg · 13 years ago
  83. ba4e564 Bluetooth: Add address type to mgmt_pair_device by Johan Hedberg · 13 years ago
  84. e6d465c Bluetooth: mgmt_stop_discovery_failed() by Andre Guedes · 13 years ago
  85. 7a13510 Bluetooth: Rename mgmt_inquiry_failed() by Andre Guedes · 13 years ago
  86. 37d9ef7 Bluetooth: Add status parameter to mgmt_disconnect response by Johan Hedberg · 13 years ago
  87. a8a1d19 Bluetooth: Add proper response to mgmt_remove_keys command by Johan Hedberg · 13 years ago
  88. c3f0675 Bluetooth: Fix deadlock with mgmt_pair_device by Johan Hedberg · 13 years ago
  89. 48264f0 Bluetooth: Add public/random LE address information to mgmt messages by Johan Hedberg · 13 years ago
  90. 2aeabcb Bluetooth: Remove redundant hci_dev comparisons in mgmt lookups by Johan Hedberg · 13 years ago
  91. fc2f4b1 Bluetooth: Fix consistency with u16 integer type in mgmt pending_cmd by Johan Hedberg · 13 years ago
  92. e0f9309 Bluetooth: Fix cancel_delayed_work_sync usage with locks by Johan Hedberg · 13 years ago
  93. 56e5cb8 Bluetooth: Add missing hci_dev locking when calling mgmt functions by Johan Hedberg · 13 years ago
  94. 2e58ef3 Bluetooth: Move pending management command list into struct hci_dev by Johan Hedberg · 13 years ago
  95. 744cf19 Bluetooth: Pass full hci_dev struct to mgmt callbacks by Johan Hedberg · 13 years ago
  96. 4c659c3 Bluetooth: Add address type fields to mgmt messages that need them by Johan Hedberg · 13 years ago
  97. 86742e1 Bluetooth: Update link key mgmt APIs to match latest spec. by Johan Hedberg · 13 years ago
  98. bd2d133 Bluetooth: Fix response for mgmt_start_discovery when powered off by Johan Hedberg · 13 years ago
  99. 889d07e Bluetooth: Remove redundant code from mgmt_block & mgmt_unblock by Johan Hedberg · 13 years ago
  100. 3243553 Bluetooth: Convert power off mechanism to use delayed_work by Johan Hedberg · 13 years ago