1. e17acd4 Bluetooth: Add mgmt_device_found event by Johan Hedberg · 14 years ago
  2. 220b881 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 14 years ago
  3. 1057213 Bluetooth: Fix HCI_RESET command synchronization by Gustavo F. Padovan · 14 years ago
  4. ce85ee1 Bluetooth: Enable support for out of band association model by Szymon Janc · 14 years ago
  5. 2763eda Bluetooth: Add add/remove_remote_oob_data management commands by Szymon Janc · 14 years ago
  6. c35938b Bluetooth: Add read_local_oob_data management command by Szymon Janc · 14 years ago
  7. b312b161 Bluetooth: mgmt: Add support for setting the local name by Johan Hedberg · 14 years ago
  8. 1f6c637 Bluetooth: Add define for the maximum name length on HCI level by Johan Hedberg · 14 years ago
  9. 2a61169 Bluetooth: Add mgmt_auth_failed event by Johan Hedberg · 14 years ago
  10. a5c2968 Bluetooth: Add management support for user confirmation request by Johan Hedberg · 14 years ago
  11. 138d22e Bluetooth: Fix some code style issues in hci_event.c by Szymon Janc · 14 years ago
  12. 0786f8b Bluetooth: Clean up hci_sniff_subrate_evt function by Szymon Janc · 14 years ago
  13. 6bd3232 Bluetooth: Use proper timer for hci command timout by Ville Tervo · 14 years ago
  14. b62f328 Bluetooth: Add server socket support for LE connection by Ville Tervo · 14 years ago
  15. 6ed58ec Bluetooth: Use LE buffers for LE traffic by Ville Tervo · 14 years ago
  16. fcd89c0 Bluetooth: Add LE connect support by Ville Tervo · 14 years ago
  17. 5a08ecc Bluetooth: Do not use assignments in IF conditions by Andrei Emeltchenko · 14 years ago
  18. 17fa4b9 Bluetooth: Add set_io_capability management command by Johan Hedberg · 14 years ago
  19. 980e1a5 Bluetooth: Add support for PIN code handling in the management interface by Johan Hedberg · 14 years ago
  20. 17d5c04 Bluetooth: Add support for connect failed management event by Johan Hedberg · 14 years ago
  21. 8962ee7 Bluetooth: Add disconnect managment command by Johan Hedberg · 14 years ago
  22. f752054 Bluetooth: Add connected/disconnected management events by Johan Hedberg · 14 years ago
  23. 55ed8ca Bluetooth: Implement link key handling for the management interface by Johan Hedberg · 14 years ago
  24. d5859e2 Bluetooth: Implement a more complete adapter initialization sequence by Johan Hedberg · 14 years ago
  25. b0916ea Bluetooth: Add controller side link key clearing to hci_init_req by Johan Hedberg · 14 years ago
  26. 03b555e Bluetooth: Reject pairing requests when in non-pairable mode by Johan Hedberg · 14 years ago
  27. 9fbcbb4 Bluetooth: Add set_connectable management command by Johan Hedberg · 14 years ago
  28. 73f22f6 Bluetooth: Add support for set_discoverable management command by Johan Hedberg · 14 years ago
  29. eec8d2b Bluetooth: Add support for set_powered management command by Johan Hedberg · 14 years ago
  30. 765c2a9 Bluetooth: Fix race condition with conn->sec_level by Johan Hedberg · 14 years ago
  31. 23bb576 Bluetooth: Fix __hci_request synchronization for hci_open_dev by Johan Hedberg · 14 years ago
  32. 70f23020 Bluetooth: clean up hci code by Andrei Emeltchenko · 14 years ago
  33. cc11b9c Bluetooth: do not use assignment in if condition by Andrei Emeltchenko · 14 years ago
  34. 127178d Bluetooth: Automate remote name requests by Johan Hedberg · 14 years ago
  35. 392599b Bluetooth: Create a unified authentication request function by Johan Hedberg · 14 years ago
  36. ccd556f Bluetooth: Simplify remote features callback function logic by Johan Hedberg · 14 years ago
  37. bdb7524 Bluetooth: Fix non-SSP auth request for HIGH security level sockets by Johan Hedberg · 14 years ago
  38. e73439d Bluetooth: Defer SCO setup if mode change is pending by Marcel Holtmann · 14 years ago
  39. 893ef97 Bluetooth: Fix typo in hci_event.c by Gustavo F. Padovan · 14 years ago
  40. 2d0a034 Bluetooth: Reassigned copyright to Code Aurora Forum by Ron Shaffer · 14 years ago
  41. f035856 Bluetooth: Add blacklist support for incoming connections by Johan Hedberg · 14 years ago
  42. da213f4 Bluetooth: Reset the security level after an authentication failure by Johan Hedberg · 14 years ago
  43. 705e571 Bluetooth: Add SCO fallback for unsupported feature error by Stephen Coe · 15 years ago
  44. 1038a00 Bluetooth: Fallback eSCO to SCO on error 0x1a (Unsupported Remote Feature) by Nick Pelly · 15 years ago
  45. c78ae28 Bluetooth: Unobfuscate tasklet_schedule usage by Marcel Holtmann · 15 years ago
  46. 9eba32b Bluetooth: Add extra device reference counting for connections by Marcel Holtmann · 15 years ago
  47. 3d7a9d1 Bluetooth: Don't trigger disconnect timeout for security mode 3 pairing by Marcel Holtmann · 15 years ago
  48. 052b30b Bluetooth: Add different pairing timeout for Legacy Pairing by Marcel Holtmann · 15 years ago
  49. 9499237 Bluetooth: Add workaround for wrong HCI event in eSCO setup by Marcel Holtmann · 15 years ago
  50. 732547f Bluetooth: Fallback from eSCO to SCO on unspecified error by Marcel Holtmann · 15 years ago
  51. 2ae9a6b Bluetooth: Move hci_conn_del_sysfs() back to avoid device destruct too early by Dave Young · 16 years ago
  52. 2950f21 Bluetooth: Ask upper layers for HCI disconnect reason by Marcel Holtmann · 16 years ago
  53. efc7688 Bluetooth: Add SCO fallback for eSCO connection attempts by Marcel Holtmann · 16 years ago
  54. 8c1b235 Bluetooth: Add enhanced security model for Simple Pairing by Marcel Holtmann · 16 years ago
  55. c89b6e6 Bluetooth: Fix SCO state handling for incoming connections by Marcel Holtmann · 16 years ago
  56. a418b89 Bluetooth: Enable per-module dynamic debug messages by Marcel Holtmann · 16 years ago
  57. f1c08ca [Bluetooth] Fix reference counting during ACL config stage by Marcel Holtmann · 16 years ago
  58. 7d0db0a [Bluetooth] Use a more unique bus name for connections by Marcel Holtmann · 16 years ago
  59. f855855 [Bluetooth] Initiate authentication during connection establishment by Marcel Holtmann · 16 years ago
  60. 769be97 [Bluetooth] Use ACL config stage to retrieve remote features by Marcel Holtmann · 16 years ago
  61. 41a9621 [Bluetooth] Track status of remote Simple Pairing mode by Marcel Holtmann · 16 years ago
  62. 333140b [Bluetooth] Track status of Simple Pairing mode by Marcel Holtmann · 16 years ago
  63. 0493684 [Bluetooth] Disable disconnect timer during Simple Pairing by Marcel Holtmann · 16 years ago
  64. c7bdd50 [Bluetooth] Update class of device value whenever possible by Marcel Holtmann · 16 years ago
  65. f383f27 [Bluetooth] Some cleanups for HCI event handling by Marcel Holtmann · 16 years ago
  66. e4e8e37 [Bluetooth] Make use of the default link policy settings by Marcel Holtmann · 16 years ago
  67. a874641 [Bluetooth] Track connection packet type changes by Marcel Holtmann · 16 years ago
  68. 9dc0a3a [Bluetooth] Support the case when headset falls back to SCO link by Marcel Holtmann · 16 years ago
  69. ae29319 [Bluetooth] Update authentication status after successful encryption by Marcel Holtmann · 16 years ago
  70. 8398531 bluetooth: use get/put_unaligned_* helpers by Harvey Harrison · 16 years ago
  71. b6a0dc8 [Bluetooth] Add support for handling simple eSCO links by Marcel Holtmann · 17 years ago
  72. a9de924 [Bluetooth] Switch from OGF+OCF to using only opcodes by Marcel Holtmann · 17 years ago
  73. 5b7f9909 [Bluetooth] Add basics to better support and handle eSCO links by Marcel Holtmann · 17 years ago
  74. aca3192 [NET] BLUETOOTH: Use cpu_to_le{16,32}() where appropriate. by YOSHIFUJI Hideaki · 18 years ago
  75. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  76. 8e87d14 [NET] BLUETOOTH: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  77. 6bd5741 [Bluetooth] Handling pending connect attempts after inquiry by Marcel Holtmann · 18 years ago
  78. 4c67bc7 [Bluetooth] Support concurrent connect requests by Marcel Holtmann · 18 years ago
  79. 37e97b4 [Bluetooth]: Don't update disconnect timer for incoming connections by Marcel Holtmann · 18 years ago
  80. 6ac5934 [Bluetooth] Support create connection cancel command by Marcel Holtmann · 18 years ago
  81. 1143e5a [Bluetooth] Read local version information on device init by Marcel Holtmann · 18 years ago
  82. defc761 [Bluetooth] Handle command complete event for exit periodic inquiry by Marcel Holtmann · 18 years ago
  83. 04837f6 [Bluetooth] Add automatic sniff mode support by Marcel Holtmann · 18 years ago
  84. da1f519 [Bluetooth] Correct SCO buffer size on request by Marcel Holtmann · 18 years ago
  85. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  86. 1ebb925 [Bluetooth]: Add endian annotations to the core by Marcel Holtmann · 19 years ago
  87. 21d9e30 [Bluetooth] Add support for extended inquiry responses by Marcel Holtmann · 19 years ago
  88. a61bbcf [NET]: Store skb->timestamp as offset to a base timestamp by Patrick McHardy · 19 years ago
  89. 0d48d93 [Bluetooth]: Move packet type into the SKB control buffer by Marcel Holtmann · 19 years ago
  90. 85a1e93 [Bluetooth]: Track page scan repetition mode changes by Marcel Holtmann · 19 years ago
  91. 45bb4bf [Bluetooth]: Workaround for inquiry results with RSSI and page scan mode by Marcel Holtmann · 19 years ago
  92. 576c7d8 [Bluetooth] Add direction and timestamp to stack internal events by Marcel Holtmann · 19 years ago
  93. 66e8b6c [Bluetooth] Remove unused functions and cleanup symbol exports by Marcel Holtmann · 19 years ago
  94. b453257 [PATCH] kill gratitious includes of major.h under net/* by Al Viro · 19 years ago
  95. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago