1. 66f3b91 Bluetooth: Fix userspace compatibility issue with mgmt interface by Gustavo Padovan · 12 years ago
  2. 9432496 Bluetooth: hci_core: fix NULL-pointer dereference at unregister by Johan Hovold · 12 years ago
  3. f64b993 Bluetooth: Fix coding style in all .h files by Gustavo F. Padovan · 12 years ago
  4. cc2c04e Bluetooth: Add missing host features definitions by Johan Hedberg · 12 years ago
  5. 816a11d Bluetooth: Use kernel int types instead of ones from stdint.h by Johan Hedberg · 12 years ago
  6. c95f0ba Bluetooth: mgmt: Track pending class changes by Johan Hedberg · 12 years ago
  7. 06199cf Bluetooth: mgmt: Implement Set LE command by Johan Hedberg · 12 years ago
  8. 47990ea Bluetooth: mgmt: Make Set Link Security callable while powered off by Johan Hedberg · 12 years ago
  9. 5e5282b Bluetooth: mgmt: Allow connectable/discoverable changes in off state by Johan Hedberg · 12 years ago
  10. 6d80dfd Bluetooth: mgmt: Add basic support for Set High Speed command by Johan Hedberg · 12 years ago
  11. d7b7e79 Bluetooth: Set supported settings based on enabled HS and/or LE by Marcel Holtmann · 12 years ago
  12. cd82e61 Bluetooth: Add support for HCI monitor channel by Marcel Holtmann · 12 years ago
  13. f9c5f9d Bluetooth: Clean up structures left unused by Vinicius Costa Gomes · 13 years ago
  14. b899efa Bluetooth: Add new structures for handling SMP Long Term Keys by Vinicius Costa Gomes · 13 years ago
  15. 84bde9d Bluetooth: Convert hdev->ssp_mode to a flag by Johan Hedberg · 13 years ago
  16. 9ec9fc8 Bluetooth: Add missing EIR defines to hci.h by Johan Hedberg · 13 years ago
  17. 8b281b9 Bluetooth: Fix 'enable_hs' type by Fabio Estevam · 13 years ago
  18. a8b2d5c Bluetooth: Move mgmt related flags from hdev->flags to hdev->dev_flags by Johan Hedberg · 13 years ago
  19. cc48dc0 Bluetooth: Remove magic number from ACL TO by Andrei Emeltchenko · 13 years ago
  20. 25e89e9 Bluetooth: Process num completed data blocks event by Andrei Emeltchenko · 13 years ago
  21. 32748db Bluetooth: Move Extended Inquiry Response defines to hci.h by Johan Hedberg · 13 years ago
  22. 68a8aea Bluetooth: Remove magic numbers from le scan cmd by Andrei Emeltchenko · 13 years ago
  23. 613a1c0 Bluetooth: Clean up magic pointers by Andrei Emeltchenko · 13 years ago
  24. 2455a3e Bluetooth: Initialize default flow control mode by Andrei Emeltchenko · 13 years ago
  25. 350ee4c Bluetooth: Add HCI Read Data Block Size function by Andrei Emeltchenko · 13 years ago
  26. 69ab39e Bluetooth: Update mgmt_read_info and related mgmt messages by Johan Hedberg · 13 years ago
  27. 07f7fa5 Bluetooth: LE Set Scan Parameter Command by Andre Guedes · 13 years ago
  28. d23264a Bluetooth: Add dev_flags to struct hci_dev by Andre Guedes · 13 years ago
  29. 1e89cff Bluetooth: Add HCI Read Flow Control Mode function by Andrei Emeltchenko · 13 years ago
  30. 8830f51 Bluetooth: Move scope of kernel parameter enable_hs by Andrei Emeltchenko · 13 years ago
  31. 9ad4019 Bluetooth: Add HCI defines for User Passkey entry by Brian Gix · 13 years ago
  32. 9f5a0d7 Bluetooth: Define HCI reasons instead of magic number by Andrei Emeltchenko · 13 years ago
  33. 928abaa Bluetooth: AMP: read local amp info HCI command by Andrei Emeltchenko · 13 years ago
  34. f6422ec Bluetooth: Add mgmt command for fast connectable mode by Antti Julku · 13 years ago
  35. 34918cd Bluetooth: Add new structures for supporting SM key distribution by Vinicius Costa Gomes · 13 years ago
  36. eead27d Bluetooth: Add lmp_host_le_capable() macro by Andre Guedes · 13 years ago
  37. e6100a2 Bluetooth: Add enable_le module parameter by Andre Guedes · 13 years ago
  38. f9b4930 Bluetooth: Write LE Host Supported command by Andre Guedes · 13 years ago
  39. 971e3a4 Bluetooth: Add extfeatures to struct hci_dev by Andre Guedes · 13 years ago
  40. a7a595f Bluetooth: Add support for LE Start Encryption by Vinicius Costa Gomes · 13 years ago
  41. eb9d91f Bluetooth: Clear advertising cache before scanning by Andre Guedes · 13 years ago
  42. 57a56fd Bluetooth: Add advertising report meta event structs by Anderson Briglia · 13 years ago
  43. 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 · 13 years ago
  44. b6020ba Bluetooth: Add definitions for link key types by Waldemar Rymarkiewicz · 13 years ago
  45. 2a9e950 net: Remove __KERNEL__ cpp checks from include/net by David S. Miller · 13 years ago
  46. 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
  47. 1057213 Bluetooth: Fix HCI_RESET command synchronization by Gustavo F. Padovan · 13 years ago
  48. 80a1e1d Bluetooth: Add local Extended Inquiry Response (EIR) support by Johan Hedberg · 13 years ago
  49. 2763eda Bluetooth: Add add/remove_remote_oob_data management commands by Szymon Janc · 13 years ago
  50. c35938b Bluetooth: Add read_local_oob_data management command by Szymon Janc · 13 years ago
  51. 1f6c637 Bluetooth: Add define for the maximum name length on HCI level by Johan Hedberg · 13 years ago
  52. a5c2968 Bluetooth: Add management support for user confirmation request by Johan Hedberg · 13 years ago
  53. 2ce603e Bluetooth: Send LE Connection Update Command by Claudio Takahasi · 13 years ago
  54. 6bd3232 Bluetooth: Use proper timer for hci command timout by Ville Tervo · 13 years ago
  55. fcd89c0 Bluetooth: Add LE connect support by Ville Tervo · 13 years ago
  56. 63185f6 Bluetooth: Add low energy commands and events by Ville Tervo · 13 years ago
  57. 17fa4b9 Bluetooth: Add set_io_capability management command by Johan Hedberg · 14 years ago
  58. 980e1a5 Bluetooth: Add support for PIN code handling in the management interface by Johan Hedberg · 14 years ago
  59. 55ed8ca1 Bluetooth: Implement link key handling for the management interface by Johan Hedberg · 14 years ago
  60. 1aff6f0 Bluetooth: Add class of device control to the management interface by Johan Hedberg · 14 years ago
  61. d5859e2 Bluetooth: Implement a more complete adapter initialization sequence by Johan Hedberg · 14 years ago
  62. b0916ea Bluetooth: Add controller side link key clearing to hci_init_req by Johan Hedberg · 14 years ago
  63. 03b555e Bluetooth: Reject pairing requests when in non-pairable mode by Johan Hedberg · 14 years ago
  64. c542a06 Bluetooth: Implement set_pairable managment command by Johan Hedberg · 14 years ago
  65. ebc99fe Bluetooth: Add flag to track managment controlled adapters by Johan Hedberg · 14 years ago
  66. ab81cbf Bluetooth: Implement automatic setup procedure for local adapters by Johan Hedberg · 14 years ago
  67. e702112 Bluetooth: Use non-flushable by default L2CAP data packets by Andrei Emeltchenko · 14 years ago
  68. c02178d Bluetooth: Add Bluetooth Management interface definitions by Johan Hedberg · 14 years ago
  69. be21871 Bluetooth: clean up legal text by Andrei Emeltchenko · 14 years ago
  70. 70f23020 Bluetooth: clean up hci code by Andrei Emeltchenko · 14 years ago
  71. 8f1e174 Bluetooth: HCI devices are either BR/EDR or AMP radios by David Vrabel · 14 years ago
  72. 66c853c Bluetooth: Use __packed annotation by Gustavo F. Padovan · 14 years ago
  73. f035856 Bluetooth: Add blacklist support for incoming connections by Johan Hedberg · 14 years ago
  74. 943da25 Bluetooth: Add controller types for BR/EDR and 802.11 AMP by Marcel Holtmann · 14 years ago
  75. c13854c Bluetooth: Convert controller hdev->type to hdev->bus by Marcel Holtmann · 15 years ago
  76. 052b30b Bluetooth: Add different pairing timeout for Legacy Pairing by Marcel Holtmann · 15 years ago
  77. efc7688 Bluetooth: Add SCO fallback for eSCO connection attempts by Marcel Holtmann · 16 years ago
  78. 7a9d402 Bluetooth: Send HCI Reset command by default on device initialization by Marcel Holtmann · 16 years ago
  79. 40be492 [Bluetooth] Export details about authentication requirements by Marcel Holtmann · 16 years ago
  80. 769be97 [Bluetooth] Use ACL config stage to retrieve remote features by Marcel Holtmann · 16 years ago
  81. 41a9621 [Bluetooth] Track status of remote Simple Pairing mode by Marcel Holtmann · 16 years ago
  82. 333140b [Bluetooth] Track status of Simple Pairing mode by Marcel Holtmann · 16 years ago
  83. 0493684 [Bluetooth] Disable disconnect timer during Simple Pairing by Marcel Holtmann · 16 years ago
  84. e4e8e37 [Bluetooth] Make use of the default link policy settings by Marcel Holtmann · 16 years ago
  85. a874641 [Bluetooth] Track connection packet type changes by Marcel Holtmann · 16 years ago
  86. a9de924 [Bluetooth] Switch from OGF+OCF to using only opcodes by Marcel Holtmann · 17 years ago
  87. 5b7f990 [Bluetooth] Add basics to better support and handle eSCO links by Marcel Holtmann · 17 years ago
  88. 2a123b8 [BLUETOOTH]: Introduce skb->data accessor methods for hci_{acl,event,sco}_hdr by Arnaldo Carvalho de Melo · 17 years ago
  89. 905f3ed [PATCH] hci endianness annotations by Al Viro · 18 years ago
  90. 6ac5934 [Bluetooth] Support create connection cancel command by Marcel Holtmann · 18 years ago
  91. defc761 [Bluetooth] Handle command complete event for exit periodic inquiry by Marcel Holtmann · 18 years ago
  92. 0ac5393 [Bluetooth] Add HCI device identifier for SDIO cards by Marcel Holtmann · 18 years ago
  93. 04837f6 [Bluetooth] Add automatic sniff mode support by Marcel Holtmann · 18 years ago
  94. da1f519 [Bluetooth] Correct SCO buffer size on request by Marcel Holtmann · 18 years ago
  95. 1ebb925 [Bluetooth]: Add endian annotations to the core by Marcel Holtmann · 19 years ago
  96. 21d9e30 [Bluetooth] Add support for extended inquiry responses by Marcel Holtmann · 19 years ago
  97. 85a1e93 [Bluetooth]: Track page scan repetition mode changes by Marcel Holtmann · 19 years ago
  98. 45bb4bf [Bluetooth]: Workaround for inquiry results with RSSI and page scan mode by Marcel Holtmann · 19 years ago
  99. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago