1. 5177a83 Bluetooth: Add debugfs fields for hardware and firmware info by Marcel Holtmann · 8 years ago
  2. f962fe3 Bluetooth: Move hci_recv_frame and hci_recv_diag prototypes by Marcel Holtmann · 8 years ago
  3. 160b925 Bluetooth: Add Authentication Failed reason to Disconnected Mgmt event by Szymon Janc · 8 years ago
  4. 6d5d2ee Bluetooth: add LED trigger for indicating HCI is powered up by Heiner Kallweit · 8 years ago
  5. 78b781c Bluetooth: Add support for Start Limited Discovery command by Johan Hedberg · 8 years ago
  6. 0d3b7f6 Bluetooth: Change eir_has_data_type() to more generic eir_get_data() by Johan Hedberg · 8 years ago
  7. 2ff1389 Bluetooth: Perform HCI update for power on synchronously by Johan Hedberg · 9 years ago
  8. c366f55 Bluetooth: Move discoverable timeout behind hdev->req_workqueue by Johan Hedberg · 9 years ago
  9. aed1a88 Bluetooth: Move discoverable changes to hdev->req_workqueue by Johan Hedberg · 9 years ago
  10. 53c0ba7 Bluetooth: Move connectable changes to hdev->req_workqueue by Johan Hedberg · 9 years ago
  11. f225257 Bluetooth: Move advertising instance management to hci_request.c by Johan Hedberg · 9 years ago
  12. 01b1cb8 Bluetooth: Run page scan updates through hdev->req_workqueue by Johan Hedberg · 9 years ago
  13. 0ad06aa Bluetooth: Fix specifying role for LE connections by Johan Hedberg · 9 years ago
  14. 2154d3f Bluetooth: Move Stop Discovery to req_workqueue by Johan Hedberg · 9 years ago
  15. e68f072 Bluetooth: Move Start Discovery to req_workqueue by Johan Hedberg · 9 years ago
  16. 7c1fbed Bluetooth: Move LE scan disable/restart behind req_workqueue by Johan Hedberg · 9 years ago
  17. 2e93e53 Bluetooth: Run all background scan updates through req_workqueue by Johan Hedberg · 9 years ago
  18. 030e7f8 Bluetooth: Remove unnecessary call to hci_update_background_scan by Johan Hedberg · 9 years ago
  19. 17bc08f Bluetooth: Remove unnecessary hci_explicit_connect_lookup function by Johan Hedberg · 9 years ago
  20. 1b51c7b Bluetooth: Add hci_conn_hash_lookup_le() helper function by Johan Hedberg · 9 years ago
  21. 8ce783d Bluetooth: Fix missing hdev locking for LE scan cleanup by Johan Hedberg · 9 years ago
  22. 98a63aa Bluetooth: Introduce driver specific post init callback by Marcel Holtmann · 9 years ago
  23. cad20c2 Bluetooth: Don't use remote address type to decide IRK persistency by Johan Hedberg · 9 years ago
  24. 4b4113d Bluetooth: Add debugfs entry for setting vendor diagnostic mode by Marcel Holtmann · 9 years ago
  25. e875ff8 Bluetooth: Add support for vendor specific diagnostic channel by Marcel Holtmann · 9 years ago
  26. fbef168 Bluetooth: Add hci_cmd_sync function by Loic Poulain · 9 years ago
  27. 6b3cc1d Bluetooth: close HCI device when user channel socket gets closed by Simon Fels · 9 years ago
  28. f75113a Bluetooth: add hci_connect_le_scan by Jakub Pawlowski · 9 years ago
  29. e7d9ab7 Bluetooth: add hci_lookup_le_connect by Jakub Pawlowski · 9 years ago
  30. 158e921 Bluetooth: preparation for new connect procedure by Jakub Pawlowski · 9 years ago
  31. 8757825 Bluetooth: hci_check_conn_params() check proper range by Seungyoun Ju · 9 years ago
  32. db25be6 Bluetooth: hci_core: increase max adv inst by Florian Grandel · 9 years ago
  33. d4c5af8 Bluetooth: hci_core: remove obsolete adv_instance by Florian Grandel · 9 years ago
  34. fffd38b Bluetooth: mgmt/hci_core: multi-adv for add_advertising*() by Florian Grandel · 9 years ago
  35. 5d900e4 Bluetooth: hci_core/mgmt: move adv timeout to hdev by Florian Grandel · 9 years ago
  36. d2609b3 Bluetooth: hci_core/mgmt: Introduce multi-adv list by Florian Grandel · 9 years ago
  37. ff50e8a Bluetooth: Move SCO support under BT_BREDR config option by Arron Wang · 9 years ago
  38. 9b4c333 Bluetooth: Make l2cap_recv_acldata() and sco_recv_scodata() return void by Arron Wang · 9 years ago
  39. 8b76ce3 Bluetooth: Fix encryption key size handling for LTKs by Johan Hedberg · 9 years ago
  40. 2d7cc19 Bluetooth: Remove hci_recv_stream_fragment function by Marcel Holtmann · 9 years ago
  41. 5c7d2dd Bluetooth: Make data pointer of hci_recv_stream_fragment const by Marcel Holtmann · 9 years ago
  42. 1b9441f Bluetooth: Convert local OOB data reading to use HCI request by Johan Hedberg · 9 years ago
  43. abe66a4 Bluetooth: Remove unused hci_req_pending() function by Johan Hedberg · 9 years ago
  44. f7d9e97 Bluetooth: Remove unneeded recv_event variable by Johan Hedberg · 9 years ago
  45. f60cb30 Bluetooth: Convert hci_req_sync family of function to new request API by Johan Hedberg · 9 years ago
  46. 912098a Bluetooth: Add support for adv instance timeout by Arman Uguray · 9 years ago
  47. 203fea0 Bluetooth: Add data structure for advertising instance by Arman Uguray · 9 years ago
  48. fa4335d Bluetooth: Move generic mgmt command dispatcher to hci_sock.c by Johan Hedberg · 9 years ago
  49. 88b94ce Bluetooth: Add hdev_init callback for HCI channels by Johan Hedberg · 9 years ago
  50. aefedc1 Bluetooth: Remove unneeded HCI_CONN_REMOTE_OOB connection flag by Marcel Holtmann · 9 years ago
  51. a958452 Bluetooth: Use BIT(n) macro instead of manually encoding (1 << n) by Marcel Holtmann · 9 years ago
  52. c91041d Bluetooth: Add support for untrusted access to management commands by Marcel Holtmann · 9 years ago
  53. c08b1a1 Bluetooth: Consolidate socket channel sending function back into one by Marcel Holtmann · 9 years ago
  54. 17711c6 Bluetooth: Provide hci_send_to_flagged_channel helper function by Marcel Holtmann · 9 years ago
  55. b7cb93e Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags by Marcel Holtmann · 9 years ago
  56. eacb44d Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags field by Marcel Holtmann · 9 years ago
  57. 238be78 Bluetooth: Introduce hci_dev_test_and_set_flag helper macro by Marcel Holtmann · 9 years ago
  58. a69d892 Bluetooth: Introduce hci_dev_test_and_clear_flag helper macro by Marcel Holtmann · 9 years ago
  59. 516018a Bluetooth: Introduce hci_dev_test_and_change_flag helper macro by Marcel Holtmann · 9 years ago
  60. ce05d60 Bluetooth: Introduce hci_dev_change_flag helper macro by Marcel Holtmann · 9 years ago
  61. a358dc1 Bluetooth: Introduce hci_dev_clear_flag helper macro by Marcel Holtmann · 9 years ago
  62. a1536da Bluetooth: Introduce hci_dev_set_flag helper macro by Marcel Holtmann · 9 years ago
  63. d7a5a11 Bluetooth: Introduce hci_dev_test_flag helper macro by Marcel Holtmann · 9 years ago
  64. 55e76b3 Bluetooth: Add 'Already Paired' error for Pair Device command by Johan Hedberg · 9 years ago
  65. b9a245fb Bluetooth: Move all mgmt command quirks to handler table by Johan Hedberg · 9 years ago
  66. 6d785aa3 Bluetooth: Convert mgmt to use HCI chan registration API by Johan Hedberg · 9 years ago
  67. 801c1e8 Bluetooth: Add mgmt HCI channel registration API by Johan Hedberg · 9 years ago
  68. 82f8b65 Bluetooth: fix service discovery behaviour for empty uuids filter by Jakub Pawlowski · 9 years ago
  69. 4cd3928 Bluetooth: Update New CSRK event to match latest specification by Johan Hedberg · 9 years ago
  70. 7129069 Bluetooth: Rename hci_send_to_control to hci_send_to_channel by Johan Hedberg · 9 years ago
  71. 3a6d576 Bluetooth: Convert disconn_cfm to be triggered through hci_cb by Johan Hedberg · 9 years ago
  72. 539c496 Bluetooth: Convert connect_cfm to be triggered through hci_cb by Johan Hedberg · 9 years ago
  73. 354fe80 Bluetooth: Convert L2CAP security callback to use hci_cb by Johan Hedberg · 9 years ago
  74. fba7ecf Bluetooth: Convert hci_cb_list_lock to a mutex by Johan Hedberg · 9 years ago
  75. a44fecb Bluetooth: Add shutdown callback before closing the device by Tedd Ho-Jeong An · 9 years ago
  76. 4b0e0ce Bluetooth: Add restarting to service discovery by Jakub Pawlowski · 9 years ago
  77. 2d28cfe Bluetooth: Add le_scan_restart work for LE scan restarting by Jakub Pawlowski · 9 years ago
  78. f7697b1 Bluetooth: Store OOB data present value for each set of remote OOB data by Marcel Holtmann · 9 years ago
  79. c7741d1 Bluetooth: Perform a power cycle when receiving hardware error event by Marcel Holtmann · 9 years ago
  80. a1443f5 Bluetooth: Convert Set SC to use HCI Request by Johan Hedberg · 9 years ago
  81. 0026b65 Bluetooth: Remove unused function by Rickard Strandqvist · 9 years ago
  82. c2f0f97 Bluetooth: Handle command complete event for HCI Read Stored Link Keys by Marcel Holtmann · 9 years ago
  83. 05b3c3e Bluetooth: Remove no longer needed force_sc_support debugfs option by Marcel Holtmann · 9 years ago
  84. 23b9ceb Bluetooth: Create debugfs directory for each connection handle by Marcel Holtmann · 9 years ago
  85. a8e1bfa Bluetooth: Store default and maximum LE data length settings by Marcel Holtmann · 9 years ago
  86. 5a154e6 Bluetooth: Fix Add Device to wait for HCI before sending cmd_complete by Johan Hedberg · 9 years ago
  87. 2cf2221 Bluetooth: Add hci_request support for hci_update_background_scan by Johan Hedberg · 9 years ago
  88. 0857dd3 Bluetooth: Split hci_request helpers to hci_request.[ch] by Johan Hedberg · 10 years ago
  89. 1d2dc5b Bluetooth: Split hci_update_page_scan into two functions by Johan Hedberg · 10 years ago
  90. da25cf6 Bluetooth: Report invalid RSSI for service discovery and background scan by Marcel Holtmann · 10 years ago
  91. 0256325 Bluetooth: Add helper function for clearing the discovery filter by Marcel Holtmann · 10 years ago
  92. 37eab04 Bluetooth: Add extra discovery fields for storing filter information by Jakub Pawlowski · 10 years ago
  93. 6928a92 Bluetooth: Store address type with OOB data by Johan Hedberg · 10 years ago
  94. 81328d5 Bluetooth: Unify remote OOB data functions by Johan Hedberg · 10 years ago
  95. ef8efe4 Bluetooth: Add skeleton for BR/EDR SMP channel by Johan Hedberg · 10 years ago
  96. fe8bc5a Bluetooth: Add hci_conn flag for new link key generation by Johan Hedberg · 10 years ago
  97. f3a73d9 Bluetooth: Rename hci_find_ltk_by_addr to hci_find_ltk by Johan Hedberg · 10 years ago
  98. 0ac3dbf Bluetooth: Remove unused hci_find_ltk function by Johan Hedberg · 10 years ago
  99. 710f11c Bluetooth: Use custom macro for testing BR/EDR SC enabled by Johan Hedberg · 10 years ago
  100. 0378b59 Bluetooth: Convert link keys list to use RCU by Johan Hedberg · 10 years ago