1. ad0ac6c Bluetooth: debug: Print CID and PSM in hex format by Andrei Emeltchenko · 12 years ago
  2. b440067 Bluetooth: debug: Correct types specifiers for L2CAP by Andrei Emeltchenko · 12 years ago
  3. 2104786 Bluetooth: debug: Add printing num of cmds queued by Andrei Emeltchenko · 12 years ago
  4. afeb019 Bluetooth: Refactor PIN code rejection to use user_pairing_resp() by Jaganath Kanakkassery · 12 years ago
  5. f5e3bcc tty: localise the lock by Alan Cox · 12 years ago
  6. ce2be9a Bluetooth: Do not auto off AMP controller by Andrei Emeltchenko · 12 years ago
  7. d300fa9 Bluetooth: Route traffic only through BR/EDR controller by Andrei Emeltchenko · 12 years ago
  8. 38b3fef Bluetooth: Improve debugging messages for hci_conn by Andrei Emeltchenko · 12 years ago
  9. b26d344 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  10. f3747e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  11. 60d2c25 Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid by Linus Torvalds · 12 years ago
  12. b82c29d Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by Gustavo Padovan · 12 years ago
  13. e486463 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  14. 1f41a6a HID: Fix the generic Kconfig options by Henrik Rydberg · 12 years ago
  15. 790eff4 Bluetooth: Use GFP_KERNEL in mgmt events functions by Andre Guedes · 12 years ago
  16. 12b9456 Bluetooth: Use GFP_KERNEL in mgmt_pending_add by Andre Guedes · 12 years ago
  17. 92c4c20 Bluetooth: Use GFP_KERNEL in mgmt_handlers by Andre Guedes · 12 years ago
  18. 9345d40 Bluetooth: Use AUTO_OFF constant in jiffies by Andrei Emeltchenko · 12 years ago
  19. 33cef26 Bluetooth: Fix compile warnings in mgmt by Andrei Emeltchenko · 12 years ago
  20. f960727 Bluetooth: Fix sending HCI_Disconnect only when connected by Vishal Agarwal · 12 years ago
  21. 211c17a Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 12 years ago
  22. 3701f94 Bluetooth: Remove magic value in disconnect mgmt handler by Andre Guedes · 12 years ago
  23. af7985b Bluetooth: Fix flags of mgmt_device_found event by Jefferson Delfes · 12 years ago
  24. 1177871 Bluetooth: Fix not setting HCI_RESET flag for AMP by Andrei Emeltchenko · 12 years ago
  25. f0e0951 Bluetooth: Correct debug print specifier for u16 objects by Andrei Emeltchenko · 12 years ago
  26. bda4f23 Bluetooth: Add opcode to error message by Andrei Emeltchenko · 12 years ago
  27. 5f246e8 Bluetooth: Update HCI timeouts constants to use msecs_to_jiffies by Andrei Emeltchenko · 12 years ago
  28. 975b91b Bluetooth: Use standard HCI cmd timeout for RESET by Andrei Emeltchenko · 12 years ago
  29. 8f321f8 Bluetooth: Fix using uninitialized option in RFCMode by Szymon Janc · 12 years ago
  30. cbe461c Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by Gustavo Padovan · 12 years ago
  31. 1d0c4da Bluetooth: Fix style in hidp code by Gustavo Padovan · 12 years ago
  32. 1c2e004 Bluetooth: Add support for encryption key refresh by Johan Hedberg · 12 years ago
  33. 4dab786 Bluetooth: Fix SMP security elevation from medium to high by Johan Hedberg · 12 years ago
  34. d06cc41 Bluetooth: Fix deadlock and crash when SMP pairing times out by Johan Hedberg · 12 years ago
  35. 4c47d73 Bluetooth: Fix LE pairing completion on connection failure by Vishal Agarwal · 12 years ago
  36. 476585e Bluetooth: Fix SMP pairing method selection by Johan Hedberg · 12 years ago
  37. 7490c6c Bluetooth: Remove magic disconnect reason by Andrei Emeltchenko · 12 years ago
  38. d060991 Bluetooth: Fix checking the wrong flag when accepting a socket by Vinicius Costa Gomes · 12 years ago
  39. 0431a43 Bluetooth: Filter duplicated reports in LE scan by Andre Guedes · 12 years ago
  40. 7e1af8a Bluetooth: Create empty l2cap ops function by Gustavo Padovan · 12 years ago
  41. 8c3a4f0 Bluetooth: Rename L2CAP_LE_DEFAULT_MTU by Andre Guedes · 12 years ago
  42. 682877c Bluetooth: Check MTU value in l2cap_sock_setsockopt_old by Andre Guedes · 12 years ago
  43. 6fcb06a Bluetooth: Change default MTU for L2CAP ATT channel by Andre Guedes · 12 years ago
  44. 4f72b32 Bluetooth: Fix not removing hci_conn for failed LE connection by Andrzej Kaczmarek · 12 years ago
  45. 489dc48 Bluetooth: Return proper mgmt state when LE pairing connection failed by Andrzej Kaczmarek · 12 years ago
  46. dfc94db Bluetooth: Allow only one LE connection attempt by Andrzej Kaczmarek · 12 years ago
  47. f0f6279 Bluetooth: Remove unused err var from l2cap_segment_sdu() by Gustavo Padovan · 12 years ago
  48. ba7aa64 Bluetooth: Create function to return the ERTM header size by Gustavo Padovan · 12 years ago
  49. 6810fca Bluetooth: Make l2cap_att_channel return void by Andrei Emeltchenko · 12 years ago
  50. 84104b2 Bluetooth: Make l2cap_conless_channel return void by Andrei Emeltchenko · 12 years ago
  51. 13ca56e Bluetooth: Make l2cap_data_channel return void by Andrei Emeltchenko · 12 years ago
  52. 3cabbfd Bluetooth: A2MP: Do not reference hci_conn by Andrei Emeltchenko · 12 years ago
  53. fd83e2c Bluetooth: Do not check func ready existence by Andrei Emeltchenko · 12 years ago
  54. 97e8e89 Bluetooth: A2MP: Manage incoming connections by Andrei Emeltchenko · 12 years ago
  55. 416fa75 Bluetooth: A2MP: Handling fixed channels by Andrei Emeltchenko · 12 years ago
  56. f6410a8 Bluetooth: A2MP: Process A2MP Command Responses by Andrei Emeltchenko · 12 years ago
  57. 6113f84 Bluetooth: A2MP: Process A2MP Disc Physlink Request by Andrei Emeltchenko · 12 years ago
  58. e072f5d Bluetooth: A2MP: Process A2MP Create Physlink Request by Andrei Emeltchenko · 12 years ago
  59. a28381dc Bluetooth: A2MP: Process A2MP Get AMP Assoc Request by Andrei Emeltchenko · 12 years ago
  60. 47f2d97 Bluetooth: A2MP: Process A2MP Get Info Request by Andrei Emeltchenko · 12 years ago
  61. 329d81af Bluetooth: A2MP: Process A2MP Change Notify by Andrei Emeltchenko · 12 years ago
  62. 8598d06 Bluetooth: A2MP: Process A2MP Discover Request by Andrei Emeltchenko · 12 years ago
  63. 21dbd2c Bluetooth: A2MP: Process A2MP Command Reject by Andrei Emeltchenko · 12 years ago
  64. 6b44d9b Bluetooth: A2MP: Process A2MP messages by Andrei Emeltchenko · 12 years ago
  65. 46d5c90 Bluetooth: A2MP: Add chan callbacks by Andrei Emeltchenko · 12 years ago
  66. f6d3c6e Bluetooth: A2MP: Build and Send msg helpers by Andrei Emeltchenko · 12 years ago
  67. 9740e49 Bluetooth: A2MP: AMP Manager basic functions by Andrei Emeltchenko · 12 years ago
  68. 466f800 Bluetooth: A2MP: Create A2MP channel by Andrei Emeltchenko · 12 years ago
  69. 0181a70 Bluetooth: trivial: Use defined PSMLEN instead of magic by Andrei Emeltchenko · 12 years ago
  70. 2dfa100 Bluetooth: check for already existent channel before create new one by Gustavo Padovan · 12 years ago
  71. 5382669 Bluetooth: Move check for backlog size to l2cap_sock.c by Gustavo Padovan · 12 years ago
  72. 0797e01 Bluetooth: Use chan->state instead of sk->sk_state by Gustavo Padovan · 12 years ago
  73. 54a59aa Bluetooth: Add l2cap_chan->ops->ready() by Andrei Emeltchenko · 12 years ago
  74. c0df7f6 Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.c by Andrei Emeltchenko · 12 years ago
  75. 80b9802 Bluetooth: Use chan as parameters for l2cap chan ops by Gustavo Padovan · 12 years ago
  76. 3df92b3 Bluetooth: Really fix registering hci with duplicate name by Sasha Levin · 12 years ago
  77. 6754e0d Bluetooth: Use l2cap_chan_ready() in LE path by Gustavo Padovan · 12 years ago
  78. 2f84a2e Bluetooth: Remove extra l2cap_state_change(BT_CONNECTED) by Gustavo Padovan · 12 years ago
  79. 35d401d Bluetooth: Get a more accurate L2CAP PDU len by Gustavo Padovan · 12 years ago
  80. 82781e6 Bluetooth: Use __constant modifier in HCI code by Andrei Emeltchenko · 12 years ago
  81. ac73498 Bluetooth: Use __constant when dealing with constants by Andrei Emeltchenko · 12 years ago
  82. 2983fd6 Bluetooth: Define and use PSM identifiers by Andrei Emeltchenko · 12 years ago
  83. 6d3c730 Bluetooth: Use lmp_ssp_capable() macro by Gustavo Padovan · 12 years ago
  84. 2d36935 Bluetooth: Send a configuration request after security confirmation by Mat Martineau · 12 years ago
  85. 59e54bd Bluetooth: Define L2CAP conf continuation flag by Andrei Emeltchenko · 12 years ago
  86. 8449e38 Bluetooth: Remove unneeded EXPORT_SYMBOL by Gustavo Padovan · 12 years ago
  87. 8c520a5 Bluetooth: Remove unnecessary headers include by Gustavo Padovan · 12 years ago
  88. 8fc9ced Bluetooth: Fix coding style in the subsystem by Gustavo Padovan · 12 years ago
  89. fc5fef6 Bluetooth: Remove 'register' usage from the subsystem by Gustavo Padovan · 12 years ago
  90. 6039aa73 Bluetooth: Remove most of the inline usage by Gustavo Padovan · 12 years ago
  91. 4f42a8c Bluetooth: trivial: Remove empty line by Andrei Emeltchenko · 12 years ago
  92. 5325e5b Bluetooth: Preserve L2CAP flags values by Andrei Emeltchenko · 12 years ago
  93. 9b3b446 Bluetooth: Use defined link key size by Andrei Emeltchenko · 12 years ago
  94. a6c511c Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSE by Szymon Janc · 12 years ago
  95. d660366 Bluetooth: Remove dead int returns by Gustavo Padovan · 12 years ago
  96. be4aad05 Bluetooth: Remove double check for BT_CONNECTED by Gustavo Padovan · 12 years ago
  97. 401bb1f Bluetooth: Silent sparse warnings by Andrei Emeltchenko · 12 years ago
  98. ee556f6 Bluetooth: Do not purge queue in Basic Mode by Gustavo Padovan · 12 years ago
  99. d1de6d4 Bluetooth: Enable ERTM by default by Mat Martineau · 12 years ago
  100. 273759e Bluetooth: Set txwin values for streaming mode by Mat Martineau · 12 years ago