1. 13ca56e Bluetooth: Make l2cap_data_channel return void by Andrei Emeltchenko · 12 years ago
  2. 3cabbfd Bluetooth: A2MP: Do not reference hci_conn by Andrei Emeltchenko · 12 years ago
  3. fd83e2c Bluetooth: Do not check func ready existence by Andrei Emeltchenko · 12 years ago
  4. 97e8e89 Bluetooth: A2MP: Manage incoming connections by Andrei Emeltchenko · 12 years ago
  5. 416fa75 Bluetooth: A2MP: Handling fixed channels by Andrei Emeltchenko · 12 years ago
  6. 466f800 Bluetooth: A2MP: Create A2MP channel by Andrei Emeltchenko · 12 years ago
  7. 0181a70 Bluetooth: trivial: Use defined PSMLEN instead of magic by Andrei Emeltchenko · 12 years ago
  8. 2dfa100 Bluetooth: check for already existent channel before create new one by Gustavo Padovan · 12 years ago
  9. 5382669 Bluetooth: Move check for backlog size to l2cap_sock.c by Gustavo Padovan · 12 years ago
  10. 0797e01 Bluetooth: Use chan->state instead of sk->sk_state by Gustavo Padovan · 12 years ago
  11. 54a59aa Bluetooth: Add l2cap_chan->ops->ready() by Andrei Emeltchenko · 12 years ago
  12. c0df7f6 Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.c by Andrei Emeltchenko · 12 years ago
  13. 80b9802 Bluetooth: Use chan as parameters for l2cap chan ops by Gustavo Padovan · 12 years ago
  14. 6754e0d Bluetooth: Use l2cap_chan_ready() in LE path by Gustavo Padovan · 12 years ago
  15. 2f84a2e Bluetooth: Remove extra l2cap_state_change(BT_CONNECTED) by Gustavo Padovan · 12 years ago
  16. 35d401d Bluetooth: Get a more accurate L2CAP PDU len by Gustavo Padovan · 12 years ago
  17. ac73498 Bluetooth: Use __constant when dealing with constants by Andrei Emeltchenko · 12 years ago
  18. 2983fd6 Bluetooth: Define and use PSM identifiers by Andrei Emeltchenko · 12 years ago
  19. 2d36935 Bluetooth: Send a configuration request after security confirmation by Mat Martineau · 12 years ago
  20. 59e54bd Bluetooth: Define L2CAP conf continuation flag by Andrei Emeltchenko · 12 years ago
  21. 8c520a5 Bluetooth: Remove unnecessary headers include by Gustavo Padovan · 12 years ago
  22. 5325e5b Bluetooth: Preserve L2CAP flags values by Andrei Emeltchenko · 12 years ago
  23. d660366 Bluetooth: Remove dead int returns by Gustavo Padovan · 12 years ago
  24. be4aad05 Bluetooth: Remove double check for BT_CONNECTED by Gustavo Padovan · 12 years ago
  25. 401bb1f Bluetooth: Silent sparse warnings by Andrei Emeltchenko · 12 years ago
  26. ee556f6 Bluetooth: Do not purge queue in Basic Mode by Gustavo Padovan · 12 years ago
  27. d1de6d4 Bluetooth: Enable ERTM by default by Mat Martineau · 12 years ago
  28. 273759e Bluetooth: Set txwin values for streaming mode by Mat Martineau · 12 years ago
  29. 6ea0048 Bluetooth: Remove unneccesary inline by Mat Martineau · 12 years ago
  30. 0362520 Bluetooth: Simplify the ERTM ack timeout by Mat Martineau · 12 years ago
  31. 80909e0 Bluetooth: Use the ERTM transmit state machine from timeout handlers by Mat Martineau · 12 years ago
  32. 4239d16 Bluetooth: Check rules when setting retransmit or monitor timers by Mat Martineau · 12 years ago
  33. c9e3d5e Bluetooth: Use new header structures in l2cap_send_rr_or_rnr by Mat Martineau · 12 years ago
  34. fcd289d Bluetooth: Handle incoming REJ frames by Mat Martineau · 12 years ago
  35. f80842a Bluetooth: Handle SREJ requests to resend unacked frames by Mat Martineau · 12 years ago
  36. 6383872 Bluetooth: Reassemble all available data when retransmissions succeed. by Mat Martineau · 12 years ago
  37. bed68bd Bluetooth: Send SREJ frames when packets go missing by Mat Martineau · 12 years ago
  38. e1fbd4c Bluetooth: Add implementation for retransmitting all unacked frames by Mat Martineau · 12 years ago
  39. d2a7ac5 Bluetooth: Add the ERTM receive state machine by Mat Martineau · 12 years ago
  40. e31f763 Bluetooth: Update l2cap_send_i_or_rr_or_rnr to fit the spec better by Mat Martineau · 12 years ago
  41. 61aa4f5 Bluetooth: Use the transmit state machine for busy state changes by Mat Martineau · 12 years ago
  42. 0a0aba4 Bluetooth: Refactor l2cap_send_ack by Mat Martineau · 12 years ago
  43. f5dbb07 Bluetooth: Remove receive code that has been superceded by Mat Martineau · 12 years ago
  44. 4b51dae9 Bluetooth: Add streaming mode receive and incoming packet classifier by Mat Martineau · 12 years ago
  45. cec8ab6e Bluetooth: Consolidate common receive code for ERTM and streaming mode by Mat Martineau · 12 years ago
  46. a67d7f6 Bluetooth: Refactor l2cap_send_sframe by Mat Martineau · 12 years ago
  47. 18a48e7 Bluetooth: Refactor l2cap_ertm_send by Mat Martineau · 12 years ago
  48. 3733937 Bluetooth: Refactor l2cap_streaming_send by Mat Martineau · 12 years ago
  49. 608bcc6 Bluetooth: Add a new L2CAP ERTM transmit state machine. by Mat Martineau · 12 years ago
  50. b191e03 Bluetooth: Change default state of ERTM disable flag by Mat Martineau · 12 years ago
  51. 2827011 Bluetooth: Fix early return from l2cap_chan_del by Mat Martineau · 12 years ago
  52. 9dc9aff Bluetooth: Free allocated ERTM SREJ list if init fails by Mat Martineau · 12 years ago
  53. c5daa68 Bluetooth: Create flags for bt_sk() by Gustavo Padovan · 12 years ago
  54. ef191ad Bluetooth: Restore locking semantics when looking up L2CAP channels by Mat Martineau · 12 years ago
  55. 35c84d7 Bluetooth: Fix a redundant and problematic incoming MTU check by Mat Martineau · 12 years ago
  56. f522ae3 Bluetooth: improve readability of l2cap_seq_list code by Gustavo Padovan · 12 years ago
  57. 2d0ed3d Bluetooth: Fix skb length calculation by Gustavo Padovan · 12 years ago
  58. fbe0070 Bluetooth: Fix wrong set of skb fragments by Gustavo Padovan · 12 years ago
  59. 08e6d90 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by Gustavo Padovan · 12 years ago
  60. d34c34f Bluetooth: Initialize the transmit queue for L2CAP streaming mode by Mat Martineau · 12 years ago
  61. 577cfae Bluetooth: Update tx_send_head when sending ERTM data by Mat Martineau · 12 years ago
  62. a7d7723 Bluetooth: notify userspace of security level change by Gustavo Padovan · 12 years ago
  63. 94122bb Bluetooth: Refactor L2CAP ERTM and streaming transmit segmentation by Mat Martineau · 12 years ago
  64. daf6a78c Bluetooth: Remove unneeded calculation and magic number by Andrei Emeltchenko · 12 years ago
  65. f2ba7fa Bluetooth: Remove hlen variable by Gustavo Padovan · 12 years ago
  66. 6ff9b5e Bluetooth: Remove unneeded elements from size calculation by Gustavo Padovan · 12 years ago
  67. 422e925 Bluetooth: Add Code Aurora Forum copyright by Mat Martineau · 12 years ago
  68. 61d6ef3 Bluetooth: Make better use of l2cap_chan reference counting by Mat Martineau · 12 years ago
  69. dbd89fd Bluetooth: Remove unused function by Mat Martineau · 12 years ago
  70. 105bdf9 Bluetooth: Initialize new l2cap_chan structure members by Mat Martineau · 12 years ago
  71. b5c6aae Bluetooth: Move recently-added ERTM header packing functions by Mat Martineau · 12 years ago
  72. 3ce3514 Bluetooth: Remove duplicate structure members from bt_skb_cb by Mat Martineau · 12 years ago
  73. 8e9f989 Bluetooth: Use address type info from user-space by Andre Guedes · 12 years ago
  74. b12f62c Bluetooth: Add dst_type parameter to hci_connect by Andre Guedes · 12 years ago
  75. 9f0caeb Bluetooth: Add support for reusing the same hci_conn for LE links by Vinicius Costa Gomes · 12 years ago
  76. c228768 Bluetooth: Search global l2cap channels by src/dst addresses by Ido Yariv · 12 years ago
  77. 35d4adcc Bluetooth: Don't distribute keys in case of Encryption Failure by Hemant Gupta · 12 years ago
  78. b76bbd6 Bluetooth: Functions for handling ERTM control fields by Mat Martineau · 12 years ago
  79. 3c58819 Bluetooth: Add the l2cap_seq_list structure for tracking frames by Mat Martineau · 12 years ago
  80. 9033894 Bluetooth: Remove err parameter from alloc_skb() by Gustavo Padovan · 12 years ago
  81. bd4b165 Bluetooth: Adds set_default function in L2CAP setup by Andrei Emeltchenko · 12 years ago
  82. eef1d9b Bluetooth: Remove sk parameter from l2cap_chan_create() by Gustavo Padovan · 12 years ago
  83. 14a2849 Bluetooth: Make L2CAP chan_add functions static by Andrei Emeltchenko · 12 years ago
  84. bcd11ff Bluetooth: Remove unneeded timer clear by Andrei Emeltchenko · 12 years ago
  85. 4fd21a8 Bluetooth: trivial: Fix endian conversion mode by Andrei Emeltchenko · 12 years ago
  86. 8ce0c49 Bluetooth: Convert error codes to le16 by Andrei Emeltchenko · 12 years ago
  87. d9b8870 Bluetooth: Correct CID endian notation by Andrei Emeltchenko · 12 years ago
  88. 61386cb Bluetooth: Correct length calc in L2CAP conf rsp by Andrei Emeltchenko · 12 years ago
  89. 097db76 Bluetooth: Correct chan->psm endian conversions by Andrei Emeltchenko · 12 years ago
  90. 41833af Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth by John W. Linville · 12 years ago
  91. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  92. 8d7e1c7 Bluetooth: Fix memory leaks due to chan refcnt by Andrei Emeltchenko · 12 years ago
  93. 0412468 Bluetooth: fix conding style issues all over the tree by Gustavo F. Padovan · 12 years ago
  94. ba13ccd Bluetooth: Update L2CAP timeout constants to use msecs_to_jiffies by Marcel Holtmann · 12 years ago
  95. 978c93b Bluetooth: Save remote L2CAP fixed channel mask by Andrei Emeltchenko · 12 years ago
  96. 3379013 Bluetooth: use kfree_skb() instead of kfree() by Dan Carpenter · 12 years ago
  97. 9b27f35 Bluetooth: Remove duplicated code in l2cap conn req by Andrei Emeltchenko · 12 years ago
  98. 5b4ceda Bluetooth: Fix double locking in LE and conless chan by Andrei Emeltchenko · 12 years ago
  99. 6be3655 Bluetooth: Change sk lock to chan lock in L2CAP core by Andrei Emeltchenko · 12 years ago
  100. 643162a Bluetooth: Add unlocked __l2cap_chan_add function by Andrei Emeltchenko · 12 years ago