1. 1b42206 Bluetooth: Refactor append name and appearance by Michał Narajowski · 8 years ago
  2. 7dc6f16 Bluetooth: Fix not updating scan rsp when adv off by Michał Narajowski · 8 years ago
  3. dd7e39b Bluetooth: Fix NULL pointer dereference in mgmt context by Arek Lichwa · 8 years ago
  4. af4168c Bluetooth: Set appearance only for LE capable controllers by Michał Narajowski · 8 years ago
  5. e74317f Bluetooth: Fix missing ext info event when setting appearance by Michał Narajowski · 8 years ago
  6. 5e9fae4 Bluetooth: Add supported data types to ext info changed event by Michał Narajowski · 8 years ago
  7. 6a9e90b Bluetooth: Add appearance to Read Ext Controller Info command by Szymon Janc · 8 years ago
  8. cde7a86 Bluetooth: Factor appending EIR to separate helper by Michał Narajowski · 8 years ago
  9. 7d5c11d Bluetooth: Refactor read_ext_controller_info handler by Szymon Janc · 8 years ago
  10. 3310230 Bluetooth: Increment management interface revision by Szymon Janc · 8 years ago
  11. 9c9db78 Bluetooth: Fix advertising instance validity check for flags by Szymon Janc · 8 years ago
  12. 2bb36870 Bluetooth: Unify advertising instance flags check by Szymon Janc · 8 years ago
  13. 5e2c59e Bluetooth: Remove unused parameter from tlv_data_is_valid function by Szymon Janc · 8 years ago
  14. c4960ec Bluetooth: Add support for appearance in scan rsp by Michał Narajowski · 8 years ago
  15. 7c295c4 Bluetooth: Add support for local name in scan rsp by Michał Narajowski · 8 years ago
  16. 3e36ca4 Bluetooth: Use kzalloc instead of kmalloc/memset by Wei Yongjun · 8 years ago
  17. 8a0c9f4 Bluetooth: Append local name and CoD to Extended Controller Info by Michał Narajowski · 8 years ago
  18. 321c6fe Bluetooth: Add framework for Extended Controller Information by Marcel Holtmann · 8 years ago
  19. 9db5c62 Bluetooth: Use command status event for Set IO Capability errors by Marcel Holtmann · 8 years ago
  20. 56f787c Bluetooth: Fix wrong Get Clock Information return parameters by Marcel Holtmann · 8 years ago
  21. 5504c3a Bluetooth: Use individual flags for certain management events by Marcel Holtmann · 8 years ago
  22. 37d3a1f Bluetooth: mgmt: Fix sending redundant event for Advertising Instance by Johan Hedberg · 8 years ago
  23. 03c979c Bluetooth: Introduce helper to pack mgmt version information by Marcel Holtmann · 8 years ago
  24. 8751097 Bluetooth: Increment management interface revision by Johan Hedberg · 8 years ago
  25. ca8bee5 Bluetooth: Rename HCI_BREDR into HCI_PRIMARY by Marcel Holtmann · 8 years ago
  26. 6a0e780 Bluetooth: Fix potential buffer overflow with Add Advertising by Johan Hedberg · 8 years ago
  27. 9c176ce Bluetooth: Increment management interface revision by Johan Hedberg · 8 years ago
  28. 82a37ad Bluetooth: Add support for limited privacy mode by Johan Hedberg · 8 years ago
  29. 78b781c Bluetooth: Add support for Start Limited Discovery command by Johan Hedberg · 9 years ago
  30. 0d3b7f6 Bluetooth: Change eir_has_data_type() to more generic eir_get_data() by Johan Hedberg · 9 years ago
  31. cab054a Bluetooth: Clean up current advertising instance tracking by Johan Hedberg · 9 years ago
  32. 17fd08f Bluetooth: Remove unnecessary HCI_ADVERTISING_INSTANCE flag by Johan Hedberg · 9 years ago
  33. 02c04af Bluetooth: Simplify read_adv_features code by Johan Hedberg · 9 years ago
  34. 2ff1389 Bluetooth: Perform HCI update for power on synchronously by Johan Hedberg · 9 years ago
  35. bf943cb Bluetooth: Move fast connectable code to hci_request.c by Johan Hedberg · 9 years ago
  36. b1a8917 Bluetooth: Move EIR update to hci_request.c by Johan Hedberg · 9 years ago
  37. 00cf504 Bluetooth: HCI name update to hci_request.c by Johan Hedberg · 9 years ago
  38. c366f55 Bluetooth: Move discoverable timeout behind hdev->req_workqueue by Johan Hedberg · 9 years ago
  39. aed1a88 Bluetooth: Move discoverable changes to hdev->req_workqueue by Johan Hedberg · 9 years ago
  40. 14bf5ea Bluetooth: Perform Class of Device changes through hdev->req_workqueue by Johan Hedberg · 9 years ago
  41. 53c0ba7 Bluetooth: Move connectable changes to hdev->req_workqueue by Johan Hedberg · 9 years ago
  42. f225257 Bluetooth: Move advertising instance management to hci_request.c by Johan Hedberg · 9 years ago
  43. 01b1cb8 Bluetooth: Run page scan updates through hdev->req_workqueue by Johan Hedberg · 9 years ago
  44. dc4270c Bluetooth: Increment management interface revision by Johan Hedberg · 9 years ago
  45. e59a554 Bluetooth: Fix powering on with privacy and advertising by Andrzej Kaczmarek · 9 years ago
  46. 40b25fe Bluetooth: Add support for Get Advertising Size Information command by Marcel Holtmann · 9 years ago
  47. 31a3248 Bluetooth: Simplify if statements in tlv_data_is_valid function by Marcel Holtmann · 9 years ago
  48. ceff86a Bluetooth: Add instance range check for Add Advertising command by Marcel Holtmann · 9 years ago
  49. 0ad06aa Bluetooth: Fix specifying role for LE connections by Johan Hedberg · 9 years ago
  50. 2f27498 Bluetooth: Fix BR/EDR Page Scan update with Add Device by Johan Hedberg · 9 years ago
  51. 2154d3f Bluetooth: Move Stop Discovery to req_workqueue by Johan Hedberg · 9 years ago
  52. e68f072 Bluetooth: Move Start Discovery to req_workqueue by Johan Hedberg · 9 years ago
  53. 591752a Bluetooth: Add discovery type validity helper by Johan Hedberg · 9 years ago
  54. 7c1fbed Bluetooth: Move LE scan disable/restart behind req_workqueue by Johan Hedberg · 9 years ago
  55. af02dd4 Bluetooth: Use req_workqueue for background scanning when powering on by Johan Hedberg · 9 years ago
  56. 51d7a94 Bluetooth: Don't wait for HCI in Add/Remove Device by Johan Hedberg · 9 years ago
  57. 2e93e53 Bluetooth: Run all background scan updates through req_workqueue by Johan Hedberg · 9 years ago
  58. 89e0ccc Bluetooth: Take advantage of connection abort helpers by Johan Hedberg · 9 years ago
  59. c81d555 Bluetooth: Fix crash in SMP when unpairing by Johan Hedberg · 9 years ago
  60. fc64361 Bluetooth: Disable auto-connection parameters when unpairing by Johan Hedberg · 9 years ago
  61. ec182f0 Bluetooth: Remove unnecessary indentation in unpair_device() by Johan Hedberg · 9 years ago
  62. 9d4c1cc Bluetooth: Use hci_conn_hash_lookup_le() when possible by Johan Hedberg · 9 years ago
  63. 85813a7 Bluetooth: Add le_addr_type() helper function by Johan Hedberg · 9 years ago
  64. a6ad2a6 Bluetooth: Fix removing connection parameters when unpairing by Johan Hedberg · 9 years ago
  65. cad20c2 Bluetooth: Don't use remote address type to decide IRK persistency by Johan Hedberg · 9 years ago
  66. 5157b8a Bluetooth: Fix initializing conn_params in scan phase by Jakub Pawlowski · 9 years ago
  67. 679d2b6 Bluetooth: Fix remove_device behavior for explicit connects by Johan Hedberg · 9 years ago
  68. 49c5092 Bluetooth: Fix LE reconnection logic by Johan Hedberg · 9 years ago
  69. 168b8a2 Bluetooth: Fix double scan updates by Jakub Pawlowski · 9 years ago
  70. 0aa65cc Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  71. 182ad46 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  72. fa14222 Bluetooth: Enable new connection establishment procedure. by Jakub Pawlowski · 9 years ago
  73. 28a667c Bluetooth: advertisement handling in new connect procedure by Jakub Pawlowski · 9 years ago
  74. e7d9ab7 Bluetooth: add hci_lookup_le_connect by Jakub Pawlowski · 9 years ago
  75. cb92205 Bluetooth: fix MGMT_EV_NEW_LONG_TERM_KEY event by Jakub Pawlowski · 9 years ago
  76. 9a0a8a8 Bluetooth: Move IRK checking logic in preparation to new connect method by Jakub Pawlowski · 9 years ago
  77. 952497b Bluetooth: Fix warning of potentially uninitialized adv_instance variable by Johan Hedberg · 9 years ago
  78. e58627d Bluetooth: Increment management interface revision by Marcel Holtmann · 9 years ago
  79. eb6f95f Bluetooth: mgmt: multi-adv for mgmt_reenable_advertising() by Florian Grandel · 9 years ago
  80. 9d5fc2f Bluetooth: mgmt: multi-adv for trigger_le_scan() by Florian Grandel · 9 years ago
  81. 320b3bf Bluetooth: mgmt: program multi-adv on power on by Florian Grandel · 9 years ago
  82. 0194833 Bluetooth: mgmt: multi adv for remove_advertising*() by Florian Grandel · 9 years ago
  83. fffd38b Bluetooth: mgmt/hci_core: multi-adv for add_advertising*() by Florian Grandel · 9 years ago
  84. 847818d Bluetooth: mgmt: multi adv for clear_adv_instances() by Florian Grandel · 9 years ago
  85. 7816b82 Bluetooth: mgmt: multi adv for set_advertising*() by Florian Grandel · 9 years ago
  86. f63ba24 Bluetooth: mgmt: multi adv for create_instance_adv_data() by Florian Grandel · 9 years ago
  87. ca21fbe Bluetooth: mgmt: multi adv for create_instance_scan_rsp_data() by Florian Grandel · 9 years ago
  88. 7b683b7 Bluetooth: mgmt: multi adv for enable_advertising() by Florian Grandel · 9 years ago
  89. bea28e6 Bluetooth: mgmt: improve get_adv_instance_flags() readability by Florian Grandel · 9 years ago
  90. 411b412 Bluetooth: mgmt: multi adv for get_adv_instance_flags() by Florian Grandel · 9 years ago
  91. 3ff37e6 Bluetooth: mgmt: multi adv for get_current_adv_instance() by Florian Grandel · 9 years ago
  92. 286e0c8 Bluetooth: mgmt: multi adv for read_adv_features() by Florian Grandel · 9 years ago
  93. efae002 Bluetooth: mgmt: rename update_*_data_for_instance() by Florian Grandel · 9 years ago
  94. 91aa9bb Bluetooth: mgmt: dry update_scan_rsp_data() by Florian Grandel · 9 years ago
  95. 5d900e4 Bluetooth: hci_core/mgmt: move adv timeout to hdev by Florian Grandel · 9 years ago
  96. d2609b3 Bluetooth: hci_core/mgmt: Introduce multi-adv list by Florian Grandel · 9 years ago
  97. 1fc62c5 Bluetooth: Fix exposing full value of shortened LTKs by Johan Hedberg · 9 years ago
  98. f72186d Bluetooth: mgmt: fix typos by Florian Grandel · 9 years ago
  99. 40f66c0 Bluetooth: Add local SSP OOB data to OOB ext data mgmt command by Johan Hedberg · 9 years ago
  100. 38c8af6 Bluetooth: Fix location of TX power field in LE advertising data by Marcel Holtmann · 9 years ago