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