1. 9b008c0 Bluetooth: Add support for reading LE supported states by Johan Hedberg · 14 years ago
  2. cf1d081 Bluetooth: Add support for reading LE White List Size by Johan Hedberg · 14 years ago
  3. 60e7732 Bluetooth: Add LE Local Features reading support by Johan Hedberg · 14 years ago
  4. d1244ad Bluetooth: Increase HCI command tx timeout by Szymon Janc · 14 years ago
  5. c1d5dc4 Bluetooth: Fix updating advertising state flags and data by Johan Hedberg · 14 years ago
  6. 3f0f524 Bluetooth: Add support for setting LE advertising data by Johan Hedberg · 14 years ago
  7. bbaf444 Bluetooth: Use proper invalid value for tx_power by Johan Hedberg · 14 years ago
  8. 33f8f52 Bluetooth: Add flag for LE GAP Peripheral role by Johan Hedberg · 14 years ago
  9. 8fa1909 Bluetooth: Read adversiting channel TX power during init sequence by Johan Hedberg · 14 years ago
  10. d73a098 Bluetooth: AMP: Handle complete frames in l2cap by Andrei Emeltchenko · 14 years ago
  11. 3161ae1 Bluetooth: AMP: Physical link struct and helpers by Andrei Emeltchenko · 14 years ago
  12. 903e454 Bluetooth: AMP: Use HCI cmd to Read Loc AMP Assoc by Andrei Emeltchenko · 14 years ago
  13. b078b56 Bluetooth: Add HCI logical link cmds definitions by Andrei Emeltchenko · 14 years ago
  14. 92a2525 Bluetooth: mgmt: Implement support for passkey notification by Johan Hedberg · 14 years ago
  15. cdcba7c Bluetooth: Add more HCI error codes by Mikel Astiz · 14 years ago
  16. b9b343d Bluetooth: Fix hci_le_conn_complete_evt by Andre Guedes · 14 years ago
  17. ab846ec4 Bluetooth: Define AMP controller statuses by Andrei Emeltchenko · 14 years ago
  18. 9345d40 Bluetooth: Use AUTO_OFF constant in jiffies by Andrei Emeltchenko · 14 years ago
  19. 5f246e8 Bluetooth: Update HCI timeouts constants to use msecs_to_jiffies by Andrei Emeltchenko · 14 years ago
  20. cbe461c Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by Gustavo Padovan · 14 years ago
  21. 1c2e004 Bluetooth: Add support for encryption key refresh by Johan Hedberg · 14 years ago
  22. 1afd5be Bluetooth: Remove unused HCI timeouts definitions by Szymon Janc · 14 years ago
  23. 8598d06 Bluetooth: A2MP: Process A2MP Discover Request by Andrei Emeltchenko · 14 years ago
  24. 523e93c Bluetooth: Define HCI AMP cmd struct by Andrei Emeltchenko · 14 years ago
  25. 8c520a5 Bluetooth: Remove unnecessary headers include by Gustavo Padovan · 14 years ago
  26. c3c7ea6 Bluetooth: Fix coding style in include/net/bluetooth by Gustavo Padovan · 14 years ago
  27. 9b3b446 Bluetooth: Use defined link key size by Andrei Emeltchenko · 14 years ago
  28. a6c511c Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSE by Szymon Janc · 14 years ago
  29. 9d42820 Bluetooth: Enable Low Energy support by default by Marcel Holtmann · 14 years ago
  30. 21693c1 Bluetooth: Add HCI_PERIODIC_INQ to dev_flags by Andre Guedes · 14 years ago
  31. 79d6e06 Bluetooth: Add Periodic Inquiry command complete handler by Andre Guedes · 14 years ago
  32. 91c4e9b Bluetooth: Add TX power tag to EIR data by Marcel Holtmann · 14 years ago
  33. 66f3b91 Bluetooth: Fix userspace compatibility issue with mgmt interface by Gustavo Padovan · 14 years ago
  34. 9432496 Bluetooth: hci_core: fix NULL-pointer dereference at unregister by Johan Hovold · 14 years ago
  35. f64b993 Bluetooth: Fix coding style in all .h files by Gustavo F. Padovan · 14 years ago
  36. cc2c04e Bluetooth: Add missing host features definitions by Johan Hedberg · 14 years ago
  37. 816a11d Bluetooth: Use kernel int types instead of ones from stdint.h by Johan Hedberg · 14 years ago
  38. c95f0ba Bluetooth: mgmt: Track pending class changes by Johan Hedberg · 14 years ago
  39. 06199cf Bluetooth: mgmt: Implement Set LE command by Johan Hedberg · 14 years ago
  40. 47990ea Bluetooth: mgmt: Make Set Link Security callable while powered off by Johan Hedberg · 14 years ago
  41. 5e5282b Bluetooth: mgmt: Allow connectable/discoverable changes in off state by Johan Hedberg · 14 years ago
  42. 6d80dfd Bluetooth: mgmt: Add basic support for Set High Speed command by Johan Hedberg · 14 years ago
  43. d7b7e79 Bluetooth: Set supported settings based on enabled HS and/or LE by Marcel Holtmann · 14 years ago
  44. cd82e61 Bluetooth: Add support for HCI monitor channel by Marcel Holtmann · 14 years ago
  45. f9c5f9d Bluetooth: Clean up structures left unused by Vinicius Costa Gomes · 15 years ago
  46. b899efa Bluetooth: Add new structures for handling SMP Long Term Keys by Vinicius Costa Gomes · 15 years ago
  47. 84bde9d Bluetooth: Convert hdev->ssp_mode to a flag by Johan Hedberg · 15 years ago
  48. 9ec9fc8 Bluetooth: Add missing EIR defines to hci.h by Johan Hedberg · 15 years ago
  49. 8b281b9 Bluetooth: Fix 'enable_hs' type by Fabio Estevam · 15 years ago
  50. a8b2d5c Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flags by Johan Hedberg · 15 years ago
  51. cc48dc0 Bluetooth: Remove magic number from ACL TO by Andrei Emeltchenko · 15 years ago
  52. 25e89e9 Bluetooth: Process num completed data blocks event by Andrei Emeltchenko · 15 years ago
  53. 32748db Bluetooth: Move Extended Inquiry Response defines to hci.h by Johan Hedberg · 15 years ago
  54. 68a8aea Bluetooth: Remove magic numbers from le scan cmd by Andrei Emeltchenko · 15 years ago
  55. 613a1c0 Bluetooth: Clean up magic pointers by Andrei Emeltchenko · 15 years ago
  56. 2455a3e Bluetooth: Initialize default flow control mode by Andrei Emeltchenko · 15 years ago
  57. 350ee4c Bluetooth: Add HCI Read Data Block Size function by Andrei Emeltchenko · 15 years ago
  58. 69ab39e Bluetooth: Update mgmt_read_info and related mgmt messages by Johan Hedberg · 15 years ago
  59. 07f7fa5 Bluetooth: LE Set Scan Parameter Command by Andre Guedes · 15 years ago
  60. d23264a Bluetooth: Add dev_flags to struct hci_dev by Andre Guedes · 15 years ago
  61. 1e89cff Bluetooth: Add HCI Read Flow Control Mode function by Andrei Emeltchenko · 15 years ago
  62. 8830f51 Bluetooth: Move scope of kernel parameter enable_hs by Andrei Emeltchenko · 15 years ago
  63. 9ad4019 Bluetooth: Add HCI defines for User Passkey entry by Brian Gix · 15 years ago
  64. 9f5a0d7 Bluetooth: Define HCI reasons instead of magic number by Andrei Emeltchenko · 15 years ago
  65. 928abaa Bluetooth: AMP: read local amp info HCI command by Andrei Emeltchenko · 15 years ago
  66. f6422ec Bluetooth: Add mgmt command for fast connectable mode by Antti Julku · 15 years ago
  67. 34918cd Bluetooth: Add new structures for supporting SM key distribution by Vinicius Costa Gomes · 15 years ago
  68. eead27d Bluetooth: Add lmp_host_le_capable() macro by Andre Guedes · 15 years ago
  69. e6100a2 Bluetooth: Add enable_le module parameter by Andre Guedes · 15 years ago
  70. f9b4930 Bluetooth: Write LE Host Supported command by Andre Guedes · 15 years ago
  71. 971e3a4 Bluetooth: Add extfeatures to struct hci_dev by Andre Guedes · 15 years ago
  72. a7a595f Bluetooth: Add support for LE Start Encryption by Vinicius Costa Gomes · 15 years ago
  73. eb9d91f Bluetooth: Clear advertising cache before scanning by Andre Guedes · 15 years ago
  74. 57a56fd Bluetooth: Add advertising report meta event structs by Anderson Briglia · 15 years ago
  75. a70171d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 15 years ago
  76. b6020ba Bluetooth: Add definitions for link key types by Waldemar Rymarkiewicz · 15 years ago
  77. 2a9e950 net: Remove __KERNEL__ cpp checks from include/net by David S. Miller · 15 years ago
  78. 220b881 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 15 years ago
  79. 1057213 Bluetooth: Fix HCI_RESET command synchronization by Gustavo F. Padovan · 15 years ago
  80. 80a1e1d Bluetooth: Add local Extended Inquiry Response (EIR) support by Johan Hedberg · 15 years ago
  81. 2763eda Bluetooth: Add add/remove_remote_oob_data management commands by Szymon Janc · 15 years ago
  82. c35938b Bluetooth: Add read_local_oob_data management command by Szymon Janc · 15 years ago
  83. 1f6c637 Bluetooth: Add define for the maximum name length on HCI level by Johan Hedberg · 15 years ago
  84. a5c2968 Bluetooth: Add management support for user confirmation request by Johan Hedberg · 15 years ago
  85. 2ce603e Bluetooth: Send LE Connection Update Command by Claudio Takahasi · 15 years ago
  86. 6bd3232 Bluetooth: Use proper timer for hci command timout by Ville Tervo · 15 years ago
  87. fcd89c0 Bluetooth: Add LE connect support by Ville Tervo · 15 years ago
  88. 63185f6 Bluetooth: Add low energy commands and events by Ville Tervo · 15 years ago
  89. 17fa4b9 Bluetooth: Add set_io_capability management command by Johan Hedberg · 16 years ago
  90. 980e1a5 Bluetooth: Add support for PIN code handling in the management interface by Johan Hedberg · 16 years ago
  91. 55ed8ca Bluetooth: Implement link key handling for the management interface by Johan Hedberg · 16 years ago
  92. 1aff6f0 Bluetooth: Add class of device control to the management interface by Johan Hedberg · 16 years ago
  93. d5859e2 Bluetooth: Implement a more complete adapter initialization sequence by Johan Hedberg · 16 years ago
  94. b0916ea Bluetooth: Add controller side link key clearing to hci_init_req by Johan Hedberg · 16 years ago
  95. 03b555e Bluetooth: Reject pairing requests when in non-pairable mode by Johan Hedberg · 16 years ago
  96. c542a06 Bluetooth: Implement set_pairable managment command by Johan Hedberg · 16 years ago
  97. ebc99fe Bluetooth: Add flag to track managment controlled adapters by Johan Hedberg · 16 years ago
  98. ab81cbf Bluetooth: Implement automatic setup procedure for local adapters by Johan Hedberg · 16 years ago
  99. e702112 Bluetooth: Use non-flushable by default L2CAP data packets by Andrei Emeltchenko · 16 years ago
  100. c02178d Bluetooth: Add Bluetooth Management interface definitions by Johan Hedberg · 16 years ago