1. 70c1f20 Bluetooth: Fix two minor style issues in HCI code by Marcel Holtmann · 12 years ago
  2. 040030e Bluetooth: Remove HCI notifier handling by Marcel Holtmann · 12 years ago
  3. 48c7aba Bluetooth: Fix hci_connect error return values by Johan Hedberg · 12 years ago
  4. 42d2d87 Bluetooth: Prefix hex numbers with object name by Andrei Emeltchenko · 12 years ago
  5. e05dcc3 Bluetooth: Use symbolic names for state in debug by Andrei Emeltchenko · 12 years ago
  6. 2a5a5ec Bluetooth: Use list _safe deleting from conn chan_list by Andrei Emeltchenko · 12 years ago
  7. 3c4e0df Bluetooth: Use list _safe deleting from conn_hash_list by Andrei Emeltchenko · 12 years ago
  8. b7d05ba Bluetooth: Fix l2cap conn failures for ssp devices by Peter Hurley · 13 years ago
  9. e72acc1 Bluetooth: Remove unneeded locking by Andre Guedes · 12 years ago
  10. 75d7735 Bluetooth: Use GFP_KERNEL in hci_chan_create() by Andre Guedes · 12 years ago
  11. cb601d7 Bluetooth: Use GFP_KERNEL in hci_conn_add() by Andre Guedes · 12 years ago
  12. aa64a8b Bluetooth: Add a convenience function to check for SSP enabled by Johan Hedberg · 12 years ago
  13. 84bde9d Bluetooth: Convert hdev->ssp_mode to a flag by Johan Hedberg · 12 years ago
  14. 58a681e Bluetooth: Merge boolean members of struct hci_conn into flags by Johan Hedberg · 12 years ago
  15. a0c808b Bluetooth: Convert hdev->out to a bool type by Johan Hedberg · 12 years ago
  16. 51a8efd Bluetooth: Rename conn->pend to conn->flags by Johan Hedberg · 12 years ago
  17. f20d09d Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_list by Gustavo F. Padovan · 13 years ago
  18. 4b0b2f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth by Gustavo F. Padovan · 13 years ago
  19. d766091 Revert "Bluetooth: Revert: Fix L2CAP connection establishment" by Gustavo F. Padovan · 13 years ago
  20. 3c54711 Bluetooth: Don't disable tasklets to call hdev->notify() by Gustavo F. Padovan · 13 years ago
  21. bf4c632 Bluetooth: convert conn hash to RCU by Gustavo F. Padovan · 13 years ago
  22. 8192ede Bluetooth: Use RCU to manipulate chan_list by Gustavo F. Padovan · 13 years ago
  23. b9cc553 Bluetooth: hci_conn_auto_accept() doesn't need locking by Gustavo F. Padovan · 13 years ago
  24. 19c40e3 Bluetooth: Use delayed_work for connection timeout by Gustavo F. Padovan · 13 years ago
  25. 09fd0de Bluetooth: Replace spin_lock by mutex in hci_dev by Gustavo F. Padovan · 13 years ago
  26. 416dc94 Bluetooth: make hci_conn_enter_sniff_mode static by Gustavo F. Padovan · 13 years ago
  27. 3e9c40a Bluetooth: Use list_for_each_entry in hci_conn_hash_flush() by Gustavo F. Padovan · 13 years ago
  28. 2c33c06 Bluetooth: remove struct hci_chan_hash by Gustavo F. Padovan · 13 years ago
  29. d095c1e Bluetooth: Remove magic bluetooth version numbers by Andrei Emeltchenko · 13 years ago
  30. 312fef7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next by John W. Linville · 13 years ago
  31. 9f5a0d7 Bluetooth: Define HCI reasons instead of magic number by Andrei Emeltchenko · 13 years ago
  32. 73d80de Bluetooth: prioritizing data over HCI by Luiz Augusto von Dentz · 13 years ago
  33. 8035ded Bluetooth: replace list_for_each with list_for_each_entry whenever possible by Luiz Augusto von Dentz · 13 years ago
  34. 4dff523 Bluetooth: Revert: Fix L2CAP connection establishment by Arek Lichwa · 13 years ago
  35. 0e83391 Bluetooth: use recommended LE connection parameters by Anderson Lizardo · 13 years ago
  36. 51beabd Bluetooth: Fix wrong memcpy size on LE start encryption by Anderson Briglia · 13 years ago
  37. 6a7ebdf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  38. 163f4da Bluetooth: Fix memory leak under page timeouts by Tomas Targownik · 13 years ago
  39. 0555891 Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 13 years ago
  40. 3306054 Bluetooth: Fix L2CAP connection establishment by Ilia Kolomisnky · 13 years ago
  41. 7b5c0d5 Bluetooth: Fix initial security level of LE links by Vinicius Costa Gomes · 13 years ago
  42. a7a595f Bluetooth: Add support for LE Start Encryption by Vinicius Costa Gomes · 13 years ago
  43. 6fdf658 Bluetooth: Fix L2CAP security check by Luiz Augusto von Dentz · 13 years ago
  44. ef4177e Bluetooth: Simplify hci_conn_accept_secure check by Waldemar Rymarkiewicz · 13 years ago
  45. 14b12d0 Bluetooth: Add BT_POWER L2CAP socket option. by Jaikumar Ganesh · 13 years ago
  46. 6d3ce0e7 Bluetooth: Set 'peer_addr_type' in hci_le_connect() by Andre Guedes · 13 years ago
  47. eda42b5 Bluetooth: Check advertising cache in hci_connect() by Andre Guedes · 13 years ago
  48. 893d675 Bluetooth: Remove useless check in hci_connect() by Andre Guedes · 13 years ago
  49. 19f8def Bluetooth: Fix auth_complete_evt for legacy units by Waldemar Rymarkiewicz · 13 years ago
  50. b3b1b06 Bluetooth: Double check sec req for pre 2.1 device by Waldemar Rymarkiewicz · 13 years ago
  51. 9f61656 Bluetooth: Add variable SSP auto-accept delay support by Johan Hedberg · 13 years ago
  52. 13d3931 Bluetooth: Map sec_level to link key requirements by Waldemar Rymarkiewicz · 13 years ago
  53. 30e7627 Bluetooth: Use ERR_PTR as return error from hci_connect by Ville Tervo · 13 years ago
  54. 15c4794 Bluetooth: Fix LE conn creation by Anderson Briglia · 13 years ago
  55. a958355 Bluetooth: Fix inititial value for remote authentication requirements by Johan Hedberg · 13 years ago
  56. 2ce603e Bluetooth: Send LE Connection Update Command by Claudio Takahasi · 13 years ago
  57. b92a622 Bluetooth: Fix initiated LE connections by Vinicius Costa Gomes · 13 years ago
  58. 6ed58ec Bluetooth: Use LE buffers for LE traffic by Ville Tervo · 13 years ago
  59. fcd89c0 Bluetooth: Add LE connect support by Ville Tervo · 13 years ago
  60. 17fa4b9 Bluetooth: Add set_io_capability management command by Johan Hedberg · 13 years ago
  61. 765c2a9 Bluetooth: Fix race condition with conn->sec_level by Johan Hedberg · 13 years ago
  62. 65cf686 Bluetooth: Fix MITM protection requirement preservation by Johan Hedberg · 13 years ago
  63. 88644bb Revert "Bluetooth: Update sec_level/auth_type for already existing connections" by Johan Hedberg · 13 years ago
  64. 70f23020 Bluetooth: clean up hci code by Andrei Emeltchenko · 14 years ago
  65. e73439d Bluetooth: Defer SCO setup if mode change is pending by Marcel Holtmann · 14 years ago
  66. 2d0a034 Bluetooth: Reassigned copyright to Code Aurora Forum by Ron Shaffer · 14 years ago
  67. 0453098 Bluetooth: Update sec_level/auth_type for already existing connections by Ville Tervo · 14 years ago
  68. c390216 Bluetooth: Enter active mode before establishing a SCO link. by Nick Pelly · 15 years ago
  69. 93f19c9 Bluetooth: Set general bonding security for ACL by default by Andrei Emeltchenko · 15 years ago
  70. 9eba32b Bluetooth: Add extra device reference counting for connections by Marcel Holtmann · 15 years ago
  71. 1b0336b Bluetooth: Don't use hci_acl_connect_cancel() for incoming connections by Marcel Holtmann · 15 years ago
  72. 384943e Bluetooth: Fix wrong module refcount when connection setup fails by Marcel Holtmann · 15 years ago
  73. a67e899 Bluetooth: Fix issue with sysfs handling for connections by Marcel Holtmann · 15 years ago
  74. 3fdca1e Bluetooth: Fix connection establishment with low security requirement by Marcel Holtmann · 15 years ago
  75. 052b30b Bluetooth: Add different pairing timeout for Legacy Pairing by Marcel Holtmann · 15 years ago
  76. 2ae9a6b Bluetooth: Move hci_conn_del_sysfs() back to avoid device destruct too early by Dave Young · 15 years ago
  77. 96a3183 Bluetooth: Set authentication requirement before requesting it by Marcel Holtmann · 15 years ago
  78. 2950f21 Bluetooth: Ask upper layers for HCI disconnect reason by Marcel Holtmann · 15 years ago
  79. 657e17b Bluetooth: Set authentication requirements if not available by Marcel Holtmann · 15 years ago
  80. 0684e5f Bluetooth: Use general bonding whenever possible by Marcel Holtmann · 15 years ago
  81. efc7688 Bluetooth: Add SCO fallback for eSCO connection attempts by Marcel Holtmann · 15 years ago
  82. 8c1b235 Bluetooth: Add enhanced security model for Simple Pairing by Marcel Holtmann · 15 years ago
  83. a418b89 Bluetooth: Enable per-module dynamic debug messages by Marcel Holtmann · 16 years ago
  84. e7c29cb [Bluetooth] Reject L2CAP connections on an insecure ACL link by Marcel Holtmann · 16 years ago
  85. 09ab6f4 [Bluetooth] Enforce correct authentication requirements by Marcel Holtmann · 16 years ago
  86. 7d0db0a [Bluetooth] Use a more unique bus name for connections by Marcel Holtmann · 16 years ago
  87. 40be492 [Bluetooth] Export details about authentication requirements by Marcel Holtmann · 16 years ago
  88. 769be97 [Bluetooth] Use ACL config stage to retrieve remote features by Marcel Holtmann · 16 years ago
  89. 41a9621 [Bluetooth] Track status of remote Simple Pairing mode by Marcel Holtmann · 16 years ago
  90. e4e8e37 [Bluetooth] Make use of the default link policy settings by Marcel Holtmann · 16 years ago
  91. a874641 [Bluetooth] Track connection packet type changes by Marcel Holtmann · 16 years ago
  92. 0cd63c8 bluetooth: put hci dev after del conn by Dave Young · 16 years ago
  93. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 16 years ago
  94. 38b7da0 [BLUETOOTH]: put_device before device_del fix by Dave Young · 17 years ago
  95. b6a0dc8 [Bluetooth] Add support for handling simple eSCO links by Marcel Holtmann · 17 years ago
  96. a9de924 [Bluetooth] Switch from OGF+OCF to using only opcodes by Marcel Holtmann · 17 years ago
  97. 5b7f990 [Bluetooth] Add basics to better support and handle eSCO links by Marcel Holtmann · 17 years ago
  98. aca3192 [NET] BLUETOOTH: Use cpu_to_le{16,32}() where appropriate. by YOSHIFUJI Hideaki · 17 years ago
  99. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  100. 8e87d14 [NET] BLUETOOTH: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago