1. 376f54c Bluetooth: Stop advertising always before initiating a connection by Johan Hedberg · 10 years ago
  2. 73e082f Bluetooth: Use the correct flag to decide to disable advertising by Johan Hedberg · 10 years ago
  3. 0ec5ae8 Bluetooth: Simplify usage of the enable_advertising function by Johan Hedberg · 10 years ago
  4. 5ce194c Bluetooth: Use real advertising state to random address update decision by Johan Hedberg · 10 years ago
  5. c93bd15 Bluetooth: Remove unnecessary mgmt_advertising function by Johan Hedberg · 10 years ago
  6. 66c417c Bluetooth: Add flag to track the real advertising state by Johan Hedberg · 10 years ago
  7. a70f4b5 Bluetooth: Don't try background scanning if LE is not enabled by Johan Hedberg · 10 years ago
  8. cdd6275 Bluetooth: Pass desired connection role to hci_connect_le() by Johan Hedberg · 10 years ago
  9. d93375a Bluetooth: Remove auth_type parameter from hci_connect_le() by Johan Hedberg · 10 years ago
  10. 2b7be33 Bluetooth: Enable passive scanning whenever we're connectable by Johan Hedberg · 10 years ago
  11. ae23ada Bluetooth: Don't let background scanning interfering with discovery by Johan Hedberg · 10 years ago
  12. bb3e0a3 Bluetooth: Update discovery state earlier in hci_discovery_set_state by Johan Hedberg · 10 years ago
  13. 7e899c9 Bluetooth: Remove unnecessary return value from check_pending_le_conn by Johan Hedberg · 10 years ago
  14. 841c564 Bluetooth: Remove redundant IRK lookup in mgmt_device_found() by Johan Hedberg · 10 years ago
  15. 1c1abca Bluetooth: Fix connecting devices during LE device discovery by Johan Hedberg · 10 years ago
  16. 4f64fa8 Bluetooth: Use BTUSB_BROKEN_ISOC flag for CSR USB sniffer devices by Marcel Holtmann · 10 years ago
  17. 74292d5 Bluetooth: Enforce providing hdev->send driver callback by Marcel Holtmann · 10 years ago
  18. cdc52fa Bluetooth: Fix memory leaking when hdev->send returns an error by Marcel Holtmann · 10 years ago
  19. d92f2df Bluetooth: Ignore isochronous endpoints for Intel USB bootloader by Marcel Holtmann · 10 years ago
  20. 3a5ef20 Bluetooth: Handle Intel USB bootloader with buggy interrupt by Marcel Holtmann · 10 years ago
  21. 223683a Bluetooth: Fix updating background scan for LE connect complete by Johan Hedberg · 10 years ago
  22. 01bb75e Bluetooth: Remove module parameters for ignoring USB devices by Marcel Holtmann · 10 years ago
  23. cc78b44 Bluetooth: Skip unconfigured init procedure for raw-only devices by Marcel Holtmann · 10 years ago
  24. 40df783 Bluetooth: Add support for Intel bootloader devices by Marcel Holtmann · 10 years ago
  25. 09ae260 Bluetooth: Use lower timeout for LE auto-connections by Johan Hedberg · 10 years ago
  26. 5ea234d Bluetooth: Clear HCI_RAW flag when controller becomes configured by Marcel Holtmann · 10 years ago
  27. 9713c17 Bluetooth: Add support for changing the public device address by Marcel Holtmann · 10 years ago
  28. d603b76 Bluetooth: Run controller setup after external configuration by Marcel Holtmann · 10 years ago
  29. 19de082 Bluetooth: Fix sending Device Removed when clearing all parameters by Johan Hedberg · 10 years ago
  30. 9e1d7e1 Bluetooth: Restrict blocked device check in l2cap_recv_frame to LE by Johan Hedberg · 10 years ago
  31. e30d3f5 Bluetooth: Store Bluetooth address from controller setup by Marcel Holtmann · 10 years ago
  32. 0ebca7d Bluetooth: Run special init procedure for unconfigured controllers by Marcel Holtmann · 10 years ago
  33. 45296ac Bluetooth: Use a more simpler style for HCI event callbacks by Marcel Holtmann · 10 years ago
  34. f4537c0 Bluetooth: Add support for New Configuration Options management event by Marcel Holtmann · 10 years ago
  35. 04c60f05 Bluetooth: Move mgmt_event helper function to different location by Marcel Holtmann · 10 years ago
  36. dbece37 Bluetooth: Add support for Set External Configuration management command by Marcel Holtmann · 10 years ago
  37. 0ad184e Bluetooth: Support HCI_QUIRK_EXTERNAL_CONFIG for hci_vhci driver by Marcel Holtmann · 10 years ago
  38. af202f8 Bluetooth: Fix quirks that are valid during setup driver callback by Marcel Holtmann · 10 years ago
  39. eb1904f Bluetooth: Add quirk for external configuration requirement by Marcel Holtmann · 10 years ago
  40. 42a9bc14 Bluetooth: Allow reading configuration info when unconfigured by Marcel Holtmann · 10 years ago
  41. 849e508 Bluetooth: Set HCI_QUIRK_INVALID_BADDR for BCM20702A0 default address by Marcel Holtmann · 10 years ago
  42. 4739b5b Bluetooth: Set HCI_QUIRK_INVALID_BADDR for Intel USB default address by Marcel Holtmann · 10 years ago
  43. 89bc22d Bluetooth: Add quirk for invalid controller address setting by Marcel Holtmann · 10 years ago
  44. 118305b Bluetooth: Document the existing device quirks by Marcel Holtmann · 10 years ago
  45. d1dbf12 Bluetooth: Use list_del when freeing the list entry by Johan Hedberg · 10 years ago
  46. 99a6768 Bluetooth: Don't take actions on blocked devices when scanning by Johan Hedberg · 10 years ago
  47. 46ebeb26 Bluetooth: Fix constant for public address configuration by Marcel Holtmann · 10 years ago
  48. a7545f2 Bluetooth: Use hci_pend_le_action_lookup to look up report entries by Johan Hedberg · 10 years ago
  49. 501f882 Bluetooth: Make hci_pend_le_conn_lookup more general purposed by Johan Hedberg · 10 years ago
  50. d9b3ad7 Bluetooth: Remove unused hci_pend_le_conn_add function by Johan Hedberg · 10 years ago
  51. 418025d Bluetooth: Remove unnecessary usage of hci_pend_le_conn_add by Johan Hedberg · 10 years ago
  52. d7347f3 Bluetooth: Fix clearing and restarting all LE actions on power cycle by Johan Hedberg · 10 years ago
  53. ae44e5d Bluetooth: Remove unused hci_pend_le_conn_del() function by Johan Hedberg · 10 years ago
  54. 95305ba Bluetooth: Simplify hci_conn_params->action list usage by Johan Hedberg · 10 years ago
  55. 42ce26d Bluetooth: Don't bother doing anything if auto_connect doesn't change by Johan Hedberg · 10 years ago
  56. a2f41a8 Bluetooth: Simplify use of hci_pend_le_conns_clear() by Johan Hedberg · 10 years ago
  57. 66f8455 Bluetooth: Convert pend_le_reports into a list by Johan Hedberg · 10 years ago
  58. 93450c7 Bluetooth: Convert pend_le_conn list to a generic action list by Johan Hedberg · 10 years ago
  59. 97bf2e9 Bluetooth: Fix missing return statement in process_adv_report by Johan Hedberg · 10 years ago
  60. 9fc3bfb Bluetooth: Add support for controller configuration info command by Marcel Holtmann · 10 years ago
  61. 738f618 Bluetooth: Add identity address check in param lookup functions by Johan Hedberg · 10 years ago
  62. bb5ce4d Bluetooth: Remove unnecessary checks for auto-connected devices by Johan Hedberg · 10 years ago
  63. 912b42e Bluetooth: Use hci_conn_params in pend_le_conns by Johan Hedberg · 10 years ago
  64. 435a13d Bluetooth: Remove redundant IRK lookup by Johan Hedberg · 10 years ago
  65. 617ca1b Bluetooth: Fix missing update of pend_le_reports by Johan Hedberg · 10 years ago
  66. ba1d693 Bluetooth: Fix buffer overflow with variable length commands by Johan Hedberg · 10 years ago
  67. 079446c Bluetooth: Support scanning for devices using RPA by Johan Hedberg · 10 years ago
  68. 0d2bf13 Bluetooth: Add support for background LE scanning by Johan Hedberg · 10 years ago
  69. 75ce208 Bluetooth: Allow mgmt_device_found events for kernel-side scanning by Johan Hedberg · 10 years ago
  70. 851efca Bluetooth: Track number of added devices with HCI_AUTO_CONN_REPORT by Johan Hedberg · 10 years ago
  71. 82a30cf Bluetooth: Support HCI_QUIRK_RAW_DEVICE for hci_vhci driver by Marcel Holtmann · 10 years ago
  72. 73d1df2 Bluetooth: Add support for Read Unconfigured Index List command by Marcel Holtmann · 10 years ago
  73. edd3896 Bluetooth: Add support for Unconfigured Index Removed events by Marcel Holtmann · 10 years ago
  74. 0602a8a Bluetooth: Add support for Unconfigured Index Added events by Marcel Holtmann · 10 years ago
  75. 4a96440 Bluetooth: Introduce unconfigured controller state by Marcel Holtmann · 10 years ago
  76. c103aea Bluetooth: Don't send connection parameters without identity address by Johan Hedberg · 10 years ago
  77. c46245b Bluetooth: Make is_identity_address a global function by Johan Hedberg · 10 years ago
  78. f4869e2 Bluetooth: Pass store hint to mgmt_new_conn_param by Johan Hedberg · 10 years ago
  79. 7d6ca69 Bluetooth: Make hci_le_conn_update return the store hint by Johan Hedberg · 10 years ago
  80. 348d50b Bluetooth: Fix missing update of conn params by Johan Hedberg · 10 years ago
  81. a26f3dc Bluetooth: Add Load Connection Parameters command by Johan Hedberg · 10 years ago
  82. c71593d Bluetooth: Remove only enabled entries with Remove Device command by Johan Hedberg · 10 years ago
  83. a3451d2 Bluetooth: Add new auto_conn value matching mgmt action 0x00 by Johan Hedberg · 10 years ago
  84. 55af49a Bluetooth: Add specific connection parameter clear functions by Johan Hedberg · 10 years ago
  85. 373110c Bluetooth: Rename hci_conn_params_clear to hci_conn_params_clear_all by Johan Hedberg · 10 years ago
  86. af96324 Bluetooth: Fix sparse warning with btmrvl driver by Johan Hedberg · 10 years ago
  87. c8abb73 Bluetooth: Check for default address of Broadcom BCM20702A0 controllers by Marcel Holtmann · 10 years ago
  88. 40cb098 Bluetooth: Check for default address of Intel USB controllers by Marcel Holtmann · 10 years ago
  89. 96c2103 Bluetooth: Default to internal use manufacturer identifier by Marcel Holtmann · 10 years ago
  90. cb8d659 Bluetooth: Add public address configration for Intel USB devices by Marcel Holtmann · 10 years ago
  91. 837d502 Bluetooth: Drop LE connections for blocked devices by Johan Hedberg · 10 years ago
  92. e493150 Bluetooth: Centralize looking up blocked devices to l2cap_recv_frame by Johan Hedberg · 10 years ago
  93. abbaf50 Bluetooth: Add public address configration for Broadcom USB devices by Marcel Holtmann · 10 years ago
  94. 24c457e Bluetooth: Add support for hdev->set_bdaddr callback handling by Marcel Holtmann · 10 years ago
  95. ffb5a827 Bluetooth: Introduce "New Connection Parameter" Event by Andre Guedes · 10 years ago
  96. 662bc2e Bluetooth: Enable new LE meta event by Andre Guedes · 10 years ago
  97. 9193c6e Bluetooth: Move LE event mask setting into init3 phase by Andre Guedes · 10 years ago
  98. 8e75b46 Bluetooth: Connection Parameter Update Procedure by Andre Guedes · 10 years ago
  99. 396e04f Bluetooth: btmrvl: wait for HOST_SLEEP_ENABLE event in suspend by Chin-Ran Lo · 10 years ago
  100. 4df82b5 Bluetooth: btmrvl: indicate pscan scheduling instant in a debug event by Bing Zhao · 11 years ago