1. 6e01d07 Bluetooth: Fix memory leak in hci_connect_le_scan by Navid Emamdoost · 4 years, 6 months ago
  2. 68d1e28 Bluetooth: Fix regression with minimum encryption key size alignment by Marcel Holtmann · 5 years ago
  3. 6290d9d Bluetooth: Align minimum encryption key size for LE and BR/EDR connections by Marcel Holtmann · 5 years ago
  4. 5e0c41c Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connections" by Greg Kroah-Hartman · 5 years ago
  5. 745f5c5 Bluetooth: Align minimum encryption key size for LE and BR/EDR connections by Marcel Holtmann · 5 years ago
  6. b0a2a2b Bluetooth: Fix connection if directed advertising and privacy is used by Szymon Janc · 6 years ago
  7. 39385cb Bluetooth: Fix using the correct source address type by Johan Hedberg · 8 years ago
  8. ca8bee5 Bluetooth: Rename HCI_BREDR into HCI_PRIMARY by Marcel Holtmann · 8 years ago
  9. 82a37ad Bluetooth: Add support for limited privacy mode by Johan Hedberg · 8 years ago
  10. eec7a01 Bluetooth: Move memset closer to where it's needed by Johan Hedberg · 8 years ago
  11. acb9f91 Bluetooth: Don't treat connection timeout as a failure by Johan Hedberg · 8 years ago
  12. 2f99536 Bluetooth: Use continuous scanning when creating LE connections by Johan Hedberg · 8 years ago
  13. f225257 Bluetooth: Move advertising instance management to hci_request.c by Johan Hedberg · 9 years ago
  14. e2caced Bluetooth: Remove conn_unfinished variable from hci_connect_le() by Johan Hedberg · 9 years ago
  15. 658aead Bluetooth: Move check for ongoing connect earlier in hci_connect_le() by Johan Hedberg · 9 years ago
  16. 0ad06aa Bluetooth: Fix specifying role for LE connections by Johan Hedberg · 9 years ago
  17. 84235d2 Bluetooth: Use req_workqueue for explicit connect requests by Johan Hedberg · 9 years ago
  18. 0ebc181 Bluetooth: Add clarifying comment why schedule_work is used by Johan Hedberg · 9 years ago
  19. 88d07fe Bluetooth: Make hci_disconnect() behave correctly for all states by Johan Hedberg · 9 years ago
  20. 89e0ccc Bluetooth: Take advantage of connection abort helpers by Johan Hedberg · 9 years ago
  21. 17bc08f Bluetooth: Remove unnecessary hci_explicit_connect_lookup function by Johan Hedberg · 9 years ago
  22. b5c2b62 Bluetooth: Add hdev helper variable to hci_le_create_connection_cancel by Johan Hedberg · 9 years ago
  23. 9d4c1cc Bluetooth: Use hci_conn_hash_lookup_le() when possible by Johan Hedberg · 9 years ago
  24. 8ce783d Bluetooth: Fix missing hdev locking for LE scan cleanup by Johan Hedberg · 9 years ago
  25. 5157b8a Bluetooth: Fix initializing conn_params in scan phase by Jakub Pawlowski · 9 years ago
  26. 9ad3e6f Bluetooth: Fix conn_params list update in hci_connect_le_scan_cleanup by Johan Hedberg · 9 years ago
  27. 49c5092 Bluetooth: Fix LE reconnection logic by Johan Hedberg · 9 years ago
  28. b958f9a Bluetooth: Fix reference counting for LE-scan based connections by Johan Hedberg · 9 years ago
  29. 168b8a2 Bluetooth: Fix double scan updates by Jakub Pawlowski · 9 years ago
  30. cc2b691 Bluetooth: timeout handling in new connect procedure by Jakub Pawlowski · 9 years ago
  31. 28a667c Bluetooth: advertisement handling in new connect procedure by Jakub Pawlowski · 9 years ago
  32. f75113a Bluetooth: add hci_connect_le_scan by Jakub Pawlowski · 9 years ago
  33. e7d9ab7 Bluetooth: add hci_lookup_le_connect by Jakub Pawlowski · 9 years ago
  34. 8b76ce3 Bluetooth: Fix encryption key size handling for LTKs by Johan Hedberg · 9 years ago
  35. a358dc1 Bluetooth: Introduce hci_dev_clear_flag helper macro by Marcel Holtmann · 9 years ago
  36. a1536da Bluetooth: Introduce hci_dev_set_flag helper macro by Marcel Holtmann · 9 years ago
  37. d7a5a11 Bluetooth: Introduce hci_dev_test_flag helper macro by Marcel Holtmann · 9 years ago
  38. 3a6d576 Bluetooth: Convert disconn_cfm to be triggered through hci_cb by Johan Hedberg · 9 years ago
  39. 539c496 Bluetooth: Convert connect_cfm to be triggered through hci_cb by Johan Hedberg · 9 years ago
  40. c411110 Bluetooth: Improve error handling in connect acl by Lukasz Rymanowski · 9 years ago
  41. 152d386 Bluetooth: Do not allow LE connection if LE is not enabled by Lukasz Rymanowski · 9 years ago
  42. 0026b65 Bluetooth: Remove unused function by Rickard Strandqvist · 9 years ago
  43. 1904a85 Bluetooth: Add opcode parameter to hci_req_complete_t callback by Marcel Holtmann · 9 years ago
  44. 23b9ceb Bluetooth: Create debugfs directory for each connection handle by Marcel Holtmann · 9 years ago
  45. 0857dd3 Bluetooth: Split hci_request helpers to hci_request.[ch] by Johan Hedberg · 9 years ago
  46. 9437d2e Bluetooth: Fix generation of non-resolvable private addresses by Marcel Holtmann · 9 years ago
  47. ebf86aa Bluetooth: Fix initializing hci_conn RSSI to invalid value by Johan Hedberg · 9 years ago
  48. 0b1db38 Bluetooth: Fix check for direct advertising by Johan Hedberg · 10 years ago
  49. 980ffc0 Bluetooth: Fix LE connection timeout deadlock by Johan Hedberg · 10 years ago
  50. 4f639ed Bluetooth: fix shadow warning in hci_disconnect() by Fabian Frederick · 10 years ago
  51. 89cbb06 Bluetooth: Defer connection-parameter removal when unpairing by Alfonso Acosta · 10 years ago
  52. 565766b Bluetooth: Rename sco_param_wideband table to esco_param_msbc by Johan Hedberg · 10 years ago
  53. c7da579 Bluetooth: Add retransmission effort into SCO parameter table by Johan Hedberg · 10 years ago
  54. d41c15c Bluetooth: Fix reason code used for rejecting SCO connections by Johan Hedberg · 10 years ago
  55. 48e68ff Bluetooth: Check for SCO type before setting retransmission effort by Bernhard Thaler · 10 years ago
  56. 839035a Bluetooth: Move clock offset reading into hci_disconnect() by Johan Hedberg · 10 years ago
  57. e3b679d Bluetooth: Update hci_disconnect() to return an error value by Johan Hedberg · 10 years ago
  58. bcbb655 Bluetooth: Remove hci_conn_hold/drop from hci_chan by Johan Hedberg · 10 years ago
  59. f94b665 Bluetooth: Ignore incoming data after initiating disconnection by Johan Hedberg · 10 years ago
  60. b3ff670 Bluetooth: Set disc_timeout to 0 when calling hci_chan_del by Johan Hedberg · 10 years ago
  61. 6c388d3 Bluetooth: Fix hci_conn reference counting with hci_chan by Johan Hedberg · 10 years ago
  62. f8aaf9b Bluetooth: Fix using hci_conn_get() for hci_conn pointers by Johan Hedberg · 10 years ago
  63. f161dd4 Bluetooth: Fix hci_conn reference counting for auto-connections by Johan Hedberg · 10 years ago
  64. 27f70f3 Bluetooth: Prefer sizeof(*ptr) when allocating memory by Johan Hedberg · 10 years ago
  65. beb19e4 Bluetooth: Use EOPNOTSUPP instead of ENOTSUPP by Johan Hedberg · 10 years ago
  66. 977f8fc Bluetooth: Introduce a flag to track who really initiates authentication by Johan Hedberg · 10 years ago
  67. e7cafc4 Bluetooth: Pass initiator/acceptor information to hci_conn_security() by Johan Hedberg · 10 years ago
  68. a5c4e30 Bluetooth: Add a role parameter to hci_conn_add() by Johan Hedberg · 10 years ago
  69. e804d25 Bluetooth: Use explicit role instead of a bool in function parameters by Johan Hedberg · 10 years ago
  70. 40bef30 Bluetooth: Convert HCI_CONN_MASTER flag to a conn->role variable by Johan Hedberg · 10 years ago
  71. e8bb6b9 Bluetooth: Fix advertising and active scanning co-existence by Johan Hedberg · 10 years ago
  72. 376f54c Bluetooth: Stop advertising always before initiating a connection by Johan Hedberg · 10 years ago
  73. 5ce194c Bluetooth: Use real advertising state to random address update decision by Johan Hedberg · 10 years ago
  74. cdd6275 Bluetooth: Pass desired connection role to hci_connect_le() by Johan Hedberg · 10 years ago
  75. d93375a Bluetooth: Remove auth_type parameter from hci_connect_le() by Johan Hedberg · 10 years ago
  76. 09ae260 Bluetooth: Use lower timeout for LE auto-connections by Johan Hedberg · 10 years ago
  77. 7d6ca69 Bluetooth: Make hci_le_conn_update return the store hint by Johan Hedberg · 10 years ago
  78. 04fb7d9 Bluetooth: Provide defaults for LE connection latency and timeout by Marcel Holtmann · 10 years ago
  79. 037fc41 Bluetooth: Use LE connection parameters if known by Marcel Holtmann · 10 years ago
  80. f044eb0 Bluetooth: Store latency and supervision timeout in connection params by Marcel Holtmann · 10 years ago
  81. fee746b Bluetooth: Restrict access for raw-only controllers by Marcel Holtmann · 10 years ago
  82. df93542 Bluetooth: Send HCI_Read_Clock_Offset before disconnecting by Marcel Holtmann · 10 years ago
  83. 40051e4 Bluetooth: Remove unneeded hci_conn_disconnect abstraction by Marcel Holtmann · 10 years ago
  84. a2b1976 Bluetooth: Remove reason parameter from hci_amp_disconn function by Marcel Holtmann · 10 years ago
  85. 4dae279 Bluetooth: Convert hci_conn->link_mode into flags by Johan Hedberg · 10 years ago
  86. 1d56dc4 Bluetooth: Fix for ACL disconnect when pairing fails by Lukasz Rymanowski · 10 years ago
  87. e694788 Bluetooth: Fix check for connection encryption by Johan Hedberg · 10 years ago
  88. b62b650 Bluetooth: Fix incorrectly overriding conn->src_type by Johan Hedberg · 10 years ago
  89. a5eb1ae Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 10 years ago
  90. 4bc58f5 Bluetooth: Make SMP context private to smp.c by Johan Hedberg · 10 years ago
  91. d0455ed Bluetooth: Store max TX power level for connection by Andrzej Kaczmarek · 10 years ago
  92. 3231d65 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 10 years ago
  93. 5a134fa Bluetooth: Store TX power level for connection by Andrzej Kaczmarek · 10 years ago
  94. 09da1f3 Bluetooth: Fix redundant encryption request for reauthentication by Johan Hedberg · 10 years ago
  95. 3c85775 Bluetooth: Add directed advertising support through connect() by Johan Hedberg · 10 years ago
  96. 9c84d1d Bluetooth: Move local identity address setting to a central place by Johan Hedberg · 10 years ago
  97. 40b552a Bluetooth: Enforce strict Secure Connections Only mode security by Marcel Holtmann · 10 years ago
  98. dcf4adb Bluetooth: Convert uses of __constant_<foo> to <foo> by Joe Perches · 10 years ago
  99. 81ad6fd Bluetooth: Remove unnecessary stop_scan_complete function by Johan Hedberg · 10 years ago
  100. 317ac8c Bluetooth: Fix trying to disable scanning twice by Johan Hedberg · 10 years ago