1. 6ec5bca Bluetooth: Temporary keys should be retained during connection by Vishal Agarwal · 12 years ago
  2. 745c0ce Bluetooth: hci_persistent_key should return bool by Vishal Agarwal · 12 years ago
  3. 66f3b91 Bluetooth: Fix userspace compatibility issue with mgmt interface by Gustavo Padovan · 12 years ago
  4. c732a2a Bluetooth: mgmt: Fix timeout type by Andrei Emeltchenko · 12 years ago
  5. 6c0c331 Bluetooth: Check for minimum data length in eir_has_data_type() by Johan Hedberg · 12 years ago
  6. 84d9d07 Bluetooth: Don't increment twice in eir_has_data_type() by Johan Hedberg · 12 years ago
  7. 9432496 Bluetooth: hci_core: fix NULL-pointer dereference at unregister by Johan Hovold · 12 years ago
  8. 3f17790 Bluetooth: Use correct flags for checking HCI_SSP_ENABLED bit by Hemant Gupta · 12 years ago
  9. 0412468 Bluetooth: fix conding style issues all over the tree by Gustavo F. Padovan · 12 years ago
  10. f64b993 Bluetooth: Fix coding style in all .h files by Gustavo F. Padovan · 12 years ago
  11. 044e124 Bluetooth: Use correct type for userspace exported structs by Gustavo F. Padovan · 12 years ago
  12. c476250 Bluetooth: Fix coding style in mgmt.h by Gustavo F. Padovan · 12 years ago
  13. 4f87da8 Bluetooth: Remove HCI_PI_MGMT_INIT flag for sockets by Johan Hedberg · 12 years ago
  14. 5f15903 Bluetooth: mgmt: Add new error code for invalid index by Johan Hedberg · 12 years ago
  15. ba13ccd Bluetooth: Update L2CAP timeout constants to use msecs_to_jiffies by Marcel Holtmann · 12 years ago
  16. 9d1acbf Bluetooth: mgmt: Add defines for command sizes by Johan Hedberg · 12 years ago
  17. 978c93b Bluetooth: Save remote L2CAP fixed channel mask by Andrei Emeltchenko · 12 years ago
  18. cc2c04e Bluetooth: Add missing host features definitions by Johan Hedberg · 13 years ago
  19. 816a11d Bluetooth: Use kernel int types instead of ones from stdint.h by Johan Hedberg · 13 years ago
  20. c95f0ba Bluetooth: mgmt: Track pending class changes by Johan Hedberg · 13 years ago
  21. 08c79b6 Bluetooth: mgmt: Add flags parameter to device_connected by Johan Hedberg · 13 years ago
  22. 388fc8f Bluetooth: mgmt: Add legacy pairing info to dev_found events by Johan Hedberg · 13 years ago
  23. 9a395a8 Bluetooth: mgmt: Fix device_found parameters by Johan Hedberg · 13 years ago
  24. 490c5ba Bluetooth: Add hdev->short_name for EIR generation by Johan Hedberg · 13 years ago
  25. 7f9a903 Bluetooth: Send management event for class of device changes by Marcel Holtmann · 13 years ago
  26. 06199cf Bluetooth: mgmt: Implement Set LE command by Johan Hedberg · 13 years ago
  27. c0ecddc Bluetooth: mgmt: Make Set SSP command callable while powered off by Johan Hedberg · 13 years ago
  28. 47990ea Bluetooth: mgmt: Make Set Link Security callable while powered off by Johan Hedberg · 13 years ago
  29. c03b355 Bluetooth: Add l2cap_chan_lock by Andrei Emeltchenko · 13 years ago
  30. 5e5282b Bluetooth: mgmt: Allow connectable/discoverable changes in off state by Johan Hedberg · 13 years ago
  31. c059e05 Bluetooth: Fix parameter list for setting local name by Marcel Holtmann · 13 years ago
  32. 6d80dfd Bluetooth: mgmt: Add basic support for Set High Speed command by Johan Hedberg · 13 years ago
  33. f963e8e Bluetooth: mgmt: Add address type parameter to Discovering event by Johan Hedberg · 13 years ago
  34. d930650 Bluetooth: mgmt: Add address type parameter to Stop Discovery command by Johan Hedberg · 13 years ago
  35. d7b7e79 Bluetooth: Set supported settings based on enabled HS and/or LE by Marcel Holtmann · 13 years ago
  36. cd82e61 Bluetooth: Add support for HCI monitor channel by Marcel Holtmann · 13 years ago
  37. 040030e Bluetooth: Remove HCI notifier handling by Marcel Holtmann · 13 years ago
  38. a6fb08d Bluetooth: Remove unneeded bt_cb(skb)->channel variable by Marcel Holtmann · 13 years ago
  39. 470fe1b Bluetooth: Split sending for HCI raw and control sockets by Marcel Holtmann · 13 years ago
  40. aee9b218 Bluetooth: mgmt: Move status parameters into the cmd_complete header by Johan Hedberg · 13 years ago
  41. 3c6b764 Bluetooth: mgmt: Change ordering of cmd_status paramters by Johan Hedberg · 13 years ago
  42. 5e0452c Bluetooth: Interleaved discovery support by Andre Guedes · 13 years ago
  43. 343f935 Bluetooth: Merge INQUIRY and LE_SCAN discovery states by Andre Guedes · 13 years ago
  44. 4aab14e Bluetooth: Track discovery type by Andre Guedes · 13 years ago
  45. f39799f Bluetooth: Prepare start_discovery by Andre Guedes · 13 years ago
  46. ea585ab Bluetooth: Add Intel copyright to mgmt files by Johan Hedberg · 13 years ago
  47. a198e7b Bluetooth: mgmt: Add address type to confirm name command by Johan Hedberg · 13 years ago
  48. d845769 Bluetooth: mgmt: Add address type to PIN code messages by Johan Hedberg · 13 years ago
  49. d753fdc Bluetooth: mgmt: Add address type to link key messages by Johan Hedberg · 13 years ago
  50. e05dcc3 Bluetooth: Use symbolic names for state in debug by Andrei Emeltchenko · 13 years ago
  51. 20d1803 Bluetooth: Move scope of state_to_string by Andrei Emeltchenko · 13 years ago
  52. 3ed7003 Bluetooth: Add logging functions bt_info and bt_err by Joe Perches · 13 years ago
  53. ed2c4ee Bluetooth: mgmt: Add support for Set SSP command by Johan Hedberg · 13 years ago
  54. 33ef95e Bluetooth: mgmt: Add support for Set Link Security command by Johan Hedberg · 13 years ago
  55. e70bb2e Bluetooth: Implement Read Supported Commands commands for mgmt by Johan Hedberg · 13 years ago
  56. 3dc0732 Bluetooth: Introduce to_hci_conn by David Herrmann · 13 years ago
  57. 155961e Bluetooth: Remove hci_dev->driver_data by David Herrmann · 13 years ago
  58. aa2b86d Bluetooth: Introduce to_hci_dev() by David Herrmann · 13 years ago
  59. b1078ad Bluetooth: Add Device Unpaired mgmt event by Johan Hedberg · 13 years ago
  60. bab73cb Bluetooth: Add address type to mgmt_ev_auth_failed by Johan Hedberg · 13 years ago
  61. 88c1fe4 Bluetooth: Add address type to mgmt blacklist messages by Johan Hedberg · 13 years ago
  62. 664ce4c Bluetooth: Add address type to Out Of Band mgmt messages by Johan Hedberg · 13 years ago
  63. 272d90d Bluetooth: Add address type to user_confirm and user_passkey messages by Johan Hedberg · 13 years ago
  64. 88c3df1 Bluetooth: Update mgmt_disconnect to match latest API by Johan Hedberg · 13 years ago
  65. 124f6e3 Bluetooth: Update and rename mgmt_remove_keys to mgmt_unpair_device by Johan Hedberg · 13 years ago
  66. 28b75a8 Bluetooth: Add hci_le_scan() by Andre Guedes · 13 years ago
  67. 7ba8b4b Bluetooth: Add hci_do_le_scan() by Andre Guedes · 13 years ago
  68. c599008 Bluetooth: LE scan should send Discovering events by Andre Guedes · 13 years ago
  69. f9c5f9d Bluetooth: Clean up structures left unused by Vinicius Costa Gomes · 13 years ago
  70. 346af67 Bluetooth: Add MGMT handlers for dealing with SMP LTK's by Vinicius Costa Gomes · 13 years ago
  71. c9839a1 Bluetooth: Use the updated key structures for handling LTKs by Vinicius Costa Gomes · 13 years ago
  72. b899efa Bluetooth: Add new structures for handling SMP Long Term Keys by Vinicius Costa Gomes · 13 years ago
  73. 2842470 Bluetooth: mgmt: Implement Cancel Pair Device command by Johan Hedberg · 13 years ago
  74. 9ef866a Bluetooth: Update mgmt.h to match latest API spec by Johan Hedberg · 13 years ago
  75. f7aa611 Bluetooth: Rename smp_key_size to enc_key_size by Vinicius Costa Gomes · 13 years ago
  76. 27f27ed Bluetooth: Add structures for the new LTK exchange messages by Vinicius Costa Gomes · 13 years ago
  77. 17cd3f3 Bluetooth: Remove usage of __cancel_delayed_work() by Ulisses Furquim · 13 years ago
  78. 2f304d1 Bluetooth: Fix potential deadlock by Andre Guedes · 13 years ago
  79. 2f7719c Bluetooth: Add alloc_skb chan operator by Andrei Emeltchenko · 13 years ago
  80. d22015a Bluetooth: silence lockdep warning by Octavian Purdila · 13 years ago
  81. aa64a8b Bluetooth: Add a convenience function to check for SSP enabled by Johan Hedberg · 13 years ago
  82. 84bde9d Bluetooth: Convert hdev->ssp_mode to a flag by Johan Hedberg · 13 years ago
  83. 58a681e Bluetooth: Merge boolean members of struct hci_conn into flags by Johan Hedberg · 13 years ago
  84. b644ba3 Bluetooth: Update device_connected and device_found events to latest API by Johan Hedberg · 13 years ago
  85. a0c808b Bluetooth: Convert hdev->out to a bool type by Johan Hedberg · 13 years ago
  86. 51a8efd Bluetooth: Rename conn->pend to conn->flags by Johan Hedberg · 13 years ago
  87. 1dc0609 Bluetooth: Merge device class into the EIR data in mgmt_ev_device_found by Johan Hedberg · 13 years ago
  88. 6759a67 Bluetooth: Move eir_has_data_field to hci_core.h by Johan Hedberg · 13 years ago
  89. 9ec9fc8 Bluetooth: Add missing EIR defines to hci.h by Johan Hedberg · 13 years ago
  90. e319d2e Bluetooth: Add eir_len parameter to mgmt_ev_device_found by Johan Hedberg · 13 years ago
  91. afc747a Bluetooth: Rename mgmt connected events to match user space by Johan Hedberg · 13 years ago
  92. 7d262f8 Bluetooth: Add 'eir_len' param to mgmt_device_found() by Andre Guedes · 13 years ago
  93. 75b93b5 Bluetooth: Make l2cap_clear_timer return if timer was running or not by Szymon Janc · 13 years ago
  94. 8b281b9 Bluetooth: Fix 'enable_hs' type by Fabio Estevam · 13 years ago
  95. a3d4e20 Bluetooth: Sort to-be-resolved devices by RSSI during discovery by Johan Hedberg · 13 years ago
  96. a8b2d5c Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flags by Johan Hedberg · 13 years ago
  97. cbe8fed Bluetooth: Remove bogus inline declaration from l2cap_chan_connect by Johan Hedberg · 13 years ago
  98. dc946bd Bluetooth: Remove __hci_dev_put/hold by David Herrmann · 13 years ago
  99. 4c724c7 Bluetooth: Correctly take hci_dev->dev refcount by David Herrmann · 13 years ago
  100. e9b9cfa Bluetooth: Remove HCI-owner field by David Herrmann · 13 years ago