1. 2455a3e Bluetooth: Initialize default flow control mode by Andrei Emeltchenko · 13 years ago
  2. e61ef499 Bluetooth: Split ctrl init to BREDR and AMP parts by Andrei Emeltchenko · 13 years ago
  3. 65983fc Bluetooth: Incoming ACL packets do not force active mode by Mat Martineau · 13 years ago
  4. 7d78525 Bluetooth: Add timer for automatically disabling the service cache by Johan Hedberg · 13 years ago
  5. 590051d Bluetooth: Add ProFUSION's copyright by Gustavo F. Padovan · 13 years ago
  6. 7f97104 Bluetooth: Use system workqueue to schedule power_on by Gustavo F. Padovan · 13 years ago
  7. 32845eb Bluetooth: Use new alloc_workqueue() by Gustavo F. Padovan · 13 years ago
  8. 80b7ab3 Bluetooth: move power_off to system workqueue by Gustavo F. Padovan · 13 years ago
  9. 3eff45e Bluetooth: convert tx_task to workqueue by Gustavo F. Padovan · 13 years ago
  10. c347b76 Bluetooth: Move command task to workqueue by Gustavo F. Padovan · 13 years ago
  11. bf4c632 Bluetooth: convert conn hash to RCU by Gustavo F. Padovan · 13 years ago
  12. 8192ede Bluetooth: Use RCU to manipulate chan_list by Gustavo F. Padovan · 13 years ago
  13. 67d0dfb Bluetooth: move hci_task_lock to mutex by Gustavo F. Padovan · 13 years ago
  14. db323f2 Bluetooth: Use delayed work for advertisiment cache timeout by Gustavo F. Padovan · 13 years ago
  15. 09fd0de Bluetooth: Replace spin_lock by mutex in hci_dev by Gustavo F. Padovan · 13 years ago
  16. b78752c Bluetooth: Process recv path in a workqueue instead of a tasklet by Marcel Holtmann · 14 years ago
  17. 2c33c06 Bluetooth: remove struct hci_chan_hash by Gustavo F. Padovan · 13 years ago
  18. ce7e4ad Bluetooth: remove old code by Andrei Emeltchenko · 13 years ago
  19. d23264a Bluetooth: Add dev_flags to struct hci_dev by Andre Guedes · 13 years ago
  20. c6feeb2 Bluetooth: Use queue in the device list by Andrei Emeltchenko · 13 years ago
  21. 7784d78 Bluetooth: making enable_hs independent from L2CAP by Andrei Emeltchenko · 13 years ago
  22. 1ec918c Bluetooth: Fix some checkpatch.pl errors and warnings by Szymon Janc · 13 years ago
  23. 07e3b94 Bluetooth: Do not set HCI_RAW when HS enabled by Andrei Emeltchenko · 13 years ago
  24. e0f9309 Bluetooth: Fix cancel_delayed_work_sync usage with locks by Johan Hedberg · 13 years ago
  25. 56e5cb8 Bluetooth: Add missing hci_dev locking when calling mgmt functions by Johan Hedberg · 13 years ago
  26. 2e58ef3 Bluetooth: Move pending management command list into struct hci_dev by Johan Hedberg · 13 years ago
  27. 744cf19 Bluetooth: Pass full hci_dev struct to mgmt callbacks by Johan Hedberg · 13 years ago
  28. 86742e1 Bluetooth: Update link key mgmt APIs to match latest spec. by Johan Hedberg · 13 years ago
  29. 3243553 Bluetooth: Convert power off mechanism to use delayed_work by Johan Hedberg · 13 years ago
  30. 16ab91a Bluetooth: Add timeout field to mgmt_set_discoverable by Johan Hedberg · 13 years ago
  31. 023d5049 Bluetooth: Create hci_cancel_inquiry() by Andre Guedes · 13 years ago
  32. 2519a1f Bluetooth: Create hci_do_inquiry() by Andre Guedes · 13 years ago
  33. 08add51 Bluetooth: Guarantee BR-EDR device will be registered as hci0 by Mat Martineau · 13 years ago
  34. 02b20f0 Bluetooth: recalculate priorities when channels are starving by Luiz Augusto von Dentz · 13 years ago
  35. ec1cce2 Bluetooth: handle priority change within quote by Luiz Augusto von Dentz · 13 years ago
  36. 73d80de Bluetooth: prioritizing data over HCI by Luiz Augusto von Dentz · 13 years ago
  37. 43611a7 Bluetooth: Increase HCI reset timeout in hci_dev_do_close by Szymon Janc · 13 years ago
  38. 8035ded Bluetooth: replace list_for_each with list_for_each_entry whenever possible by Luiz Augusto von Dentz · 13 years ago
  39. 5973563 Bluetooth: Make hci_unregister_dev return void by David Herrmann · 13 years ago
  40. 33ca954 Bluetooth: Forward errors from hci_register_dev by David Herrmann · 13 years ago
  41. ce24297 Bluetooth: Rename sysfs un/register to add/del by David Herrmann · 13 years ago
  42. 0ac7e70 Bluetooth: Fix hci core device initialization by David Herrmann · 13 years ago
  43. 5e76244 Bluetooth: Add mgmt events for blacklisting by Antti Julku · 13 years ago
  44. 1c1def0 Bluetooth: Move SMP fields to a separate structure by Vinicius Costa Gomes · 13 years ago
  45. 52087a7 Bluetooth: make use of connection number to optimize the scheduler by Luiz Augusto von Dentz · 13 years ago
  46. 7bdb8a5 Bluetooth: Don't use cmd_timer to timeout HCI reset command by Szymon Janc · 13 years ago
  47. 8475e23 Bluetooth: unlock if allocation fails in hci_blacklist_add() by Dan Carpenter · 13 years ago
  48. 95a943c 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
  49. 726b4ff Bluetooth: Add support for storing the key size by Vinicius Costa Gomes · 13 years ago
  50. 75d262c Bluetooth: Add functions to manipulate the link key list for SMP by Vinicius Costa Gomes · 13 years ago
  51. 8aded71 Bluetooth: Fix potential deadlock in hci_core by Andre Guedes · 13 years ago
  52. 2e65c9d Bluetooth: Remove enable_smp parameter by Andre Guedes · 13 years ago
  53. eead27d Bluetooth: Add lmp_host_le_capable() macro by Andre Guedes · 13 years ago
  54. e175072 Bluetooth: Rename function bt_err to bt_to_errno by Joe Perches · 13 years ago
  55. 3609936 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
  56. a7925bd Bluetooth: Fix locking in blacklist code by Gustavo F. Padovan · 13 years ago
  57. b2a66aa Bluetooth: Move blacklisting functions to hci_core by Antti Julku · 13 years ago
  58. 3a0259b Bluetooth: Add support for using the crypto subsystem by Vinicius Costa Gomes · 13 years ago
  59. 14b12d0 Bluetooth: Add BT_POWER L2CAP socket option. by Jaikumar Ganesh · 13 years ago
  60. 3581508 Bluetooth: Advertising entries lifetime by Andre Guedes · 13 years ago
  61. 76c8686 Bluetooth: LE advertising cache by Andre Guedes · 13 years ago
  62. f81c622 net: Remove unnecessary semicolons by Joe Perches · 13 years ago
  63. 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 · 14 years ago
  64. dee04ca Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6 by John W. Linville · 14 years ago
  65. 4df378a Bluetooth: Add store_hint parameter to mgmt_new_key by Johan Hedberg · 14 years ago
  66. 4748fed Bluetooth: Remove old_key_type from mgmt_ev_new_key by Johan Hedberg · 14 years ago
  67. 655fe6e Bluetooth: Fix connection key type updating for buggy controllers by Johan Hedberg · 14 years ago
  68. 12adcf3 Bluetooth: Fix old_key_type logic for non-persistent keys by Johan Hedberg · 14 years ago
  69. d25e28a Bluetooth: Fix link key persistent storage criteria by Johan Hedberg · 14 years ago
  70. b6020ba Bluetooth: Add definitions for link key types by Waldemar Rymarkiewicz · 14 years ago
  71. 429576b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  72. 2bd93d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  73. 1ed3aad Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 14 years ago
  74. 828d7d7 Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 14 years ago
  75. b79f44c Bluetooth: Fix keeping the command timer running by Vinicius Costa Gomes · 14 years ago
  76. 252f4bf 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 · 14 years ago
  77. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 14 years ago
  78. 1e429f3 Bluetooth: Remove gfp_mask param from hci_reassembly() by Gustavo F. Padovan · 14 years ago
  79. 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
  80. 6f5ef99 Bluetooth: Fix warning with hci_cmd_timer by Thomas Gleixner · 14 years ago
  81. 1057213 Bluetooth: Fix HCI_RESET command synchronization by Gustavo F. Padovan · 14 years ago
  82. 2763eda Bluetooth: Add add/remove_remote_oob_data management commands by Szymon Janc · 14 years ago
  83. f0681a6 Bluetooth: remove unnecessary function declaration by Gustavo F. Padovan · 14 years ago
  84. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  85. b77dcf8 Bluetooth: Fix warning with hci_cmd_timer by Thomas Gleixner · 14 years ago
  86. f630cf0 Bluetooth: Fix HCI_RESET command synchronization by Gustavo F. Padovan · 14 years ago
  87. 01df8c3 Bluetooth: Fix some code style issues in hci_core.c by Szymon Janc · 14 years ago
  88. 6bd3232 Bluetooth: Use proper timer for hci command timout by Ville Tervo · 14 years ago
  89. c6f3c5f Bluetooth: Fix crash when ioctl(HCIUARTSETPROTO) fails by Gustavo F. Padovan · 14 years ago
  90. bae1f5d9 Bluetooth: Treat LE and ACL links separately on timeout by Ville Tervo · 14 years ago
  91. 6ed58ec Bluetooth: Use LE buffers for LE traffic by Ville Tervo · 14 years ago
  92. 5a08ecc Bluetooth: Do not use assignments in IF conditions by Andrei Emeltchenko · 14 years ago
  93. 17fa4b9 Bluetooth: Add set_io_capability management command by Johan Hedberg · 14 years ago
  94. 55ed8ca1 Bluetooth: Implement link key handling for the management interface by Johan Hedberg · 14 years ago
  95. d835060 Bluetooth: Remove page timeout setting from HCI init sequence by Johan Hedberg · 14 years ago
  96. b0916ea Bluetooth: Add controller side link key clearing to hci_init_req by Johan Hedberg · 14 years ago
  97. a5040ef Bluetooth: Add special handling with __hci_request and HCI_INIT by Johan Hedberg · 14 years ago
  98. 2aeb9a1 Bluetooth: Implement UUID handling through the management interface by Johan Hedberg · 14 years ago
  99. c542a06 Bluetooth: Implement set_pairable managment command by Johan Hedberg · 14 years ago
  100. eec8d2b Bluetooth: Add support for set_powered management command by Johan Hedberg · 14 years ago