1. 6d785aa3 Bluetooth: Convert mgmt to use HCI chan registration API by Johan Hedberg · 10 years ago
  2. 93690c2 Bluetooth: Introduce controller setting information for static address by Marcel Holtmann · 10 years ago
  3. 82f8b65 Bluetooth: fix service discovery behaviour for empty uuids filter by Jakub Pawlowski · 10 years ago
  4. 2976cde Bluetooth: Refactor service discovery filter logic by Jakub Pawlowski · 10 years ago
  5. 48f86b7 Bluetooth: Move Service Discovery logic before refactoring by Jakub Pawlowski · 10 years ago
  6. 4cd3928 Bluetooth: Update New CSRK event to match latest specification by Johan Hedberg · 10 years ago
  7. 7129069 Bluetooth: Rename hci_send_to_control to hci_send_to_channel by Johan Hedberg · 10 years ago
  8. a2cb01d Bluetooth: Fix checking for pending Set SSP in Set HS handler by Johan Hedberg · 10 years ago
  9. 94d52da Bluetooth: Remove bogus check for pending mgmt Set HS command by Johan Hedberg · 10 years ago
  10. faa8103 Bluetooth: Enhance error codes pair device command by Lukasz Rymanowski · 10 years ago
  11. 66f096f Bluetooth: Remove mgmt_rp_read_local_oob_ext_data struct by Johan Hedberg · 10 years ago
  12. 4b0e0ce Bluetooth: Add restarting to service discovery by Jakub Pawlowski · 10 years ago
  13. 2d28cfe Bluetooth: Add le_scan_restart work for LE scan restarting by Jakub Pawlowski · 10 years ago
  14. 41bcfd5 Bluetooth: Allow remote OOB data to only provide P-192 or P-256 values by Marcel Holtmann · 10 years ago
  15. 5920028 Bluetooth: Fix check for SSP when enabling SC by Johan Hedberg · 10 years ago
  16. d25b78e Bluetooth: Enforce zero-valued hash/rand192 for LE OOB by Johan Hedberg · 10 years ago
  17. a1443f5 Bluetooth: Convert Set SC to use HCI Request by Johan Hedberg · 10 years ago
  18. 484aabc Bluetooth: Remove incorrect check for BDADDR_BREDR address type by Johan Hedberg · 10 years ago
  19. 5d57e79 Bluetooth: Check for valid bdaddr in add_remote_oob_data by Johan Hedberg · 10 years ago
  20. ed93ec6 Bluetooth: Require SSP enabling before BR/EDR Secure Connections by Marcel Holtmann · 10 years ago
  21. 3a5486e Bluetooth: Limit BR/EDR switching for LE only with secure connections by Marcel Holtmann · 10 years ago
  22. 574ea3c Bluetooth: Fix dependency for BR/EDR Secure Connections mode on SSP by Marcel Holtmann · 10 years ago
  23. 91200e9 Bluetooth: Fix reporting invalid RSSI for LE devices by Szymon Janc · 10 years ago
  24. 162a3ba Bluetooth: Bind the SMP channel registration to management power state by Marcel Holtmann · 10 years ago
  25. 111e4bc Bluetooth: Fix issue with switching BR/EDR back on when disabled by Marcel Holtmann · 10 years ago
  26. 1904a85 Bluetooth: Add opcode parameter to hci_req_complete_t callback by Marcel Holtmann · 10 years ago
  27. 05b3c3e Bluetooth: Remove no longer needed force_sc_support debugfs option by Marcel Holtmann · 10 years ago
  28. 9df7465 Bluetooth: Add return parameter to cmd_complete callbacks by Johan Hedberg · 10 years ago
  29. 5a154e6 Bluetooth: Fix Add Device to wait for HCI before sending cmd_complete by Johan Hedberg · 10 years ago
  30. 51ef3eb Bluetooth: Fix Remove Device to wait for HCI before sending cmd_complete by Johan Hedberg · 10 years ago
  31. 2cf2221 Bluetooth: Add hci_request support for hci_update_background_scan by Johan Hedberg · 10 years ago
  32. 0857dd3 Bluetooth: Split hci_request helpers to hci_request.[ch] by Johan Hedberg · 10 years ago
  33. 1d2dc5b Bluetooth: Split hci_update_page_scan into two functions by Johan Hedberg · 10 years ago
  34. ea8ae25 Bluetooth: Fix bug with filter in service discovery optimization by Marcel Holtmann · 10 years ago
  35. a463e9c Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 10 years ago
  36. 9845904 Bluetooth: Fix mgmt response status when removing adapter by Johan Hedberg · 10 years ago
  37. ec6f99b Bluetooth: Fix enabling BR/EDR SC when powering on by Johan Hedberg · 10 years ago
  38. a511b35 Bluetooth: Fix incorrect pending cmd removal in pairing_complete() by Johan Hedberg · 10 years ago
  39. 15013ae Bluetooth: Fix calling hci_conn_put too early by Johan Hedberg · 10 years ago
  40. 3ad6758 Bluetooth: Fix missing hci_dev_lock/unlock in mgmt req_complete() by Jaganath Kanakkassery · 10 years ago
  41. b5f185f Merge tag 'master-2014-12-08' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next by David S. Miller · 10 years ago
  42. 9437d2e Bluetooth: Fix generation of non-resolvable private addresses by Marcel Holtmann · 10 years ago
  43. da25cf6 Bluetooth: Report invalid RSSI for service discovery and background scan by Marcel Holtmann · 10 years ago
  44. efb2513 Bluetooth: Fix discovery filter when no RSSI is available by Marcel Holtmann · 10 years ago
  45. 189f6ad Bluetooth: Remove redundant reverse_base_uuid variable by Johan Hedberg · 10 years ago
  46. 9981bdb Bluetooth: Fix Get Conn Info to use cmd_complete callback by Johan Hedberg · 10 years ago
  47. 6948737 Bluetooth: Convert Get Clock Info to use cmd_complete callback by Johan Hedberg · 10 years ago
  48. 2922a94 Bluetooth: Convert discovery commands to use cmd_complete callback by Johan Hedberg · 10 years ago
  49. d8b7b1e Bluetooth: Convert Unpair Device to use cmd_complete callback by Johan Hedberg · 10 years ago
  50. 04ab274 Bluetooth: Convert Pair Device to use cmd_complete callback by Johan Hedberg · 10 years ago
  51. 7776d1d Bluetooth: Use cmd_complete callback for authentication mgmt commands by Johan Hedberg · 10 years ago
  52. f5818c2 Bluetooth: Convert Disconnect mgmt command to use cmd_complete callback by Johan Hedberg · 10 years ago
  53. 323b0b8 Bluetooth: Store parameter length with pending mgmt commands by Johan Hedberg · 10 years ago
  54. 1b9b5ee Bluetooth: Add callback to create proper cmd_complete events by Johan Hedberg · 10 years ago
  55. 2207880 Bluetooth: Fix memory leaks from discovery filter UUID list by Marcel Holtmann · 10 years ago
  56. 66ea942 Bluetooth: Add support for Start Service Discovery command by Jakub Pawlowski · 10 years ago
  57. 799ce93 Bluetooth: Add logic for UUID filter handling by Jakub Pawlowski · 10 years ago
  58. b487b9c Bluetooth: Add framework for device found filtering based on UUID by Marcel Holtmann · 10 years ago
  59. bda157a Bluetooth: Filter device found events based on RSSI threshold by Marcel Holtmann · 10 years ago
  60. 37eab04 Bluetooth: Add extra discovery fields for storing filter information by Jakub Pawlowski · 10 years ago
  61. 8019044 Bluetooth: Split triggering of discovery commands into separate function by Marcel Holtmann · 10 years ago
  62. 11e6e25 Bluetooth: Use {start,stop}_discovery_complete handler for cmd_complete by Marcel Holtmann · 10 years ago
  63. f5a969f Bluetooth: Simplify the error handling of Start Discovery command by Marcel Holtmann · 10 years ago
  64. 854bda1 Bluetooth: Increment management interface revision by Marcel Holtmann · 10 years ago
  65. 86df920 Bluetooth: Add support for adding remote OOB data for LE by Johan Hedberg · 10 years ago
  66. 6928a92 Bluetooth: Store address type with OOB data by Johan Hedberg · 10 years ago
  67. 81328d5 Bluetooth: Unify remote OOB data functions by Johan Hedberg · 10 years ago
  68. a320969 Bluetooth: Add mgmt_set_secure_conn support for any LE adapter by Johan Hedberg · 10 years ago
  69. 710f11c Bluetooth: Use custom macro for testing BR/EDR SC enabled by Johan Hedberg · 10 years ago
  70. 23fb8de Bluetooth: Add mgmt support for LE Secure Connections LTK types by Johan Hedberg · 10 years ago
  71. 6ce8e9c new helper: memcpy_from_msg() by Al Viro · 10 years ago
  72. 38da170 Bluetooth: Use shorter "rand" name for "randomizer" by Johan Hedberg · 10 years ago
  73. c19a495 Bluetooth: Fix BR/EDR-only address checks for remote OOB data by Johan Hedberg · 10 years ago
  74. eedbd58 Bluetooth: Fix clearing remote OOB data through mgmt by Johan Hedberg · 10 years ago
  75. a736abc Bluetooth: Fix invalid response for 'Start Discovery' command by Szymon Janc · 10 years ago
  76. 89cbb06 Bluetooth: Defer connection-parameter removal when unpairing by Alfonso Acosta · 10 years ago
  77. ddbea5c Bluetooth: Remove redundant check on hci_conn's device class by Alfonso Acosta · 10 years ago
  78. fd45ada Bluetooth: Include ADV_IND report in Device Connected event by Alfonso Acosta · 10 years ago
  79. 48ec92f Bluetooth: Refactor arguments of mgmt_device_connected by Alfonso Acosta · 10 years ago
  80. e1e930f Bluetooth: Fix mgmt pairing failure when authentication fails by Johan Hedberg · 10 years ago
  81. e3f2f92 Bluetooth: Use hci_disconnect() for mgmt_disconnect_device() by Johan Hedberg · 10 years ago
  82. f8aaf9b Bluetooth: Fix using hci_conn_get() for hci_conn pointers by Johan Hedberg · 10 years ago
  83. 432df05 Bluetooth: Create unified helper function for updating page scan by Johan Hedberg · 10 years ago
  84. 84c61d9 Bluetooth: Add convenience function to check for pending power off by Johan Hedberg · 10 years ago
  85. b293947 Bluetooth: Rename pairable mgmt setting to bondable by Johan Hedberg · 10 years ago
  86. b6ae845 Bluetooth: Rename HCI_PAIRABLE to HCI_BONDABLE by Johan Hedberg · 10 years ago
  87. 6f78fd4 Bluetooth: Fix check for connected state when pairing by Johan Hedberg · 10 years ago
  88. 3bd2724 Bluetooth: Fix incorrectly disabling page scan when toggling connectable by Johan Hedberg · 10 years ago
  89. 32226e4 Bluetooth: Set Simultaneous LE and BR/EDR controller option to zero by Marcel Holtmann · 10 years ago
  90. 628531c Bluetooth: Provide defaults for LE advertising interval by Georg Lukas · 10 years ago
  91. 4b9e7e7 Bluetooth: Fix issue with ADV_IND reports and auto-connection handling by Marcel Holtmann · 10 years ago
  92. e7cafc4 Bluetooth: Pass initiator/acceptor information to hci_conn_security() by Johan Hedberg · 10 years ago
  93. e804d25 Bluetooth: Use explicit role instead of a bool in function parameters by Johan Hedberg · 10 years ago
  94. 13a779e Bluetooth: Remove unneeded mgmt_write_scan_failed function by Johan Hedberg · 10 years ago
  95. bc6d2d0 Bluetooth: Remove unneeded mgmt_discoverable function by Johan Hedberg · 10 years ago
  96. 031547d Bluetooth: Remove unneeded mgmt_connectable function by Johan Hedberg · 10 years ago
  97. e8b1202 Bluetooth: Fix advertising parameter update when toggling connectable by Johan Hedberg · 10 years ago
  98. 91a668b Bluetooth: Fix setting HCI_CONNECTABLE from ioctl code by Johan Hedberg · 10 years ago
  99. 6cebb9e7 Bluetooth: Enable page scan also if there are white list entries by Johan Hedberg · 10 years ago
  100. dee58c1 Bluetooth: Fix incorrectly setting HCI_CONNECTABLE by Johan Hedberg · 10 years ago