1. e95beb4 Bluetooth: hci_le_adv_report_evt code refactoring by Andre Guedes · 13 years ago
  2. b6f9804 Bluetooth: Fix possible NULL pointer dereference by Waldemar Rymarkiewicz · 13 years ago
  3. a8f13c8 Bluetooth: Reduce critical region. by Andre Guedes · 13 years ago
  4. e9bf2bf Bluetooth: Require authentication if MITM protection is requested by Vinicius Costa Gomes · 13 years ago
  5. cfafccf Bluetooth: Add link_type information to the mgmt Connected event by Vinicius Costa Gomes · 13 years ago
  6. 2d20a26 Bluetooth: Fix timeout on scanning for the second time by Oliver Neukum · 13 years ago
  7. 726b4ff Bluetooth: Add support for storing the key size by Vinicius Costa Gomes · 13 years ago
  8. bea710f Bluetooth: Reject an encryption request when the key isn't found by Vinicius Costa Gomes · 13 years ago
  9. e6100a2 Bluetooth: Add enable_le module parameter by Andre Guedes · 13 years ago
  10. f9b4930 Bluetooth: Write LE Host Supported command by Andre Guedes · 13 years ago
  11. 971e3a4 Bluetooth: Add extfeatures to struct hci_dev by Andre Guedes · 13 years ago
  12. da85e5e Bluetooth: Add support for Pairing features exchange by Vinicius Costa Gomes · 13 years ago
  13. 7b5c0d5 Bluetooth: Fix initial security level of LE links by Vinicius Costa Gomes · 13 years ago
  14. a7a595f Bluetooth: Add support for LE Start Encryption by Vinicius Costa Gomes · 13 years ago
  15. 448f262 Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 13 years ago
  16. 6de6c18 Bluetooth: Do not send SET_EVENT_MASK for 1.1 and earlier devices by Ville Tervo · 13 years ago
  17. 29b7988 Bluetooth: Add 'dst_type' field to struct hci_conn by Andre Guedes · 13 years ago
  18. d7556e2 Bluetooth: Refactor hci_auth_complete_evt function by Waldemar Rymarkiewicz · 13 years ago
  19. 19f8def Bluetooth: Fix auth_complete_evt for legacy units by Waldemar Rymarkiewicz · 13 years ago
  20. 3581508 Bluetooth: Advertising entries lifetime by Andre Guedes · 13 years ago
  21. eb9d91f Bluetooth: Clear advertising cache before scanning by Andre Guedes · 13 years ago
  22. 9aa04c9 Bluetooth: Add Advertising Report Meta Event handler by Andre Guedes · 13 years ago
  23. 83bc71b Bluetooth: Add support for sending connection events for LE links by Vinicius Costa Gomes · 13 years ago
  24. 7cbc9bd Bluetooth: Fix updating conn->auth_type in hci_io_capa_request_evt by Johan Hedberg · 13 years ago
  25. d25e28a Bluetooth: Fix link key persistent storage criteria by Johan Hedberg · 13 years ago
  26. 582fbe9 Bluetooth: Fix logic in hci_pin_code_request_evt by Johan Hedberg · 13 years ago
  27. be77159 Bluetooth: Fix reason code for pairing rejection by Johan Hedberg · 13 years ago
  28. 55bc1a3 Bluetooth: Add confirm_hint parameter to user confirmation requests by Johan Hedberg · 13 years ago
  29. 79c6c70 Bluetooth: Fix HCI_CONN_AUTH_PEND flag for all authentication requests by Johan Hedberg · 13 years ago
  30. 9f61656 Bluetooth: Add variable SSP auto-accept delay support by Johan Hedberg · 13 years ago
  31. 7a82890 Bluetooth: Add automated SSP user confirmation responses by Johan Hedberg · 13 years ago
  32. a770bb5 Bluetooth: Add secure flag for mgmt_pin_code_req by Waldemar Rymarkiewicz · 13 years ago
  33. 58797bf Bluetooth: Respect local MITM req in io_cap reply by Waldemar Rymarkiewicz · 13 years ago
  34. 60b83f5 Bluetooth: Ignore key unauthenticated for high security by Waldemar Rymarkiewicz · 13 years ago
  35. 13d3931 Bluetooth: Map sec_level to link key requirements by Waldemar Rymarkiewicz · 13 years ago
  36. 9003c4e Bluetooth: Don't modify sec_level if auth failed by Waldemar Rymarkiewicz · 13 years ago
  37. b6020ba Bluetooth: Add definitions for link key types by Waldemar Rymarkiewicz · 13 years ago
  38. 314b238 Bluetooth: Add discovering event to the Management interface by Johan Hedberg · 13 years ago
  39. 828d7d7 Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 13 years ago
  40. 7a74aeb Bluetooth: Fix refcount balance for hci connection by Ville Tervo · 13 years ago
  41. e1ba1f1 Bluetooth: Fix Out Of Band pairing when mgmt interface is disabled by Szymon Janc · 13 years ago
  42. a88a965 Bluetooth: Add mgmt_remote_name event by Johan Hedberg · 13 years ago
  43. e17acd4 Bluetooth: Add mgmt_device_found event by Johan Hedberg · 13 years ago
  44. 220b881 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 13 years ago
  45. 1057213 Bluetooth: Fix HCI_RESET command synchronization by Gustavo F. Padovan · 13 years ago
  46. ce85ee1 Bluetooth: Enable support for out of band association model by Szymon Janc · 13 years ago
  47. 2763eda Bluetooth: Add add/remove_remote_oob_data management commands by Szymon Janc · 13 years ago
  48. c35938b Bluetooth: Add read_local_oob_data management command by Szymon Janc · 13 years ago
  49. b312b161 Bluetooth: mgmt: Add support for setting the local name by Johan Hedberg · 13 years ago
  50. 1f6c637 Bluetooth: Add define for the maximum name length on HCI level by Johan Hedberg · 13 years ago
  51. f630cf0 Bluetooth: Fix HCI_RESET command synchronization by Gustavo F. Padovan · 13 years ago
  52. 2a61169 Bluetooth: Add mgmt_auth_failed event by Johan Hedberg · 14 years ago
  53. a5c2968 Bluetooth: Add management support for user confirmation request by Johan Hedberg · 14 years ago
  54. 138d22e Bluetooth: Fix some code style issues in hci_event.c by Szymon Janc · 14 years ago
  55. 0786f8b Bluetooth: Clean up hci_sniff_subrate_evt function by Szymon Janc · 14 years ago
  56. 6bd3232 Bluetooth: Use proper timer for hci command timout by Ville Tervo · 14 years ago
  57. b62f328 Bluetooth: Add server socket support for LE connection by Ville Tervo · 14 years ago
  58. 6ed58ec Bluetooth: Use LE buffers for LE traffic by Ville Tervo · 14 years ago
  59. fcd89c0 Bluetooth: Add LE connect support by Ville Tervo · 14 years ago
  60. 5a08ecc Bluetooth: Do not use assignments in IF conditions by Andrei Emeltchenko · 14 years ago
  61. 17fa4b9 Bluetooth: Add set_io_capability management command by Johan Hedberg · 14 years ago
  62. 980e1a5 Bluetooth: Add support for PIN code handling in the management interface by Johan Hedberg · 14 years ago
  63. 17d5c04 Bluetooth: Add support for connect failed management event by Johan Hedberg · 14 years ago
  64. 8962ee7 Bluetooth: Add disconnect managment command by Johan Hedberg · 14 years ago
  65. f752054 Bluetooth: Add connected/disconnected management events by Johan Hedberg · 14 years ago
  66. 55ed8ca Bluetooth: Implement link key handling for the management interface by Johan Hedberg · 14 years ago
  67. d5859e2 Bluetooth: Implement a more complete adapter initialization sequence by Johan Hedberg · 14 years ago
  68. b0916ea Bluetooth: Add controller side link key clearing to hci_init_req by Johan Hedberg · 14 years ago
  69. 03b555e Bluetooth: Reject pairing requests when in non-pairable mode by Johan Hedberg · 14 years ago
  70. 9fbcbb4 Bluetooth: Add set_connectable management command by Johan Hedberg · 14 years ago
  71. 73f22f6 Bluetooth: Add support for set_discoverable management command by Johan Hedberg · 14 years ago
  72. eec8d2b Bluetooth: Add support for set_powered management command by Johan Hedberg · 14 years ago
  73. 765c2a9 Bluetooth: Fix race condition with conn->sec_level by Johan Hedberg · 14 years ago
  74. 23bb576 Bluetooth: Fix __hci_request synchronization for hci_open_dev by Johan Hedberg · 14 years ago
  75. 70f23020 Bluetooth: clean up hci code by Andrei Emeltchenko · 14 years ago
  76. cc11b9c Bluetooth: do not use assignment in if condition by Andrei Emeltchenko · 14 years ago
  77. 127178d Bluetooth: Automate remote name requests by Johan Hedberg · 14 years ago
  78. 392599b Bluetooth: Create a unified authentication request function by Johan Hedberg · 14 years ago
  79. ccd556f Bluetooth: Simplify remote features callback function logic by Johan Hedberg · 14 years ago
  80. bdb7524 Bluetooth: Fix non-SSP auth request for HIGH security level sockets by Johan Hedberg · 14 years ago
  81. e73439d Bluetooth: Defer SCO setup if mode change is pending by Marcel Holtmann · 14 years ago
  82. 893ef97 Bluetooth: Fix typo in hci_event.c by Gustavo F. Padovan · 14 years ago
  83. 2d0a034 Bluetooth: Reassigned copyright to Code Aurora Forum by Ron Shaffer · 14 years ago
  84. f035856 Bluetooth: Add blacklist support for incoming connections by Johan Hedberg · 14 years ago
  85. da213f4 Bluetooth: Reset the security level after an authentication failure by Johan Hedberg · 14 years ago
  86. 705e571 Bluetooth: Add SCO fallback for unsupported feature error by Stephen Coe · 15 years ago
  87. 1038a00 Bluetooth: Fallback eSCO to SCO on error 0x1a (Unsupported Remote Feature) by Nick Pelly · 15 years ago
  88. c78ae28 Bluetooth: Unobfuscate tasklet_schedule usage by Marcel Holtmann · 15 years ago
  89. 9eba32b Bluetooth: Add extra device reference counting for connections by Marcel Holtmann · 15 years ago
  90. 3d7a9d1 Bluetooth: Don't trigger disconnect timeout for security mode 3 pairing by Marcel Holtmann · 15 years ago
  91. 052b30b Bluetooth: Add different pairing timeout for Legacy Pairing by Marcel Holtmann · 15 years ago
  92. 9499237 Bluetooth: Add workaround for wrong HCI event in eSCO setup by Marcel Holtmann · 15 years ago
  93. 732547f Bluetooth: Fallback from eSCO to SCO on unspecified error by Marcel Holtmann · 15 years ago
  94. 2ae9a6b Bluetooth: Move hci_conn_del_sysfs() back to avoid device destruct too early by Dave Young · 15 years ago
  95. 2950f21 Bluetooth: Ask upper layers for HCI disconnect reason by Marcel Holtmann · 16 years ago
  96. efc7688 Bluetooth: Add SCO fallback for eSCO connection attempts by Marcel Holtmann · 16 years ago
  97. 8c1b235 Bluetooth: Add enhanced security model for Simple Pairing by Marcel Holtmann · 16 years ago
  98. c89b6e6 Bluetooth: Fix SCO state handling for incoming connections by Marcel Holtmann · 16 years ago
  99. a418b89 Bluetooth: Enable per-module dynamic debug messages by Marcel Holtmann · 16 years ago
  100. f1c08ca [Bluetooth] Fix reference counting during ACL config stage by Marcel Holtmann · 16 years ago