1. 581d6fd Bluetooth: Queue diagnostic messages together with HCI packets by Marcel Holtmann · 9 years ago
  2. 26440c8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  3. 49c5092 Bluetooth: Fix LE reconnection logic by Johan Hedberg · 9 years ago
  4. f640ee9 Bluetooth: Fix basic debugfs entries for unconfigured controllers by Marcel Holtmann · 9 years ago
  5. fe806dc Bluetooth: Enforce packet types in hci_recv_frame driver function by Marcel Holtmann · 9 years ago
  6. acc649c Bluetooth: Fix interaction of HCI_QUIRK_RESET_ON_CLOSE and HCI_AUTO_OFF by Marcel Holtmann · 9 years ago
  7. 4b4113d Bluetooth: Add debugfs entry for setting vendor diagnostic mode by Marcel Holtmann · 9 years ago
  8. e875ff8 Bluetooth: Add support for vendor specific diagnostic channel by Marcel Holtmann · 9 years ago
  9. e9ca8bf Bluetooth: Move handling of HCI_RUNNING flag into core by Marcel Holtmann · 9 years ago
  10. 73d0d3c Bluetooth: Move HCI_RUNNING check into hci_send_frame by Marcel Holtmann · 9 years ago
  11. 4a3f95b Bluetooth: Introduce HCI_DEV_OPEN and HCI_DEV_CLOSE events by Marcel Holtmann · 9 years ago
  12. fbef168 Bluetooth: Add hci_cmd_sync function by Loic Poulain · 9 years ago
  13. 6b3cc1d Bluetooth: close HCI device when user channel socket gets closed by Simon Fels · 9 years ago
  14. e81be90 Bluetooth: Use BROKEN_STORED_LINK_KEY quirk for HCI_Read_Stored_Link_Key by Johan Hedberg · 9 years ago
  15. f75113a Bluetooth: add hci_connect_le_scan by Jakub Pawlowski · 9 years ago
  16. 9a0a8a8 Bluetooth: Move IRK checking logic in preparation to new connect method by Jakub Pawlowski · 9 years ago
  17. 39ecfad Bluetooth: Use zalloc when possible by Johan Hedberg · 9 years ago
  18. d4c5af8 Bluetooth: hci_core: remove obsolete adv_instance by Florian Grandel · 9 years ago
  19. fffd38b Bluetooth: mgmt/hci_core: multi-adv for add_advertising*() by Florian Grandel · 9 years ago
  20. 5d900e4 Bluetooth: hci_core/mgmt: move adv timeout to hdev by Florian Grandel · 9 years ago
  21. d2609b3 Bluetooth: hci_core/mgmt: Introduce multi-adv list by Florian Grandel · 9 years ago
  22. 867146a Bluetooth: Don't call shutdown when leaving user channel by Loic Poulain · 9 years ago
  23. 9d52bf0 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  24. cffd2ee Bluetooth: Fix calls to __hci_cmd_sync() by Frederic Danis · 9 years ago
  25. 177d050 Bluetooth: Fix remote name event return directly. by Wesley Kuo · 9 years ago
  26. d24d814 Bluetooth: Skip the shutdown routine if the interface is not up by Gabriele Mazzotta · 9 years ago
  27. 2d7cc19 Bluetooth: Remove hci_recv_stream_fragment function by Marcel Holtmann · 9 years ago
  28. 5c7d2dd Bluetooth: Make data pointer of hci_recv_stream_fragment const by Marcel Holtmann · 9 years ago
  29. 757aa0b Bluetooth: Move hci_get_cmd_complete() to hci_event.c by Johan Hedberg · 9 years ago
  30. abe66a4 Bluetooth: Remove unused hci_req_pending() function by Johan Hedberg · 9 years ago
  31. f7d9e97 Bluetooth: Remove unneeded recv_event variable by Johan Hedberg · 9 years ago
  32. f60cb30 Bluetooth: Convert hci_req_sync family of function to new request API by Johan Hedberg · 9 years ago
  33. e6214487 Bluetooth: Add second hci_request callback option for full skb by Johan Hedberg · 9 years ago
  34. db6e3e8 Bluetooth: Refactor HCI request variables into own struct by Johan Hedberg · 9 years ago
  35. 203fea0 Bluetooth: Add data structure for advertising instance by Arman Uguray · 9 years ago
  36. baf880a Bluetooth: Fix memory leak in le_scan_disable_work_complete() by Johan Hedberg · 9 years ago
  37. 07d2334 Bluetooth: Add simultaneous dual mode scan by Jakub Pawlowski · 9 years ago
  38. b7cb93e Bluetooth: Merge hdev->dbg_flags fields into hdev->dev_flags by Marcel Holtmann · 9 years ago
  39. eacb44d Bluetooth: Use DECLARE_BITMAP for hdev->dev_flags field by Marcel Holtmann · 9 years ago
  40. 238be78 Bluetooth: Introduce hci_dev_test_and_set_flag helper macro by Marcel Holtmann · 9 years ago
  41. a69d892 Bluetooth: Introduce hci_dev_test_and_clear_flag helper macro by Marcel Holtmann · 9 years ago
  42. a358dc1 Bluetooth: Introduce hci_dev_clear_flag helper macro by Marcel Holtmann · 9 years ago
  43. a1536da Bluetooth: Introduce hci_dev_set_flag helper macro by Marcel Holtmann · 9 years ago
  44. d7a5a11 Bluetooth: Introduce hci_dev_test_flag helper macro by Marcel Holtmann · 9 years ago
  45. 4ba9faf Bluetooth: Check for matching IRK when looking for paired LE devices by Johan Hedberg · 9 years ago
  46. 87c8b28 Bluetooth: Fix missing rcu_read_unlock() in hci_bdaddr_is_paired() by Johan Hedberg · 9 years ago
  47. 55e76b3 Bluetooth: Add 'Already Paired' error for Pair Device command by Johan Hedberg · 9 years ago
  48. 70c836a4 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 9 years ago
  49. 6368c23 net: bluetooth: compact struct bt_skb_cb by converting boolean fields to bit fields by Eyal Birger · 9 years ago
  50. 49a6fe0 net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl by Eyal Birger · 9 years ago
  51. fba7ecf Bluetooth: Convert hci_cb_list_lock to a mutex by Johan Hedberg · 9 years ago
  52. 00629e0 Bluetooth: Add new hci_cb entries to the tail rather than the head by Johan Hedberg · 9 years ago
  53. 0af801b Bluetooth: Fix AMP init for certain AMP controllers by Johan Hedberg · 9 years ago
  54. a44fecb Bluetooth: Add shutdown callback before closing the device by Tedd Ho-Jeong An · 9 years ago
  55. 2d28cfe Bluetooth: Add le_scan_restart work for LE scan restarting by Jakub Pawlowski · 9 years ago
  56. f7697b1 Bluetooth: Store OOB data present value for each set of remote OOB data by Marcel Holtmann · 9 years ago
  57. 64dae96 Bluetooth: Move smp_unregister() into hci_dev_do_close() function by Marcel Holtmann · 9 years ago
  58. c7741d1 Bluetooth: Perform a power cycle when receiving hardware error event by Marcel Holtmann · 9 years ago
  59. 5c91249 Bluetooth: Introduce hci_dev_do_reset helper function by Marcel Holtmann · 9 years ago
  60. 8f502f8 Bluetooth: Fix notifying discovery state when powering off by Johan Hedberg · 9 years ago
  61. 574ea3c Bluetooth: Fix dependency for BR/EDR Secure Connections mode on SSP by Marcel Holtmann · 9 years ago
  62. 162a3ba Bluetooth: Bind the SMP channel registration to management power state by Marcel Holtmann · 9 years ago
  63. 36f260c Bluetooth: Move Delete Stored Link Key to 4th phase of initialization by Marcel Holtmann · 9 years ago
  64. 48ce62c Bluetooth: Read stored link key information when powering on controller by Marcel Holtmann · 9 years ago
  65. 1904a85 Bluetooth: Add opcode parameter to hci_req_complete_t callback by Marcel Holtmann · 9 years ago
  66. 043ec9b Bluetooth: Introduce HCI_QUIRK_FIXUP_INQUIRY_MODE option by Marcel Holtmann · 10 years ago
  67. 04422da Bluetooth: Remove dead code for manufacturer inquiry mode quirks by Marcel Holtmann · 10 years ago
  68. ec6cef9 Bluetooth: Fix SMP channel registration for unconfigured controllers by Marcel Holtmann · 10 years ago
  69. 0f3adea Bluetooth: Remove BlueFritz! specific check from initialization by Marcel Holtmann · 10 years ago
  70. a8e1bfa Bluetooth: Store default and maximum LE data length settings by Marcel Holtmann · 10 years ago
  71. a9f6068 Bluetooth: Enable basics for LE Data Length Extension feature by Marcel Holtmann · 10 years ago
  72. 3a5c82b Bluetooth: Move LE debugfs file creation into hci_debugfs.c by Marcel Holtmann · 10 years ago
  73. 71c3b60 Bluetooth: Move BR/EDR debugfs file creation into hci_debugfs.c by Marcel Holtmann · 10 years ago
  74. 40ce72b Bluetooth: Move common debugfs file creation into hci_debugfs.c by Marcel Holtmann · 10 years ago
  75. 60c5f5f Bluetooth: Add skeleton functions for debugfs creation by Marcel Holtmann · 10 years ago
  76. 50b5b95 Bluetooth: Support static address when BR/EDR has been disabled by Marcel Holtmann · 10 years ago
  77. 405a261 Bluetooth: Move hci_update_page_scan to hci_request.c by Johan Hedberg · 10 years ago
  78. 5a154e6 Bluetooth: Fix Add Device to wait for HCI before sending cmd_complete by Johan Hedberg · 10 years ago
  79. 2cf2221 Bluetooth: Add hci_request support for hci_update_background_scan by Johan Hedberg · 10 years ago
  80. 0857dd3 Bluetooth: Split hci_request helpers to hci_request.[ch] by Johan Hedberg · 10 years ago
  81. 1d2dc5b Bluetooth: Split hci_update_page_scan into two functions by Johan Hedberg · 10 years ago
  82. 1aeb9c6 Bluetooth: Fix notifying mgmt power off before flushing connection list by Johan Hedberg · 10 years ago
  83. 417287d Bluetooth: Fix check for support for page scan related commands by Marcel Holtmann · 10 years ago
  84. 3ad6758 Bluetooth: Fix missing hci_dev_lock/unlock in mgmt req_complete() by Jaganath Kanakkassery · 10 years ago
  85. 9437d2e Bluetooth: Fix generation of non-resolvable private addresses by Marcel Holtmann · 10 years ago
  86. 5a34bd5 Bluetooth: Enable events for P-256 Public Key and DHKey commands by Marcel Holtmann · 10 years ago
  87. 4efbb2c Bluetooth: Add support for enabling Extended Scanner Filter Policies by Marcel Holtmann · 10 years ago
  88. 4b71bba Bluetooth: Enabled LE Direct Advertising Report event if supported by Marcel Holtmann · 10 years ago
  89. ee3c3ca Bluetooth: Clear discovery filter before starting background scan by Marcel Holtmann · 10 years ago
  90. 2207880 Bluetooth: Fix memory leaks from discovery filter UUID list 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. 923e241 Bluetooth: Fix SMP debug key handling by Johan Hedberg · 10 years ago
  94. 6928a92 Bluetooth: Store address type with OOB data by Johan Hedberg · 10 years ago
  95. 81328d5 Bluetooth: Unify remote OOB data functions by Johan Hedberg · 10 years ago
  96. 858cdc7 Bluetooth: Add debugfs switch for forcing SMP over BR/EDR by Johan Hedberg · 10 years ago
  97. e3befab Bluetooth: Fix BR/EDR Link Key type when derived through LE SC by Johan Hedberg · 10 years ago
  98. f3a73d9 Bluetooth: Rename hci_find_ltk_by_addr to hci_find_ltk by Johan Hedberg · 10 years ago
  99. 0ac3dbf Bluetooth: Remove unused hci_find_ltk function by Johan Hedberg · 10 years ago
  100. 5378bc5 Bluetooth: Update LTK lookup to correctly deal with SC LTKs by Johan Hedberg · 10 years ago