1. d45dcef Bluetooth: Fix BT_L2CAP and BT_SCO in Kconfig by Gustavo F. Padovan · 14 years ago
  2. b67afe7 Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  3. 8ffd878 Bluetooth: fix checkpatch errors in af_bluetooth.c by Gustavo F. Padovan · 14 years ago
  4. 602f988 Bluetooth: Fix errors reported by checkpatch.pl by Gustavo F. Padovan · 14 years ago
  5. e2174ca Bluetooth: fix errors reported by checkpatch.pl by Gustavo F. Padovan · 14 years ago
  6. 138d22e Bluetooth: Fix some code style issues in hci_event.c by Szymon Janc · 14 years ago
  7. 01df8c3 Bluetooth: Fix some code style issues in hci_core.c by Szymon Janc · 14 years ago
  8. 0786f8b Bluetooth: Clean up hci_sniff_subrate_evt function by Szymon Janc · 14 years ago
  9. 7235975 Bluetooth: Use #include <linux/uaccess.h> instead of <asm/uaccess.h> by Szymon Janc · 14 years ago
  10. 2ce603e Bluetooth: Send LE Connection Update Command by Claudio Takahasi · 14 years ago
  11. 6bd3232 Bluetooth: Use proper timer for hci command timout by Ville Tervo · 14 years ago
  12. c6f3c5f Bluetooth: Fix crash when ioctl(HCIUARTSETPROTO) fails by Gustavo F. Padovan · 14 years ago
  13. de73115 Bluetooth: Add connection parameter update response by Claudio Takahasi · 14 years ago
  14. 3300d9a Bluetooth: Add LE signaling commands handling by Claudio Takahasi · 14 years ago
  15. bae1f5d9 Bluetooth: Treat LE and ACL links separately on timeout by Ville Tervo · 14 years ago
  16. b92a622 Bluetooth: Fix initiated LE connections by Vinicius Costa Gomes · 14 years ago
  17. 5589fa9 Bluetooth: Do not send disconn comand over LE links by Ville Tervo · 14 years ago
  18. b62f328 Bluetooth: Add server socket support for LE connection by Ville Tervo · 14 years ago
  19. acd7d37 Bluetooth: Add LE connection support to L2CAP by Ville Tervo · 14 years ago
  20. 6ed58ec Bluetooth: Use LE buffers for LE traffic by Ville Tervo · 14 years ago
  21. fcd89c0 Bluetooth: Add LE connect support by Ville Tervo · 14 years ago
  22. 840af82 Bluetooth: Release BTM while sleeping to avoid deadlock by Vladislav P · 14 years ago
  23. 903d343 Bluetooth: Add L2CAP mode to debugfs output by Gustavo F. Padovan · 14 years ago
  24. c531a12 Bluetooth: remove l2cap_load() hack by Gustavo F. Padovan · 14 years ago
  25. 6427451 Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko by Gustavo F. Padovan · 14 years ago
  26. c4c896e Bluetooth: sco: fix information leak to userspace by Vasiliy Kulikov · 14 years ago
  27. 43629f8 Bluetooth: bnep: fix buffer overflow by Vasiliy Kulikov · 14 years ago
  28. e3fb592 Bluetooth: l2cap: fix 1 byte infoleak to userspace by Vasiliy Kulikov · 14 years ago
  29. a0019bc Bluetooth: update Bluetooth daemon name in Kconfig help by Gustavo F. Padovan · 14 years ago
  30. 6de0702 Bluetooth: move __l2cap_sock_close() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  31. 05fc157 Bluetooth: move l2cap_sock_kill() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  32. 6ddc048 Bluetooth: move L2CAP sock timers function to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  33. fd83ccd Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  34. dcba0db Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  35. 6898325 Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  36. 4e34c50 Bluetooth: move l2cap_sock_connect() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  37. 99f4808 Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  38. 33575df Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  39. d7175d5 Bluetooth: move l2cap_sock_getname() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  40. c47b7c7 Bluetooth: move l2cap_sock_accept() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  41. af6bcd8 Bluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  42. 554f05b Bluetooth: move l2cap_sock_release() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  43. 6539058 Bluetooth: move l2cap_sock_ops to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  44. bb58f74 Bluetooth: Initial work for L2CAP split. by Gustavo F. Padovan · 14 years ago
  45. 0a708f8 Bluetooth: Rename l2cap.c to l2cap_core.c by Gustavo F. Padovan · 14 years ago
  46. d37f50e Bluetooth: fix crash by disabling tasklet in sock accept by Andrei Emeltchenko · 14 years ago
  47. 5a08ecc Bluetooth: Do not use assignments in IF conditions by Andrei Emeltchenko · 14 years ago
  48. 17fa4b9 Bluetooth: Add set_io_capability management command by Johan Hedberg · 14 years ago
  49. 980e1a5 Bluetooth: Add support for PIN code handling in the management interface by Johan Hedberg · 14 years ago
  50. a38528f Bluetooth: Create common cmd_complete function for mgmt.c by Johan Hedberg · 14 years ago
  51. 2784eb4 Bluetooth: Add get_connections managment interface command by Johan Hedberg · 14 years ago
  52. 17d5c04 Bluetooth: Add support for connect failed management event by Johan Hedberg · 14 years ago
  53. 8962ee7 Bluetooth: Add disconnect managment command by Johan Hedberg · 14 years ago
  54. f752054 Bluetooth: Add connected/disconnected management events by Johan Hedberg · 14 years ago
  55. 55ed8ca1 Bluetooth: Implement link key handling for the management interface by Johan Hedberg · 14 years ago
  56. 1aff6f0 Bluetooth: Add class of device control to the management interface by Johan Hedberg · 14 years ago
  57. d5859e2 Bluetooth: Implement a more complete adapter initialization sequence by Johan Hedberg · 14 years ago
  58. d835060 Bluetooth: Remove page timeout setting from HCI init sequence by Johan Hedberg · 14 years ago
  59. b0916ea Bluetooth: Add controller side link key clearing to hci_init_req by Johan Hedberg · 14 years ago
  60. a5040ef Bluetooth: Add special handling with __hci_request and HCI_INIT by Johan Hedberg · 14 years ago
  61. 03b555e Bluetooth: Reject pairing requests when in non-pairable mode by Johan Hedberg · 14 years ago
  62. 930e133 Bluetooth: Implement debugfs support for listing UUIDs by Johan Hedberg · 14 years ago
  63. 2aeb9a1 Bluetooth: Implement UUID handling through the management interface by Johan Hedberg · 14 years ago
  64. c542a06 Bluetooth: Implement set_pairable managment command by Johan Hedberg · 14 years ago
  65. 053f021 Bluetooth: Add send_mode_rsp convenience function for mgmt.c by Johan Hedberg · 14 years ago
  66. ebc99fe Bluetooth: Add flag to track managment controlled adapters by Johan Hedberg · 14 years ago
  67. 72a734e Bluetooth: Unify mode related management messages to a single struct by Johan Hedberg · 14 years ago
  68. 9fbcbb4 Bluetooth: Add set_connectable management command by Johan Hedberg · 14 years ago
  69. 73f22f6 Bluetooth: Add support for set_discoverable management command by Johan Hedberg · 14 years ago
  70. eec8d2b Bluetooth: Add support for set_powered management command by Johan Hedberg · 14 years ago
  71. 5add6af Bluetooth: Add support for management powered event by Johan Hedberg · 14 years ago
  72. ab81cbf Bluetooth: Implement automatic setup procedure for local adapters by Johan Hedberg · 14 years ago
  73. 7990681c Bluetooth: Fix setting of MTU for ERTM and Streaming Mode by Gustavo F. Padovan · 14 years ago
  74. e702112 Bluetooth: Use non-flushable by default L2CAP data packets by Andrei Emeltchenko · 14 years ago
  75. b2c60d4 Bluetooth: Fix failure to release lock in read_index_list() by Jesper Juhl · 14 years ago
  76. e733fb6 Bluetooth: Set conn state to BT_DISCONN to avoid multiple responses by Bao Liang · 14 years ago
  77. 765c2a9 Bluetooth: Fix race condition with conn->sec_level by Johan Hedberg · 14 years ago
  78. d00ef24 Bluetooth: Fix authentication request for L2CAP raw sockets by Johan Hedberg · 14 years ago
  79. 8556edd3 Bluetooth: Create a unified auth_type evaluation function by Johan Hedberg · 14 years ago
  80. 65cf686 Bluetooth: Fix MITM protection requirement preservation by Johan Hedberg · 14 years ago
  81. 88644bb Revert "Bluetooth: Update sec_level/auth_type for already existing connections" by Johan Hedberg · 14 years ago
  82. 683d949 Bluetooth: Never deallocate a session when some DLC points to it by Lukáš Turek · 14 years ago
  83. e2e0cac Bluetooth: Fix leaking blacklist when unregistering a hci device by Johan Hedberg · 14 years ago
  84. 4571928 Bluetooth: l2cap: fix misuse of logical operation in place of bitop by David Sterba · 14 years ago
  85. 782a9e3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6 by John W. Linville · 14 years ago
  86. 17f9cc3 Bluetooth: Improve handling of HCI control channel in bind by Gustavo F. Padovan · 14 years ago
  87. 23bb576 Bluetooth: Fix __hci_request synchronization for hci_open_dev by Johan Hedberg · 14 years ago
  88. c71e97b Bluetooth: Add management events for controller addition & removal by Johan Hedberg · 14 years ago
  89. f7b64e6 Bluetooth: Add read_info management command by Johan Hedberg · 14 years ago
  90. faba42e Bluetooth: Add read_index_list management command by Johan Hedberg · 14 years ago
  91. 02d9812 Bluetooth: Add read_version management command by Johan Hedberg · 14 years ago
  92. e41d8b4 Bluetooth: Add error handling for managment command handlers by Johan Hedberg · 14 years ago
  93. 1fcfe76 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  94. a40c406 Bluetooth: Make hci_send_to_sock usable for management control sockets by Johan Hedberg · 14 years ago
  95. 0381101 Bluetooth: Add initial Bluetooth Management interface callbacks by Johan Hedberg · 14 years ago
  96. ff2109f Net: bluetooth: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  97. 183f732 Bluetooth: Fix initial RFCOMM DLC security level by Johan Hedberg · 14 years ago
  98. df6bd74 Bluetooth: Don't accept ConfigReq if we aren't in the BT_CONFIG state by Gustavo F. Padovan · 15 years ago
  99. 70f23020 Bluetooth: clean up hci code by Andrei Emeltchenko · 14 years ago
  100. 894718a Bluetooth: clean up l2cap code by Andrei Emeltchenko · 14 years ago