1. 61b1a7f Bluetooth: Fix address value for early disconnection events by Johan Hedberg · 10 years ago
  2. 39adbff Bluetooth: Fix passkey endianess in user_confirm and notify_passkey by Johan Hedberg · 10 years ago
  3. 4e7b203 Bluetooth: Fix Pair Device response parameters for pairing failure by Johan Hedberg · 10 years ago
  4. dcf4adb Bluetooth: Convert uses of __constant_<foo> to <foo> by Joe Perches · 10 years ago
  5. 53ac6ab Bluetooth: Make LTK and CSRK only persisent when bonding by Marcel Holtmann · 10 years ago
  6. 7ee4ea3 Bluetooth: Add support for handling signature resolving keys by Marcel Holtmann · 10 years ago
  7. 2606ecb Bluetooth: Fix expected key count debug logs by Johan Hedberg · 10 years ago
  8. 8d97250 Bluetooth: Add protections for updating local random address by Johan Hedberg · 10 years ago
  9. fe39c7b Bluetooth: Use __le64 type for LE random numbers by Marcel Holtmann · 10 years ago
  10. a3172b7 Bluetooth: Add timer to force power off by Johan Hedberg · 10 years ago
  11. c9910d0 Bluetooth: Fix disconnecting connections in non-connected states by Johan Hedberg · 10 years ago
  12. d3a2541 Bluetooth: Fix response on confirm_name by Lukasz Rymanowski · 10 years ago
  13. dd2ef8e Bluetooth: Update background scan parameters by Andre Guedes · 10 years ago
  14. a9b0a04 Bluetooth: Connection parameters and resolvable address by Andre Guedes · 10 years ago
  15. 6046dc3 Bluetooth: Auto connection and power on by Andre Guedes · 10 years ago
  16. c54c386 Bluetooth: Temporarily stop background scanning on discovery by Andre Guedes · 10 years ago
  17. 6f77d8c Bluetooth: Move address type conversion to outside hci_connect_le by Andre Guedes · 10 years ago
  18. 04a6c58 Bluetooth: Refactor HCI connection code by Andre Guedes · 10 years ago
  19. b1efcc2 Bluetooth: Create hci_req_add_le_scan_disable helper by Andre Guedes · 10 years ago
  20. a4858cb Bluetooth: Fix advertising address type when toggling connectable by Johan Hedberg · 10 years ago
  21. 8b064a3 Bluetooth: Clean up HCI state when doing power off by Johan Hedberg · 10 years ago
  22. 7c4cfab Bluetooth: Don't clear HCI_ADVERTISING when powering off by Johan Hedberg · 10 years ago
  23. ce3f24c Bluetooth: Don't clear HCI_CONNECTABLE when powering off by Johan Hedberg · 10 years ago
  24. bd10799 Bluetooth: Don't clear HCI_DISCOVERABLE when powering off by Johan Hedberg · 10 years ago
  25. 12d4a3b Bluetooth: Move check for MGMT_CONNECTED flag into mgmt.c by Johan Hedberg · 10 years ago
  26. 778b235 Bluetooth: Move HCI_ADVERTISING handling into mgmt.c by Johan Hedberg · 10 years ago
  27. c21c0ea Bluetooth: Enable RPA resolving if mgmt_set_privacy is called by Johan Hedberg · 10 years ago
  28. 41c90c1 Bluetooth: Use privacy mode for non-connectable advertising by Marcel Holtmann · 10 years ago
  29. 94b1fc9 Bluetooth: Use unresolvable private address for active scanning by Marcel Holtmann · 10 years ago
  30. 62b04cd Bluetooth: Add support for Set Privacy command by Johan Hedberg · 10 years ago
  31. 8f71c6c Bluetooth: Don't write static address during power on by Johan Hedberg · 10 years ago
  32. d948394 Bluetooth: Use hci_update_random_address() for initiating LE scan by Johan Hedberg · 10 years ago
  33. 8f2a060 Bluetooth: Use hci_update_random_address() for enabling advertising by Johan Hedberg · 10 years ago
  34. d6bfd59 Bluetooth: Add timer for regenerating local RPA by Johan Hedberg · 10 years ago
  35. 0f4bd94 Bluetooth: Add Privacy flag to mgmt supported/current settings by Johan Hedberg · 10 years ago
  36. 199a2fb Bluetooth: Move enable/disable_advertising higher up in mgmt.c by Johan Hedberg · 10 years ago
  37. 1b60ef2 Bluetooth: Fix issue with missing management event opcode by Marcel Holtmann · 10 years ago
  38. 3f959d4 Bluetooth: Provide option for changing LE advertising channel map by Marcel Holtmann · 10 years ago
  39. 5192d30 Bluetooth: Add comment explainging store hint for long term keys by Marcel Holtmann · 10 years ago
  40. bab6d1e Bluetooth: Don't send store hint for devices using identity addresses by Marcel Holtmann · 10 years ago
  41. 95fbac8 Bluetooth: Add support for sending New IRK event by Johan Hedberg · 10 years ago
  42. 35d7027 Bluetooth: Move SMP LTK notification after key distribution by Johan Hedberg · 10 years ago
  43. ba74b66 Bluetooth: Move New LTK store hint evaluation into mgmt_new_ltk by Johan Hedberg · 10 years ago
  44. 5cedbb8 Bluetooth: Use Identity Address in Device Found event by Johan Hedberg · 10 years ago
  45. f4a407b Bluetooth: Wait for SMP key distribution completion when pairing by Johan Hedberg · 10 years ago
  46. a7ec733 Bluetooth: Fix removing any IRKs when unpairing devices by Johan Hedberg · 10 years ago
  47. 35f7498 Bluetooth: Remove return values from functions that don't need them by Johan Hedberg · 10 years ago
  48. e0b2b27 Bluetooth: Fix missing address type check for removing LTKs by Johan Hedberg · 10 years ago
  49. 41edf16 Bluetooth: Implement mgmt_load_irks command by Johan Hedberg · 10 years ago
  50. 490cb0b Bluetooth: Restrict long term keys to public and static addresses by Marcel Holtmann · 10 years ago
  51. 0ab04a9 Bluetooth: Add management command for Secure Connection Only Mode by Marcel Holtmann · 10 years ago
  52. d40f3ee Bluetooth: Rename authentication to key_type in mgmt_ltk_info by Marcel Holtmann · 10 years ago
  53. f815924 Bluetooth: Remove check for valid LTK authenticated parameter by Marcel Holtmann · 10 years ago
  54. 4e39ac8 Bluetooth: Add management command to allow use of debug keys by Marcel Holtmann · 10 years ago
  55. b1de97d Bluetooth: Add management setting for use of debug keys by Marcel Holtmann · 10 years ago
  56. e834004 Bluetooth: Remove Simultaneous LE & BR/EDR flags from AD by Johan Hedberg · 10 years ago
  57. 40456644 Bluetooth: Increment management interface revision by Marcel Holtmann · 10 years ago
  58. eadd663 Bluetooth: Fix mgmt error code for negative PIN response by Johan Hedberg · 11 years ago
  59. ec10911 Bluetooth: Add support for remote OOB input of P-256 data by Marcel Holtmann · 11 years ago
  60. 5afeac14 Bluetooth: Add debugfs quirk for forcing Secure Connections support by Marcel Holtmann · 11 years ago
  61. 4d2d279 Bluetooth: Add support for local OOB data with Secure Connections by Marcel Holtmann · 11 years ago
  62. 8e99113 Bluetooth: Limit acceptable link key types to only supported ones by Marcel Holtmann · 11 years ago
  63. eac83dc Bluetooth: Add management command for enabling Secure Connections by Marcel Holtmann · 11 years ago
  64. e98d2ce Bluetooth: Add flags and setting for Secure Connections support by Marcel Holtmann · 11 years ago
  65. 57eb776 Bluetooth: Add an extra check in mgmt_device_disconnected() by Andre Guedes · 11 years ago
  66. 3655bba Bluetooth: Check address in mgmt_disconnect_failed() by Andre Guedes · 11 years ago
  67. 33337dc Bluetooth: Fix limited discoverable mode for Zeevo modules by Marcel Holtmann · 11 years ago
  68. 547003b Bluetooth: Fix enabling fast connectable on LE-only controllers by Johan Hedberg · 11 years ago
  69. 9a43e25 Bluetooth: Update Set Discoverable to support LE by Johan Hedberg · 11 years ago
  70. b456f87 Bluetooth: Move HCI_LIMITED_DISCOVERABLE changes to a general place by Johan Hedberg · 11 years ago
  71. 4b58061 Bluetooth: Fix sending write_scan_enable when BR/EDR is disabled by Johan Hedberg · 11 years ago
  72. eb2a8d2 Bluetooth: Move mgmt_pending_find to avoid forward declarations by Johan Hedberg · 11 years ago
  73. a81070b Bluetooth: Fix updating settings when there are no HCI commands to send by Johan Hedberg · 11 years ago
  74. e8ba3a1 Bluetooth: Refactor set_connectable settings update to separate function by Johan Hedberg · 11 years ago
  75. f87ea1d Bluetooth: Add missing check for BREDR_ENABLED flag in update_class() by Johan Hedberg · 11 years ago
  76. 10994ce Bluetooth: Check for flag instead of features in update_adv_data() by Johan Hedberg · 11 years ago
  77. 7751ef1 Bluetooth: Check for flag instead of features in update_scan_rsp_data() by Johan Hedberg · 11 years ago
  78. 79830f6 Bluetooth: Select the own address type during initial setup phase by Marcel Holtmann · 11 years ago
  79. eb438b5 Bluetooth: Fix updating the right variable in update_scan_rsp_data() by Johan Hedberg · 11 years ago
  80. 5947f4b Bluetooth: Rename update_ad into update_adv_data by Marcel Holtmann · 11 years ago
  81. 7a5f499 Bluetooth: Store device name in scan response data by Marcel Holtmann · 11 years ago
  82. f14d8f6 Bluetooth: Set the scan response data when needed by Marcel Holtmann · 11 years ago
  83. 46cad2e Bluetooth: Rename create_ad into create_adv_data by Marcel Holtmann · 11 years ago
  84. 083368f Bluetooth: Make mgmt_new_ltk() return void by Marcel Holtmann · 11 years ago
  85. 3edaf09 Bluetooth: Make mgmt_read_local_oob_data_reply_complete() return void by Marcel Holtmann · 11 years ago
  86. 7667da3 Bluetooth: Make mgmt_set_local_name_complete() return void by Marcel Holtmann · 11 years ago
  87. 4e1b024 Bluetooth: Make mgmt_set_class_of_dev_complete() return void by Marcel Holtmann · 11 years ago
  88. 3e24856 Bluetooth: Make mgmt_ssp_enable_complete() return void by Marcel Holtmann · 11 years ago
  89. 464996a Bluetooth: Make mgmt_auth_enable_complete() return void by Marcel Holtmann · 11 years ago
  90. e546099 Bluetooth: Make mgmt_auth_failed() return void by Marcel Holtmann · 11 years ago
  91. 3eb3852 Bluetooth: Make mgmt_pin_code_neg_reply_complete() return void by Marcel Holtmann · 11 years ago
  92. e669cf8 Bluetooth: Make mgmt_pin_code_reply_complete() return void by Marcel Holtmann · 11 years ago
  93. ce0e4a0 Bluetooth: Make mgmt_pin_code_request() return void by Marcel Holtmann · 11 years ago
  94. d1967ff Bluetooth: Update class of device on discoverable timeout by Marcel Holtmann · 11 years ago
  95. 9493399 Bluetooth: Move eir_append_data() function into mgmt.c by Marcel Holtmann · 11 years ago
  96. dc4a5ee Bluetooth: Make mgmt_new_link_key() return void by Marcel Holtmann · 11 years ago
  97. 310a3d4 Bluetooth: Add support for entering limited discoverable mode by Marcel Holtmann · 11 years ago
  98. 3626154 Bluetooth: Simplify the code for re-arming discoverable timeout by Marcel Holtmann · 11 years ago
  99. d4462a0 Bluetooth: Move arming of discoverable timeout to complete handler by Marcel Holtmann · 11 years ago
  100. 970ba52 Bluetooth: Update class of device after changing discoverable mode by Marcel Holtmann · 11 years ago