1. 655fe6e Bluetooth: Fix connection key type updating for buggy controllers by Johan Hedberg · 13 years ago
  2. 12adcf3 Bluetooth: Fix old_key_type logic for non-persistent keys by Johan Hedberg · 13 years ago
  3. d25e28a Bluetooth: Fix link key persistent storage criteria by Johan Hedberg · 13 years ago
  4. b6020ba Bluetooth: Add definitions for link key types by Waldemar Rymarkiewicz · 13 years ago
  5. 429576b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 13 years ago
  6. 2bd93d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  7. 1ed3aad Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 13 years ago
  8. 828d7d7 Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 by Gustavo F. Padovan · 13 years ago
  9. b79f44c Bluetooth: Fix keeping the command timer running by Vinicius Costa Gomes · 13 years ago
  10. 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 · 13 years ago
  11. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  12. 1e429f3 Bluetooth: Remove gfp_mask param from hci_reassembly() by Gustavo F. Padovan · 13 years ago
  13. 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
  14. 6f5ef99 Bluetooth: Fix warning with hci_cmd_timer by Thomas Gleixner · 13 years ago
  15. 1057213 Bluetooth: Fix HCI_RESET command synchronization by Gustavo F. Padovan · 13 years ago
  16. 2763eda Bluetooth: Add add/remove_remote_oob_data management commands by Szymon Janc · 13 years ago
  17. f0681a6 Bluetooth: remove unnecessary function declaration by Gustavo F. Padovan · 13 years ago
  18. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  19. b77dcf8 Bluetooth: Fix warning with hci_cmd_timer by Thomas Gleixner · 13 years ago
  20. f630cf0 Bluetooth: Fix HCI_RESET command synchronization by Gustavo F. Padovan · 13 years ago
  21. 01df8c3 Bluetooth: Fix some code style issues in hci_core.c by Szymon Janc · 13 years ago
  22. 6bd3232 Bluetooth: Use proper timer for hci command timout by Ville Tervo · 13 years ago
  23. c6f3c5f Bluetooth: Fix crash when ioctl(HCIUARTSETPROTO) fails by Gustavo F. Padovan · 13 years ago
  24. bae1f5d9 Bluetooth: Treat LE and ACL links separately on timeout by Ville Tervo · 13 years ago
  25. 6ed58ec Bluetooth: Use LE buffers for LE traffic by Ville Tervo · 13 years ago
  26. 5a08ecc Bluetooth: Do not use assignments in IF conditions by Andrei Emeltchenko · 13 years ago
  27. 17fa4b9 Bluetooth: Add set_io_capability management command by Johan Hedberg · 13 years ago
  28. 55ed8ca1 Bluetooth: Implement link key handling for the management interface by Johan Hedberg · 13 years ago
  29. d835060 Bluetooth: Remove page timeout setting from HCI init sequence by Johan Hedberg · 13 years ago
  30. b0916ea Bluetooth: Add controller side link key clearing to hci_init_req by Johan Hedberg · 13 years ago
  31. a5040ef Bluetooth: Add special handling with __hci_request and HCI_INIT by Johan Hedberg · 13 years ago
  32. 2aeb9a1 Bluetooth: Implement UUID handling through the management interface by Johan Hedberg · 14 years ago
  33. c542a06 Bluetooth: Implement set_pairable managment command by Johan Hedberg · 13 years ago
  34. eec8d2b Bluetooth: Add support for set_powered management command by Johan Hedberg · 14 years ago
  35. 5add6af Bluetooth: Add support for management powered event by Johan Hedberg · 14 years ago
  36. ab81cbf Bluetooth: Implement automatic setup procedure for local adapters by Johan Hedberg · 14 years ago
  37. e702112 Bluetooth: Use non-flushable by default L2CAP data packets by Andrei Emeltchenko · 14 years ago
  38. e2e0cac Bluetooth: Fix leaking blacklist when unregistering a hci device by Johan Hedberg · 14 years ago
  39. 23bb576 Bluetooth: Fix __hci_request synchronization for hci_open_dev by Johan Hedberg · 14 years ago
  40. c71e97b Bluetooth: Add management events for controller addition & removal by Johan Hedberg · 14 years ago
  41. 70f23020 Bluetooth: clean up hci code by Andrei Emeltchenko · 14 years ago
  42. 80e2c88 Bluetooth: Don't clear the blacklist when closing the HCI device by Johan Hedberg · 14 years ago
  43. ea4bd8b Bluetooth: Use list_head for HCI blacklist head by David Miller · 14 years ago
  44. da5f6c3 Bluetooth: Test 'count' value before enter the loop by Gustavo F. Padovan · 14 years ago
  45. 9981151 Bluetooth: Implemented HCI frame reassembly for RX from stream by Suraj Sumangala · 14 years ago
  46. f39a3c0 Bluetooth: Modified hci_recv_fragment() to use hci_reassembly helper by Suraj Sumangala · 14 years ago
  47. 33e882a Bluetooth: Implement hci_reassembly helper to reassemble RX packets by Suraj Sumangala · 14 years ago
  48. cd4c539 Bluetooth: Add one more buffer for HCI stream reassembly by Suraj Sumangala · 14 years ago
  49. f035856 Bluetooth: Add blacklist support for incoming connections by Johan Hedberg · 14 years ago
  50. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  51. f48fd9c Bluetooth: Create per controller workqueue by Marcel Holtmann · 14 years ago
  52. 9a9c6a3 Bluetooth: Make hci_send_acl() void by Gustavo F. Padovan · 14 years ago
  53. 0d861d8 Bluetooth: Make hci_send_sco() void by Gustavo F. Padovan · 14 years ago
  54. 943da25 Bluetooth: Add controller types for BR/EDR and 802.11 AMP by Marcel Holtmann · 14 years ago
  55. c13854c Bluetooth: Convert controller hdev->type to hdev->bus by Marcel Holtmann · 14 years ago
  56. c78ae28 Bluetooth: Unobfuscate tasklet_schedule usage by Marcel Holtmann · 15 years ago
  57. 76bca88 Bluetooth: Turn hci_recv_frame into an exported function by Marcel Holtmann · 15 years ago
  58. a6a67ef Bluetooth: Convert hdev->req_lock to a mutex by Thomas Gleixner · 15 years ago
  59. 611b30f Bluetooth: Add native RFKILL soft-switch support for all devices by Marcel Holtmann · 15 years ago
  60. 7585b97 Bluetooth: Remove some pointless conditionals before kfree_skb() by Wei Yongjun · 15 years ago
  61. a418b89 Bluetooth: Enable per-module dynamic debug messages by Marcel Holtmann · 16 years ago
  62. 7a9d402 Bluetooth: Send HCI Reset command by default on device initialization by Marcel Holtmann · 16 years ago
  63. c6bf514 Bluetooth: Fix leak of uninitialized data to userspace by Vegard Nossum · 16 years ago
  64. 7c6a329 [Bluetooth] Fix regression from using default link policy by Marcel Holtmann · 16 years ago
  65. 769be97 [Bluetooth] Use ACL config stage to retrieve remote features by Marcel Holtmann · 16 years ago
  66. e4e8e37 [Bluetooth] Make use of the default link policy settings by Marcel Holtmann · 16 years ago
  67. 147e2d5 bluetooth: hci_core: defer hci_unregister_sysfs() by Dave Young · 16 years ago
  68. 82453021 [BLUETOOTH] net/bluetooth/hci_core.c: Use time_* macros by S.Çağlar Onur · 16 years ago
  69. b6a0dc8 [Bluetooth] Add support for handling simple eSCO links by Marcel Holtmann · 17 years ago
  70. a9de924 [Bluetooth] Switch from OGF+OCF to using only opcodes by Marcel Holtmann · 17 years ago
  71. 89f2783 [Bluetooth] Fix parameter list for event filter command by Marcel Holtmann · 17 years ago
  72. 00ae02f [NET] BLUETOOTH: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  73. 5b7f990 [Bluetooth] Add basics to better support and handle eSCO links by Marcel Holtmann · 17 years ago
  74. ef22201 [Bluetooth] Add hci_recv_fragment() helper function by Marcel Holtmann · 17 years ago
  75. 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 17 years ago
  76. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  77. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  78. aca3192 [NET] BLUETOOTH: Use cpu_to_le{16,32}() where appropriate. by YOSHIFUJI Hideaki · 17 years ago
  79. 8e87d14 [NET] BLUETOOTH: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  80. 1143e5a [Bluetooth] Read local version information on device init by Marcel Holtmann · 18 years ago
  81. 25ea6db [Bluetooth] Remaining transitions to use kzalloc() by Marcel Holtmann · 18 years ago
  82. a91f2e3 [Bluetooth] Use real devices for host controllers by Marcel Holtmann · 18 years ago
  83. 04837f6 [Bluetooth] Add automatic sniff mode support by Marcel Holtmann · 18 years ago
  84. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  85. e041c68 [PATCH] Notifier chain update: API changes by Alan Stern · 18 years ago
  86. 1ebb925 [Bluetooth]: Add endian annotations to the core by Marcel Holtmann · 19 years ago
  87. 6516455 [Bluetooth] Make more functions static 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. 66e8b6c [Bluetooth] Remove unused functions and cleanup symbol exports by Marcel Holtmann · 19 years ago
  91. b453257 [PATCH] kill gratitious includes of major.h under net/* by Al Viro · 19 years ago
  92. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago