1. 2a61169 Bluetooth: Add mgmt_auth_failed event by Johan Hedberg · 13 years ago
  2. ac56fb1 Bluetooth: Fix mgmt_pin_code_reply return parameters by Johan Hedberg · 13 years ago
  3. a5c2968 Bluetooth: Add management support for user confirmation request by Johan Hedberg · 13 years ago
  4. e9a416b Bluetooth: Add mgmt_pair_device command by Johan Hedberg · 13 years ago
  5. adc4266 Bluetooth: Fix some code style issues in hci_core.h by Szymon Janc · 13 years ago
  6. 2ce603e Bluetooth: Send LE Connection Update Command by Claudio Takahasi · 13 years ago
  7. 6bd3232 Bluetooth: Use proper timer for hci command timout by Ville Tervo · 13 years ago
  8. de73115 Bluetooth: Add connection parameter update response by Claudio Takahasi · 13 years ago
  9. 3300d9a Bluetooth: Add LE signaling commands handling by Claudio Takahasi · 13 years ago
  10. aff2cae Bluetooth: Add SMP command structures by Ville Tervo · 13 years ago
  11. b62f328 Bluetooth: Add server socket support for LE connection by Ville Tervo · 13 years ago
  12. acd7d37 Bluetooth: Add LE connection support to L2CAP by Ville Tervo · 13 years ago
  13. 6ed58ec Bluetooth: Use LE buffers for LE traffic by Ville Tervo · 13 years ago
  14. fcd89c0 Bluetooth: Add LE connect support by Ville Tervo · 13 years ago
  15. 63185f6 Bluetooth: Add low energy commands and events by Ville Tervo · 13 years ago
  16. c531a12 Bluetooth: remove l2cap_load() hack by Gustavo F. Padovan · 13 years ago
  17. 6427451 Bluetooth: Merge L2CAP and SCO modules into bluetooth.ko by Gustavo F. Padovan · 13 years ago
  18. 6de0702 Bluetooth: move __l2cap_sock_close() to l2cap_sock.c by Gustavo F. Padovan · 13 years ago
  19. fd83ccd Bluetooth: move l2cap_sock_sendmsg() to l2cap_sock.c by Gustavo F. Padovan · 13 years ago
  20. dcba0db Bluetooth: move l2cap_sock_shutdown() to l2cap_sock.c by Gustavo F. Padovan · 13 years ago
  21. 6898325 Bluetooth: move l2cap_sock_recvmsg() to l2cap_sock.c by Gustavo F. Padovan · 13 years ago
  22. 4e34c50 Bluetooth: move l2cap_sock_connect() to l2cap_sock.c by Gustavo F. Padovan · 13 years ago
  23. 99f4808 Bluetooth: move l2cap_sock_getsockopt() to l2cap_sock.c by Gustavo F. Padovan · 13 years ago
  24. 33575df Bluetooth: move l2cap_sock_setsockopt() to l2cap_sock.c by Gustavo F. Padovan · 13 years ago
  25. d7175d5 Bluetooth: move l2cap_sock_getname() to l2cap_sock.c by Gustavo F. Padovan · 13 years ago
  26. c47b7c7 Bluetooth: move l2cap_sock_accept() to l2cap_sock.c by Gustavo F. Padovan · 13 years ago
  27. af6bcd8 Bluetooth: move l2cap_sock_bind()/listen() to l2cap_sock.c by Gustavo F. Padovan · 13 years ago
  28. 554f05b Bluetooth: move l2cap_sock_release() to l2cap_sock.c by Gustavo F. Padovan · 13 years ago
  29. 6539058 Bluetooth: move l2cap_sock_ops to l2cap_sock.c by Gustavo F. Padovan · 13 years ago
  30. bb58f74 Bluetooth: Initial work for L2CAP split. by Gustavo F. Padovan · 13 years ago
  31. 17fa4b9 Bluetooth: Add set_io_capability management command by Johan Hedberg · 13 years ago
  32. 980e1a5 Bluetooth: Add support for PIN code handling in the management interface by Johan Hedberg · 13 years ago
  33. 2784eb4 Bluetooth: Add get_connections managment interface command by Johan Hedberg · 13 years ago
  34. 17d5c04 Bluetooth: Add support for connect failed management event by Johan Hedberg · 13 years ago
  35. 8962ee7 Bluetooth: Add disconnect managment command by Johan Hedberg · 13 years ago
  36. f752054 Bluetooth: Add connected/disconnected management events by Johan Hedberg · 13 years ago
  37. 55ed8ca1 Bluetooth: Implement link key handling for the management interface by Johan Hedberg · 13 years ago
  38. 1aff6f0 Bluetooth: Add class of device control to the management interface by Johan Hedberg · 14 years ago
  39. d5859e2 Bluetooth: Implement a more complete adapter initialization sequence by Johan Hedberg · 13 years ago
  40. b0916ea Bluetooth: Add controller side link key clearing to hci_init_req by Johan Hedberg · 14 years ago
  41. a5040ef Bluetooth: Add special handling with __hci_request and HCI_INIT by Johan Hedberg · 14 years ago
  42. 03b555e Bluetooth: Reject pairing requests when in non-pairable mode by Johan Hedberg · 14 years ago
  43. 2aeb9a1 Bluetooth: Implement UUID handling through the management interface by Johan Hedberg · 14 years ago
  44. c542a06 Bluetooth: Implement set_pairable managment command by Johan Hedberg · 13 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. e702112 Bluetooth: Use non-flushable by default L2CAP data packets by Andrei Emeltchenko · 14 years ago
  53. 765c2a9 Bluetooth: Fix race condition with conn->sec_level by Johan Hedberg · 13 years ago
  54. 23bb576 Bluetooth: Fix __hci_request synchronization for hci_open_dev by Johan Hedberg · 14 years ago
  55. c71e97b Bluetooth: Add management events for controller addition & removal by Johan Hedberg · 14 years ago
  56. f7b64e6 Bluetooth: Add read_info management command by Johan Hedberg · 14 years ago
  57. faba42e Bluetooth: Add read_index_list management command by Johan Hedberg · 14 years ago
  58. 02d9812 Bluetooth: Add read_version management command by Johan Hedberg · 14 years ago
  59. a40c406 Bluetooth: Make hci_send_to_sock usable for management control sockets by Johan Hedberg · 14 years ago
  60. 0381101 Bluetooth: Add initial Bluetooth Management interface callbacks by Johan Hedberg · 14 years ago
  61. c02178d Bluetooth: Add Bluetooth Management interface definitions by Johan Hedberg · 14 years ago
  62. be21871 Bluetooth: clean up legal text by Andrei Emeltchenko · 14 years ago
  63. 70f23020 Bluetooth: clean up hci code by Andrei Emeltchenko · 14 years ago
  64. 894718a Bluetooth: clean up l2cap code by Andrei Emeltchenko · 14 years ago
  65. 285b4e9 Bluetooth: clean up rfcomm code by Andrei Emeltchenko · 14 years ago
  66. 735cbc4 Bluetooth: clean up sco code by Andrei Emeltchenko · 14 years ago
  67. 534c92f Bluetooth: clean up rfcomm code by Andrei Emeltchenko · 14 years ago
  68. 796c86e Bluetooth: Add common code for stream-oriented recvmsg() by Mat Martineau · 14 years ago
  69. 8f1e174 Bluetooth: HCI devices are either BR/EDR or AMP radios by David Vrabel · 14 years ago
  70. d122179 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  71. e454c84 Bluetooth: Fix deadlock in the ERTM logic by Gustavo F. Padovan · 14 years ago
  72. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  73. db12d64 Bluetooth: Use 3-DH5 payload size for default ERTM max PDU size by Mat Martineau · 14 years ago
  74. fa23556 Bluetooth: Change default L2CAP ERTM retransmit timeout by Mat Martineau · 14 years ago
  75. ea4bd8b Bluetooth: Use list_head for HCI blacklist head by David Miller · 14 years ago
  76. e73439d Bluetooth: Defer SCO setup if mode change is pending by Marcel Holtmann · 14 years ago
  77. 66c853c Bluetooth: Use __packed annotation by Gustavo F. Padovan · 14 years ago
  78. 5d8868f Bluetooth: Add Google's copyright to L2CAP by Gustavo F. Padovan · 14 years ago
  79. 9981151 Bluetooth: Implemented HCI frame reassembly for RX from stream by Suraj Sumangala · 14 years ago
  80. 33e882a Bluetooth: Implement hci_reassembly helper to reassemble RX packets by Suraj Sumangala · 14 years ago
  81. cd4c539 Bluetooth: Add one more buffer for HCI stream reassembly by Suraj Sumangala · 14 years ago
  82. ce5706b Bluetooth: Add Copyright notice to L2CAP by Gustavo F. Padovan · 14 years ago
  83. e0f6621 Bluetooth: Remove the send_lock spinlock from ERTM by Gustavo F. Padovan · 14 years ago
  84. cf6c2c0 Bluetooth: Disconnect early if mode is not supported by Gustavo F. Padovan · 14 years ago
  85. 2d0a034 Bluetooth: Reassigned copyright to Code Aurora Forum by Ron Shaffer · 14 years ago
  86. 04fafe4 Bluetooth: Remove extraneous white space by Ron Shaffer · 14 years ago
  87. f035856 Bluetooth: Add blacklist support for incoming connections by Johan Hedberg · 14 years ago
  88. f48fd9c Bluetooth: Create per controller workqueue by Marcel Holtmann · 14 years ago
  89. dfc909b Bluetooth: Fix race condition on l2cap_ertm_send() by Gustavo F. Padovan · 14 years ago
  90. 1890d36 Bluetooth: Implement Local Busy Condition handling by Gustavo F. Padovan · 14 years ago
  91. 9a9c6a3 Bluetooth: Make hci_send_acl() void by Gustavo F. Padovan · 14 years ago
  92. 68d7f0c Bluetooth: Enable option to configure Max Transmission value via sockopt by Gustavo F. Padovan · 14 years ago
  93. 803020c Bluetooth: Change acknowledgement to use the value of txWindow by Gustavo F. Padovan · 14 years ago
  94. 14b5aa7 Bluetooth: Add sockopt configuration for txWindow on L2CAP by Gustavo F. Padovan · 14 years ago
  95. 1c76215 Bluetooth: Fix configuration of the MPS value by Gustavo F. Padovan · 14 years ago
  96. c1b4f43 Bluetooth: Add timer to Acknowledge I-frames by Gustavo F. Padovan · 14 years ago
  97. d5392c8 Bluetooth: Implement 'Send IorRRorRNR' event by Gustavo F. Padovan · 14 years ago
  98. 0d861d8 Bluetooth: Make hci_send_sco() void by Gustavo F. Padovan · 14 years ago
  99. aef7d97 Bluetooth: Convert debug files to actually use debugfs instead of sysfs by Marcel Holtmann · 14 years ago
  100. 943da25 Bluetooth: Add controller types for BR/EDR and 802.11 AMP by Marcel Holtmann · 14 years ago