1. fcd89c0 Bluetooth: Add LE connect support by Ville Tervo · 14 years ago
  2. 903d343 Bluetooth: Add L2CAP mode to debugfs output by Gustavo F. Padovan · 14 years ago
  3. c531a12 Bluetooth: remove l2cap_load() hack by Gustavo F. Padovan · 14 years ago
  4. 6427451 Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko by Gustavo F. Padovan · 14 years ago
  5. c4c896e Bluetooth: sco: fix information leak to userspace by Vasiliy Kulikov · 14 years ago
  6. 43629f8 Bluetooth: bnep: fix buffer overflow by Vasiliy Kulikov · 14 years ago
  7. e3fb592 Bluetooth: l2cap: fix 1 byte infoleak to userspace by Vasiliy Kulikov · 14 years ago
  8. a0019bc Bluetooth: update Bluetooth daemon name in Kconfig help by Gustavo F. Padovan · 14 years ago
  9. 6de0702 Bluetooth: move __l2cap_sock_close() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  10. 05fc157 Bluetooth: move l2cap_sock_kill() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  11. 6ddc048 Bluetooth: move L2CAP sock timers function to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  12. fd83ccd Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  13. dcba0db Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  14. 6898325 Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  15. 4e34c50 Bluetooth: move l2cap_sock_connect() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  16. 99f4808 Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  17. 33575df Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  18. d7175d5 Bluetooth: move l2cap_sock_getname() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  19. c47b7c7 Bluetooth: move l2cap_sock_accept() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  20. af6bcd8 Bluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  21. 554f05b Bluetooth: move l2cap_sock_release() to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  22. 6539058 Bluetooth: move l2cap_sock_ops to l2cap_sock.c by Gustavo F. Padovan · 14 years ago
  23. bb58f74 Bluetooth: Initial work for L2CAP split. by Gustavo F. Padovan · 14 years ago
  24. 0a708f8 Bluetooth: Rename l2cap.c to l2cap_core.c by Gustavo F. Padovan · 14 years ago
  25. d37f50e Bluetooth: fix crash by disabling tasklet in sock accept by Andrei Emeltchenko · 14 years ago
  26. 5a08ecc Bluetooth: Do not use assignments in IF conditions by Andrei Emeltchenko · 14 years ago
  27. 17fa4b9 Bluetooth: Add set_io_capability management command by Johan Hedberg · 14 years ago
  28. 980e1a5 Bluetooth: Add support for PIN code handling in the management interface by Johan Hedberg · 14 years ago
  29. a38528f Bluetooth: Create common cmd_complete function for mgmt.c by Johan Hedberg · 14 years ago
  30. 2784eb4 Bluetooth: Add get_connections managment interface command by Johan Hedberg · 14 years ago
  31. 17d5c04 Bluetooth: Add support for connect failed management event by Johan Hedberg · 14 years ago
  32. 8962ee7 Bluetooth: Add disconnect managment command by Johan Hedberg · 14 years ago
  33. f752054 Bluetooth: Add connected/disconnected management events by Johan Hedberg · 14 years ago
  34. 55ed8ca1 Bluetooth: Implement link key handling for the management interface by Johan Hedberg · 14 years ago
  35. 1aff6f0 Bluetooth: Add class of device control to the management interface by Johan Hedberg · 14 years ago
  36. d5859e2 Bluetooth: Implement a more complete adapter initialization sequence by Johan Hedberg · 14 years ago
  37. d835060 Bluetooth: Remove page timeout setting from HCI init sequence by Johan Hedberg · 14 years ago
  38. b0916ea Bluetooth: Add controller side link key clearing to hci_init_req by Johan Hedberg · 14 years ago
  39. a5040ef Bluetooth: Add special handling with __hci_request and HCI_INIT by Johan Hedberg · 14 years ago
  40. 03b555e Bluetooth: Reject pairing requests when in non-pairable mode by Johan Hedberg · 14 years ago
  41. 930e133 Bluetooth: Implement debugfs support for listing UUIDs by Johan Hedberg · 14 years ago
  42. 2aeb9a1 Bluetooth: Implement UUID handling through the management interface by Johan Hedberg · 14 years ago
  43. c542a06 Bluetooth: Implement set_pairable managment command by Johan Hedberg · 14 years ago
  44. 053f021 Bluetooth: Add send_mode_rsp convenience function for mgmt.c by Johan Hedberg · 14 years ago
  45. ebc99fe Bluetooth: Add flag to track managment controlled adapters by Johan Hedberg · 14 years ago
  46. 72a734e Bluetooth: Unify mode related management messages to a single struct by Johan Hedberg · 14 years ago
  47. 9fbcbb4 Bluetooth: Add set_connectable management command by Johan Hedberg · 14 years ago
  48. 73f22f6 Bluetooth: Add support for set_discoverable management command by Johan Hedberg · 14 years ago
  49. eec8d2b Bluetooth: Add support for set_powered management command by Johan Hedberg · 14 years ago
  50. 5add6af Bluetooth: Add support for management powered event by Johan Hedberg · 14 years ago
  51. ab81cbf Bluetooth: Implement automatic setup procedure for local adapters by Johan Hedberg · 14 years ago
  52. 7990681c Bluetooth: Fix setting of MTU for ERTM and Streaming Mode by Gustavo F. Padovan · 14 years ago
  53. e702112 Bluetooth: Use non-flushable by default L2CAP data packets by Andrei Emeltchenko · 14 years ago
  54. b2c60d4 Bluetooth: Fix failure to release lock in read_index_list() by Jesper Juhl · 14 years ago
  55. e733fb6 Bluetooth: Set conn state to BT_DISCONN to avoid multiple responses by Bao Liang · 14 years ago
  56. 765c2a9 Bluetooth: Fix race condition with conn->sec_level by Johan Hedberg · 14 years ago
  57. d00ef24 Bluetooth: Fix authentication request for L2CAP raw sockets by Johan Hedberg · 14 years ago
  58. 8556edd3 Bluetooth: Create a unified auth_type evaluation function by Johan Hedberg · 14 years ago
  59. 65cf686 Bluetooth: Fix MITM protection requirement preservation by Johan Hedberg · 14 years ago
  60. 88644bb Revert "Bluetooth: Update sec_level/auth_type for already existing connections" by Johan Hedberg · 14 years ago
  61. 683d949 Bluetooth: Never deallocate a session when some DLC points to it by Lukáš Turek · 14 years ago
  62. e2e0cac Bluetooth: Fix leaking blacklist when unregistering a hci device by Johan Hedberg · 14 years ago
  63. 4571928 Bluetooth: l2cap: fix misuse of logical operation in place of bitop by David Sterba · 14 years ago
  64. 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
  65. 17f9cc3 Bluetooth: Improve handling of HCI control channel in bind by Gustavo F. Padovan · 14 years ago
  66. 23bb576 Bluetooth: Fix __hci_request synchronization for hci_open_dev by Johan Hedberg · 14 years ago
  67. c71e97b Bluetooth: Add management events for controller addition & removal by Johan Hedberg · 14 years ago
  68. f7b64e69 Bluetooth: Add read_info management command by Johan Hedberg · 14 years ago
  69. faba42e Bluetooth: Add read_index_list management command by Johan Hedberg · 14 years ago
  70. 02d9812 Bluetooth: Add read_version management command by Johan Hedberg · 14 years ago
  71. e41d8b4 Bluetooth: Add error handling for managment command handlers by Johan Hedberg · 14 years ago
  72. 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
  73. a40c406 Bluetooth: Make hci_send_to_sock usable for management control sockets by Johan Hedberg · 14 years ago
  74. 0381101 Bluetooth: Add initial Bluetooth Management interface callbacks by Johan Hedberg · 14 years ago
  75. ff2109f Net: bluetooth: Makefile: Remove deprecated kbuild goal definitions by Tracey Dent · 14 years ago
  76. 183f732 Bluetooth: Fix initial RFCOMM DLC security level by Johan Hedberg · 14 years ago
  77. df6bd74 Bluetooth: Don't accept ConfigReq if we aren't in the BT_CONFIG state by Gustavo F. Padovan · 14 years ago
  78. 70f23020 Bluetooth: clean up hci code by Andrei Emeltchenko · 14 years ago
  79. 894718a Bluetooth: clean up l2cap code by Andrei Emeltchenko · 14 years ago
  80. 285b4e9 Bluetooth: clean up rfcomm code by Andrei Emeltchenko · 14 years ago
  81. 735cbc4 Bluetooth: clean up sco code by Andrei Emeltchenko · 14 years ago
  82. b78d7b4f Bluetooth: Fix error handling for l2cap_init() by Anderson Lizardo · 14 years ago
  83. eeb3665 Bluetooth: Get rid of __rfcomm_get_sock_by_channel() by Gustavo F. Padovan · 14 years ago
  84. e0f0cb5 Bluetooth: Get rid of __l2cap_get_sock_by_psm() by Gustavo F. Padovan · 14 years ago
  85. cc11b9c Bluetooth: do not use assignment in if condition by Andrei Emeltchenko · 14 years ago
  86. 940a9ee Bluetooth: timer check sk is not owned before freeing by Andrei Emeltchenko · 14 years ago
  87. a49184c Bluetooth: Check sk is not owned before freeing l2cap_conn by Andrei Emeltchenko · 14 years ago
  88. d31dbf6 Bluetooth: hidp: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  89. 3185fbd Bluetooth: cmtp: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  90. 5520d20 Bluetooth: bnep: fix information leak to userland by Vasiliy Kulikov · 14 years ago
  91. 127178d Bluetooth: Automate remote name requests by Johan Hedberg · 14 years ago
  92. 392599b Bluetooth: Create a unified authentication request function by Johan Hedberg · 14 years ago
  93. ccd556f Bluetooth: Simplify remote features callback function logic by Johan Hedberg · 14 years ago
  94. c89ad73 Bluetooth: Fix not returning proper error in SCO by Gustavo F. Padovan · 14 years ago
  95. 63ce090 Bluetooth: fix not setting security level when creating a rfcomm session by Luiz Augusto von Dentz · 14 years ago
  96. 4f8b691 Bluetooth: fix endianness conversion in L2CAP by Gustavo F. Padovan · 14 years ago
  97. bfaaeb3 Bluetooth: fix unaligned access to l2cap conf data by steven miao · 14 years ago
  98. bdb7524 Bluetooth: Fix non-SSP auth request for HIGH security level sockets by Johan Hedberg · 14 years ago
  99. 96c99b4 Bluetooth: fix hidp kconfig dependency warning by Randy Dunlap · 14 years ago
  100. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago