1. 272d90d Bluetooth: Add address type to user_confirm and user_passkey messages by Johan Hedberg · 13 years ago
  2. 88c3df1 Bluetooth: Update mgmt_disconnect to match latest API by Johan Hedberg · 13 years ago
  3. 124f6e3 Bluetooth: Update and rename mgmt_remove_keys to mgmt_unpair_device by Johan Hedberg · 13 years ago
  4. 343fb14 Bluetooth: Add BT_DBG to mgmt_discovering() by Andre Guedes · 13 years ago
  5. 053c7e0 Bluetooth: Fix device_found event length for remote name resolving by Johan Hedberg · 13 years ago
  6. e877752 Bluetooth: Fix indentation by Andre Guedes · 13 years ago
  7. 3fd2415 Bluetooth: MGMT start discovery LE-Only support by Andre Guedes · 13 years ago
  8. b0dbfb4 Bluetooth: Add support for removing LTK's when pairing is removed by Vinicius Costa Gomes · 13 years ago
  9. 346af67 Bluetooth: Add MGMT handlers for dealing with SMP LTK's by Vinicius Costa Gomes · 13 years ago
  10. 650f726 Bluetooth: Fix doing some useless casts when receiving MGMT commands by Vinicius Costa Gomes · 13 years ago
  11. 2842470 Bluetooth: mgmt: Implement Cancel Pair Device command by Johan Hedberg · 13 years ago
  12. 84bde9d Bluetooth: Convert hdev->ssp_mode to a flag by Johan Hedberg · 13 years ago
  13. b644ba3 Bluetooth: Update device_connected and device_found events to latest API by Johan Hedberg · 13 years ago
  14. 1dc0609 Bluetooth: Merge device class into the EIR data in mgmt_ev_device_found by Johan Hedberg · 13 years ago
  15. e319d2e Bluetooth: Add eir_len parameter to mgmt_ev_device_found by Johan Hedberg · 13 years ago
  16. afc747a Bluetooth: Rename mgmt connected events to match user space by Johan Hedberg · 13 years ago
  17. 7d262f8 Bluetooth: Add 'eir_len' param to mgmt_device_found() by Andre Guedes · 13 years ago
  18. a3d4e20 Bluetooth: Sort to-be-resolved devices by RSSI during discovery by Johan Hedberg · 13 years ago
  19. a8b2d5c Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flags by Johan Hedberg · 13 years ago
  20. 30dc78e Bluetooth: Add name resolving support for mgmt based discovery by Johan Hedberg · 13 years ago
  21. ff9ef57 Bluetooth: Add discovery state tracking by Johan Hedberg · 13 years ago
  22. 3088351 Bluetooth: Rename hdev->inq_cache to hdev->discovery by Johan Hedberg · 13 years ago
  23. 561aafb Bluetooth: Add initial mgmt_confirm_name support by Johan Hedberg · 13 years ago
  24. 32748db Bluetooth: Move Extended Inquiry Response defines to hci.h by Johan Hedberg · 13 years ago
  25. e75a8b0c Bluetooth: Fix mgmt_stop_discovery_failed() by Andre Guedes · 13 years ago
  26. 59e2940 Bluetooth: Rename extfeatures by Andre Guedes · 13 years ago
  27. 5fe57d9 Bluetooth: Add SMP to User Passkey and Confirm by Brian Gix · 13 years ago
  28. 9662cbc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 13 years ago
  29. c9c2659 Bluetooth: Use correct struct for user_confirm_neg_reply by Johan Hedberg · 13 years ago
  30. 7d78525 Bluetooth: Add timer for automatically disabling the service cache by Johan Hedberg · 13 years ago
  31. ef58037 Bluetooth: Move EIR and CoD update functions to a better position by Johan Hedberg · 13 years ago
  32. 14c0b60 Bluetooth: Remove mgmt_set_service_cache by Johan Hedberg · 13 years ago
  33. f7c6869 Bluetooth: Move mgmt_set_fast_connectable to the right location by Johan Hedberg · 13 years ago
  34. 69ab39e Bluetooth: Update mgmt_read_info and related mgmt messages by Johan Hedberg · 13 years ago
  35. 7f97104 Bluetooth: Use system workqueue to schedule power_on by Gustavo F. Padovan · 13 years ago
  36. 80b7ab3 Bluetooth: move power_off to system workqueue by Gustavo F. Padovan · 13 years ago
  37. 09fd0de Bluetooth: Replace spin_lock by mutex in hci_dev by Gustavo F. Padovan · 13 years ago
  38. 5f779bb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 13 years ago
  39. 604086b Bluetooth: Add User Passkey Response handling by Brian Gix · 13 years ago
  40. 515db09 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by John W. Linville · 13 years ago
  41. 47c15e2 Bluetooth: Differentiate LE User Pairing Responses by Brian Gix · 13 years ago
  42. 0df4c18 Bluetooth: User Pairing Response restructuring by Brian Gix · 13 years ago
  43. 450dfda Bluetooth: Pass all message parameters to mgmt_start_discovery by Johan Hedberg · 13 years ago
  44. 0e5f875 Bluetooth: Add missing cmd_complete for mgmt_load_link_keys by Johan Hedberg · 13 years ago
  45. ca69b79 Bluetooth: Create a unique mgmt error code hierarchy by Johan Hedberg · 13 years ago
  46. 8680570 Bluetooth: Return success instead of EALREADY for mgmt commands by Johan Hedberg · 13 years ago
  47. 1425acb Bluetooth: Fix mgmt_pair_device imediate error responses by Johan Hedberg · 13 years ago
  48. ba4e564 Bluetooth: Add address type to mgmt_pair_device by Johan Hedberg · 13 years ago
  49. e6d465c Bluetooth: mgmt_stop_discovery_failed() by Andre Guedes · 13 years ago
  50. 7a13510 Bluetooth: Rename mgmt_inquiry_failed() by Andre Guedes · 13 years ago
  51. 37d9ef7 Bluetooth: Add status parameter to mgmt_disconnect response by Johan Hedberg · 13 years ago
  52. a8a1d19 Bluetooth: Add proper response to mgmt_remove_keys command by Johan Hedberg · 13 years ago
  53. c3f0675 Bluetooth: Fix deadlock with mgmt_pair_device by Johan Hedberg · 13 years ago
  54. 48264f0 Bluetooth: Add public/random LE address information to mgmt messages by Johan Hedberg · 13 years ago
  55. 2aeabcb Bluetooth: Remove redundant hci_dev comparisons in mgmt lookups by Johan Hedberg · 13 years ago
  56. fc2f4b1 Bluetooth: Fix consistency with u16 integer type in mgmt pending_cmd by Johan Hedberg · 13 years ago
  57. e0f9309 Bluetooth: Fix cancel_delayed_work_sync usage with locks by Johan Hedberg · 13 years ago
  58. 56e5cb8 Bluetooth: Add missing hci_dev locking when calling mgmt functions by Johan Hedberg · 13 years ago
  59. 2e58ef3 Bluetooth: Move pending management command list into struct hci_dev by Johan Hedberg · 13 years ago
  60. 744cf19 Bluetooth: Pass full hci_dev struct to mgmt callbacks by Johan Hedberg · 13 years ago
  61. 4c659c3 Bluetooth: Add address type fields to mgmt messages that need them by Johan Hedberg · 13 years ago
  62. 86742e1 Bluetooth: Update link key mgmt APIs to match latest spec. by Johan Hedberg · 13 years ago
  63. bd2d133 Bluetooth: Fix response for mgmt_start_discovery when powered off by Johan Hedberg · 13 years ago
  64. 889d07e Bluetooth: Remove redundant code from mgmt_block & mgmt_unblock by Johan Hedberg · 13 years ago
  65. 3243553 Bluetooth: Convert power off mechanism to use delayed_work by Johan Hedberg · 13 years ago
  66. 2d7cee5 Bluetooth: Fix mgmt response when HCI_Write_Scan_Enable fails by Johan Hedberg · 13 years ago
  67. 16ab91a Bluetooth: Add timeout field to mgmt_set_discoverable by Johan Hedberg · 13 years ago
  68. 023d504 Bluetooth: Create hci_cancel_inquiry() by Andre Guedes · 13 years ago
  69. 2519a1f Bluetooth: Create hci_do_inquiry() by Andre Guedes · 13 years ago
  70. b24752f Bluetooth: Fix mgmt response when adapter goes down or is removed by Johan Hedberg · 13 years ago
  71. df164df Bluetooth: Set HCI_MGMT flag only in read_controller_info by Johan Hedberg · 13 years ago
  72. 164a6e7 Bluetooth: Fix command complete/status for discovery commands by Johan Hedberg · 13 years ago
  73. 8035ded Bluetooth: replace list_for_each with list_for_each_entry whenever possible by Luiz Augusto von Dentz · 13 years ago
  74. 94956ee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 13 years ago
  75. c125d5e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth by John W. Linville · 13 years ago
  76. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 13 years ago
  77. dafbde3 Bluetooth: Set HCI_MGMT flag only in read_controller_info by Johan Hedberg · 13 years ago
  78. e5b82e5 Bluetooth: Fix missing cmd_status in mgmt by Gustavo F. Padovan · 13 years ago
  79. 12dc074 Bluetooth: Use list_for_each_entry() in mgmt by Gustavo F. Padovan · 13 years ago
  80. b705913 Bluetooth: Add missing cmd_status() in mgmt by Gustavo F. Padovan · 13 years ago
  81. 56b7d13 Bluetooth: return proper error if sock_queue_rcv_skb() fails by Gustavo F. Padovan · 13 years ago
  82. f852359 Bluetooth: Check 'dev_class' in mgmt_device_found() by Andre Guedes · 13 years ago
  83. a492cd5 Revert "Bluetooth: Add support for communicating keys with userspace" by Vinicius Costa Gomes · 13 years ago
  84. 5e76244 Bluetooth: Add mgmt events for blacklisting by Antti Julku · 13 years ago
  85. c908df3 Bluetooth: Use the MEDIUM security level for pairings by Vinicius Costa Gomes · 13 years ago
  86. f6422ec Bluetooth: Add mgmt command for fast connectable mode by Antti Julku · 13 years ago
  87. cfafccf Bluetooth: Add link_type information to the mgmt Connected event by Vinicius Costa Gomes · 13 years ago
  88. 7a512d0 Bluetooth: Add support for pairing via mgmt over LE by Vinicius Costa Gomes · 13 years ago
  89. 726b4ff Bluetooth: Add support for storing the key size by Vinicius Costa Gomes · 13 years ago
  90. 5a0a8b4 Bluetooth: Add support for communicating keys with userspace by Vinicius Costa Gomes · 13 years ago
  91. 8c156c3 Bluetooth: Fix potential deadlock in mgmt by Andre Guedes · 13 years ago
  92. 7fbec22 Bluetooth: Add blacklisting support for mgmt interface by Antti Julku · 13 years ago
  93. 94ac027 Bluetooth: fix missing parameter for HCI_OP_DISCONNECT by Anderson Lizardo · 13 years ago
  94. 96d97a6 Bluetooth: Verify a pin code in pin_code_reply by Waldemar Rymarkiewicz · 13 years ago
  95. 24718ca Bluetooth: Remove a magic number by Waldemar Rymarkiewicz · 13 years ago
  96. b5ad8b7 Bluetooth: fix sparse & gcc warnings by Johannes Berg · 13 years ago
  97. 37e1c55d Bluetooth: Remove unnecessary use of hci_dev_list_lock by Johan Hedberg · 13 years ago
  98. 365227e Bluetooth: Add support for disconnecting LE links via mgmt by Vinicius Costa Gomes · 13 years ago
  99. 4df378a Bluetooth: Add store_hint parameter to mgmt_new_key by Johan Hedberg · 13 years ago
  100. 4748fed Bluetooth: Remove old_key_type from mgmt_ev_new_key by Johan Hedberg · 13 years ago