1. e26b1ff Bluetooth: Fix setting correct src_type when connecting LE by Johan Hedberg · 10 years ago
  2. 85030be Bluetooth: Use hci_update_random_address() when connecting LE by Johan Hedberg · 10 years ago
  3. d66c295 Bluetooth: Use same LE min/max connection event length during update by Marcel Holtmann · 10 years ago
  4. edb4b46 Bluetooth: Fix wrong identity address during connection failures by Marcel Holtmann · 10 years ago
  5. 1ebfcc1 Bluetooth: Look up RPA for connection requests with Identity Address by Johan Hedberg · 10 years ago
  6. 4292f1f Bluetooth: Use connection parameters if any by Andre Guedes · 11 years ago
  7. 9cb2e03 Bluetooth: Include security level 4 in connections check by Marcel Holtmann · 11 years ago
  8. 9bb3c01 Bluetooth: Introduce le_conn_failed() helper by Andre Guedes · 11 years ago
  9. 1e406ee Bluetooth: Save connection interval parameters in hci_conn by Andre Guedes · 11 years ago
  10. 7b5a924 Bluetooth: Introduce requirements for security level 4 by Marcel Holtmann · 11 years ago
  11. 66138ce Bluetooth: Add support for handling P-256 derived link keys by Marcel Holtmann · 11 years ago
  12. 11015c7 Bluetooth: Add definitions for new link key types by Marcel Holtmann · 11 years ago
  13. 4e70c7e Bluetooth: Expose debugfs settings for LE connection interval by Marcel Holtmann · 11 years ago
  14. 79830f6 Bluetooth: Select the own address type during initial setup phase by Marcel Holtmann · 11 years ago
  15. a74a84f Bluetooth: Convert idle timer to use delayed work by Johan Hedberg · 11 years ago
  16. 7bc18d9 Bluetooth: Convert auto accept timer to use delayed work by Johan Hedberg · 11 years ago
  17. 662e882 Bluetooth: Store source address of HCI connections by Marcel Holtmann · 11 years ago
  18. e7c4096 Bluetooth: Store the source address type of LE connections by Marcel Holtmann · 11 years ago
  19. 79d95a1 Bluetooth: Remove pointless bdaddr_to_le() helper function by Marcel Holtmann · 11 years ago
  20. bef6473 Bluetooth: Make LE scan interval and window a controller option by Marcel Holtmann · 11 years ago
  21. ac4b723 Bluetooth: Move smp.h header file into net/bluetooth/ by Marcel Holtmann · 11 years ago
  22. 7024728 Bluetooth: Move a2mp.h header file into net/bluetooth/ by Marcel Holtmann · 11 years ago
  23. 620ad52 Bluetooth: Refactor hci_connect_le by Andre Guedes · 11 years ago
  24. 1d399ae Bluetooth: Use HCI request for LE connection by Andre Guedes · 11 years ago
  25. c25dfc6 Bluetooth: Use random address if public address is not available by Marcel Holtmann · 11 years ago
  26. f3d3444a Bluetooth: Rename HCI_LE_PERIPHERAL to HCI_ADVERTISING by Johan Hedberg · 11 years ago
  27. 46a190c Bluetooth: Initialize hci_conn fields in hci_connect_le by Andre Guedes · 11 years ago
  28. f1e5d54 Bluetooth: Rename hci_conn variable in hci_connect_le() by Andre Guedes · 11 years ago
  29. 56f8790 Bluetooth: Introduce a new HCI_BREDR_ENABLED flag by Johan Hedberg · 11 years ago
  30. af750e9 Bluetooth: Disable upper layer connections when user channel is active by Marcel Holtmann · 11 years ago
  31. 2dea632 Bluetooth: Add SCO connection fallback by Frédéric Dalleau · 11 years ago
  32. 10c62dd Bluetooth: Parameters for outgoing SCO connections by Frédéric Dalleau · 11 years ago
  33. e660ed6 Bluetooth: Use hci_connect_sco directly by Frédéric Dalleau · 11 years ago
  34. 8d12356 Bluetooth: introduce hci_conn ref-counting by David Herrmann · 11 years ago
  35. fc225c3 Bluetooth: remove unneeded hci_conn_hold/put_device() by David Herrmann · 11 years ago
  36. 93796fa Bluetooth: Reject SCO when hci connection timeouts by Claudio Takahasi · 11 years ago
  37. 76a68ba Bluetooth: rename hci_conn_put to hci_conn_drop by David Herrmann · 11 years ago
  38. bed7174 Bluetooth: Rename hci_acl_disconn by Andre Guedes · 12 years ago
  39. 4c02e2d Bluetooth: Fix hci_conn timeout routine by Andre Guedes · 12 years ago
  40. e9b0274 Bluetooth: Add put(hcon) when deleting hchan by Andrei Emeltchenko · 12 years ago
  41. f155047 Bluetooth: Disallow LE scanning and connecting in peripheral role by Johan Hedberg · 12 years ago
  42. 168df8e Bluetooth: Add state to hci_chan by Mat Martineau · 12 years ago
  43. 42c4e53 Bluetooth: AMP: Add handle to hci_chan structure by Andrei Emeltchenko · 12 years ago
  44. 53502d6 Bluetooth: AMP: Handle AMP_LINK timeout by Andrei Emeltchenko · 12 years ago
  45. 6ed93dc Bluetooth: Use %pMR in debug instead of batostr by Andrei Emeltchenko · 12 years ago
  46. 791ef39 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by John W. Linville · 12 years ago
  47. 9472007 Bluetooth: trivial: Make hci_chan_del return void by Andrei Emeltchenko · 12 years ago
  48. d8343f1 Bluetooth: Fix sending a HCI Authorization Request over LE links by Vinicius Costa Gomes · 12 years ago
  49. f91c846 Bluetooth: Fix establishing ESCO links by Vinicius Costa Gomes · 12 years ago
  50. e6dd548 Bluetooth: Add type information to the hci_connect() debug statement by Vinicius Costa Gomes · 12 years ago
  51. 4cd2d98 Bluetooth: Simplify a the connection type handling by Vinicius Costa Gomes · 12 years ago
  52. b7d839b Bluetooth: Refactor SCO connection into its own function by Vinicius Costa Gomes · 12 years ago
  53. db47427 Bluetooth: Refactor ACL connection into its own function by Vinicius Costa Gomes · 12 years ago
  54. d04aef4 Bluetooth: Refactor LE connection into its own function by Vinicius Costa Gomes · 12 years ago
  55. 1aef866 Bluetooth: Rename LE and ACL connection functions by Vinicius Costa Gomes · 12 years ago
  56. 57f5d0d Bluetooth: Remove some functions from being exported by Vinicius Costa Gomes · 12 years ago
  57. d300fa9 Bluetooth: Route traffic only through BR/EDR controller by Andrei Emeltchenko · 12 years ago
  58. 38b3fef Bluetooth: Improve debugging messages for hci_conn by Andrei Emeltchenko · 12 years ago
  59. dfc94db Bluetooth: Allow only one LE connection attempt by Andrzej Kaczmarek · 12 years ago
  60. 9740e49 Bluetooth: A2MP: AMP Manager basic functions by Andrei Emeltchenko · 12 years ago
  61. 82781e6 Bluetooth: Use __constant modifier in HCI code by Andrei Emeltchenko · 12 years ago
  62. 8449e38 Bluetooth: Remove unneeded EXPORT_SYMBOL by Gustavo Padovan · 12 years ago
  63. 8c520a5 Bluetooth: Remove unnecessary headers include by Gustavo Padovan · 12 years ago
  64. 8fc9ced Bluetooth: Fix coding style in the subsystem by Gustavo Padovan · 12 years ago
  65. fc5fef6 Bluetooth: Remove 'register' usage from the subsystem by Gustavo Padovan · 12 years ago
  66. 4f42a8c Bluetooth: trivial: Remove empty line by Andrei Emeltchenko · 12 years ago
  67. 5974e4c Bluetooth: Fix coding style in hci_conn.c by Gustavo Padovan · 12 years ago
  68. 2ee8ce3 Bluetooth: Remove unused hci_le_ltk_neg_reply() by Syam Sidhardhan · 12 years ago
  69. e10b996 Bluetooth: Remove unused hci_le_ltk_reply() by Syam Sidhardhan · 12 years ago
  70. b12f62c Bluetooth: Add dst_type parameter to hci_connect by Andre Guedes · 12 years ago
  71. b290504 Bluetooth: Remove useless code in hci_connect by Andre Guedes · 12 years ago
  72. 9f0caeb Bluetooth: Add support for reusing the same hci_conn for LE links by Vinicius Costa Gomes · 12 years ago
  73. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  74. 70c1f20 Bluetooth: Fix two minor style issues in HCI code by Marcel Holtmann · 12 years ago
  75. 040030e Bluetooth: Remove HCI notifier handling by Marcel Holtmann · 12 years ago
  76. 48c7aba Bluetooth: Fix hci_connect error return values by Johan Hedberg · 12 years ago
  77. 42d2d87 Bluetooth: Prefix hex numbers with object name by Andrei Emeltchenko · 12 years ago
  78. e05dcc3 Bluetooth: Use symbolic names for state in debug by Andrei Emeltchenko · 12 years ago
  79. 2a5a5ec Bluetooth: Use list _safe deleting from conn chan_list by Andrei Emeltchenko · 13 years ago
  80. 3c4e0df Bluetooth: Use list _safe deleting from conn_hash_list by Andrei Emeltchenko · 13 years ago
  81. b7d05ba Bluetooth: Fix l2cap conn failures for ssp devices by Peter Hurley · 13 years ago
  82. e72acc1 Bluetooth: Remove unneeded locking by Andre Guedes · 13 years ago
  83. 75d7735 Bluetooth: Use GFP_KERNEL in hci_chan_create() by Andre Guedes · 13 years ago
  84. cb601d7 Bluetooth: Use GFP_KERNEL in hci_conn_add() by Andre Guedes · 13 years ago
  85. aa64a8b Bluetooth: Add a convenience function to check for SSP enabled by Johan Hedberg · 13 years ago
  86. 84bde9d Bluetooth: Convert hdev->ssp_mode to a flag by Johan Hedberg · 13 years ago
  87. 58a681e Bluetooth: Merge boolean members of struct hci_conn into flags by Johan Hedberg · 13 years ago
  88. a0c808b Bluetooth: Convert hdev->out to a bool type by Johan Hedberg · 13 years ago
  89. 51a8efd Bluetooth: Rename conn->pend to conn->flags by Johan Hedberg · 13 years ago
  90. f20d09d Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_list by Gustavo F. Padovan · 13 years ago
  91. 4b0b2f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth by Gustavo F. Padovan · 13 years ago
  92. d766091 Revert "Bluetooth: Revert: Fix L2CAP connection establishment" by Gustavo F. Padovan · 13 years ago
  93. 3c54711 Bluetooth: Don't disable tasklets to call hdev->notify() by Gustavo F. Padovan · 13 years ago
  94. bf4c632 Bluetooth: convert conn hash to RCU by Gustavo F. Padovan · 13 years ago
  95. 8192ede Bluetooth: Use RCU to manipulate chan_list by Gustavo F. Padovan · 13 years ago
  96. b9cc553 Bluetooth: hci_conn_auto_accept() doesn't need locking by Gustavo F. Padovan · 13 years ago
  97. 19c40e3 Bluetooth: Use delayed_work for connection timeout by Gustavo F. Padovan · 13 years ago
  98. 09fd0de Bluetooth: Replace spin_lock by mutex in hci_dev by Gustavo F. Padovan · 13 years ago
  99. 416dc94 Bluetooth: make hci_conn_enter_sniff_mode static by Gustavo F. Padovan · 13 years ago
  100. 3e9c40a Bluetooth: Use list_for_each_entry in hci_conn_hash_flush() by Gustavo F. Padovan · 13 years ago