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. f6410a8 Bluetooth: A2MP: Process A2MP Command Responses by Andrei Emeltchenko · 12 years ago
  7. 6113f84 Bluetooth: A2MP: Process A2MP Disc Physlink Request by Andrei Emeltchenko · 12 years ago
  8. e072f5d Bluetooth: A2MP: Process A2MP Create Physlink Request by Andrei Emeltchenko · 12 years ago
  9. a28381dc Bluetooth: A2MP: Process A2MP Get AMP Assoc Request by Andrei Emeltchenko · 12 years ago
  10. 47f2d97 Bluetooth: A2MP: Process A2MP Get Info Request by Andrei Emeltchenko · 12 years ago
  11. 329d81af Bluetooth: A2MP: Process A2MP Change Notify by Andrei Emeltchenko · 12 years ago
  12. 8598d06 Bluetooth: A2MP: Process A2MP Discover Request by Andrei Emeltchenko · 12 years ago
  13. 21dbd2c Bluetooth: A2MP: Process A2MP Command Reject by Andrei Emeltchenko · 12 years ago
  14. 6b44d9b Bluetooth: A2MP: Process A2MP messages by Andrei Emeltchenko · 12 years ago
  15. 46d5c90 Bluetooth: A2MP: Add chan callbacks by Andrei Emeltchenko · 12 years ago
  16. f6d3c6e Bluetooth: A2MP: Build and Send msg helpers by Andrei Emeltchenko · 12 years ago
  17. 9740e49 Bluetooth: A2MP: AMP Manager basic functions by Andrei Emeltchenko · 12 years ago
  18. 466f800 Bluetooth: A2MP: Create A2MP channel by Andrei Emeltchenko · 12 years ago
  19. 0181a70 Bluetooth: trivial: Use defined PSMLEN instead of magic by Andrei Emeltchenko · 12 years ago
  20. 2dfa100 Bluetooth: check for already existent channel before create new one by Gustavo Padovan · 12 years ago
  21. 5382669 Bluetooth: Move check for backlog size to l2cap_sock.c by Gustavo Padovan · 12 years ago
  22. 0797e01 Bluetooth: Use chan->state instead of sk->sk_state by Gustavo Padovan · 12 years ago
  23. 54a59aa Bluetooth: Add l2cap_chan->ops->ready() by Andrei Emeltchenko · 12 years ago
  24. c0df7f6 Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.c by Andrei Emeltchenko · 12 years ago
  25. 80b9802 Bluetooth: Use chan as parameters for l2cap chan ops by Gustavo Padovan · 12 years ago
  26. 3df92b3 Bluetooth: Really fix registering hci with duplicate name by Sasha Levin · 12 years ago
  27. 6754e0d Bluetooth: Use l2cap_chan_ready() in LE path by Gustavo Padovan · 12 years ago
  28. 2f84a2e Bluetooth: Remove extra l2cap_state_change(BT_CONNECTED) by Gustavo Padovan · 12 years ago
  29. 35d401d Bluetooth: Get a more accurate L2CAP PDU len by Gustavo Padovan · 12 years ago
  30. 82781e6 Bluetooth: Use __constant modifier in HCI code by Andrei Emeltchenko · 12 years ago
  31. ac73498 Bluetooth: Use __constant when dealing with constants by Andrei Emeltchenko · 12 years ago
  32. 2983fd6 Bluetooth: Define and use PSM identifiers by Andrei Emeltchenko · 12 years ago
  33. 6d3c730 Bluetooth: Use lmp_ssp_capable() macro by Gustavo Padovan · 12 years ago
  34. 2d36935 Bluetooth: Send a configuration request after security confirmation by Mat Martineau · 12 years ago
  35. 59e54bd Bluetooth: Define L2CAP conf continuation flag by Andrei Emeltchenko · 12 years ago
  36. 8449e38 Bluetooth: Remove unneeded EXPORT_SYMBOL by Gustavo Padovan · 12 years ago
  37. 8c520a5 Bluetooth: Remove unnecessary headers include by Gustavo Padovan · 12 years ago
  38. 8fc9ced Bluetooth: Fix coding style in the subsystem by Gustavo Padovan · 12 years ago
  39. fc5fef6 Bluetooth: Remove 'register' usage from the subsystem by Gustavo Padovan · 12 years ago
  40. 6039aa73 Bluetooth: Remove most of the inline usage by Gustavo Padovan · 12 years ago
  41. 4f42a8c Bluetooth: trivial: Remove empty line by Andrei Emeltchenko · 12 years ago
  42. 5325e5b Bluetooth: Preserve L2CAP flags values by Andrei Emeltchenko · 12 years ago
  43. 9b3b446 Bluetooth: Use defined link key size by Andrei Emeltchenko · 12 years ago
  44. a6c511c Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSE by Szymon Janc · 12 years ago
  45. d660366 Bluetooth: Remove dead int returns by Gustavo Padovan · 12 years ago
  46. be4aad05 Bluetooth: Remove double check for BT_CONNECTED by Gustavo Padovan · 12 years ago
  47. 401bb1f Bluetooth: Silent sparse warnings by Andrei Emeltchenko · 12 years ago
  48. ee556f6 Bluetooth: Do not purge queue in Basic Mode by Gustavo Padovan · 12 years ago
  49. d1de6d4 Bluetooth: Enable ERTM by default by Mat Martineau · 12 years ago
  50. 273759e Bluetooth: Set txwin values for streaming mode by Mat Martineau · 12 years ago
  51. 6ea0048 Bluetooth: Remove unneccesary inline by Mat Martineau · 12 years ago
  52. 0362520 Bluetooth: Simplify the ERTM ack timeout by Mat Martineau · 12 years ago
  53. 80909e0 Bluetooth: Use the ERTM transmit state machine from timeout handlers by Mat Martineau · 12 years ago
  54. 4239d16 Bluetooth: Check rules when setting retransmit or monitor timers by Mat Martineau · 12 years ago
  55. c9e3d5e Bluetooth: Use new header structures in l2cap_send_rr_or_rnr by Mat Martineau · 12 years ago
  56. fcd289d Bluetooth: Handle incoming REJ frames by Mat Martineau · 12 years ago
  57. f80842a Bluetooth: Handle SREJ requests to resend unacked frames by Mat Martineau · 12 years ago
  58. 6383872 Bluetooth: Reassemble all available data when retransmissions succeed. by Mat Martineau · 12 years ago
  59. bed68bd Bluetooth: Send SREJ frames when packets go missing by Mat Martineau · 12 years ago
  60. e1fbd4c Bluetooth: Add implementation for retransmitting all unacked frames by Mat Martineau · 12 years ago
  61. d2a7ac5 Bluetooth: Add the ERTM receive state machine by Mat Martineau · 12 years ago
  62. e31f763 Bluetooth: Update l2cap_send_i_or_rr_or_rnr to fit the spec better by Mat Martineau · 12 years ago
  63. 61aa4f5 Bluetooth: Use the transmit state machine for busy state changes by Mat Martineau · 12 years ago
  64. 0a0aba4 Bluetooth: Refactor l2cap_send_ack by Mat Martineau · 12 years ago
  65. f5dbb07 Bluetooth: Remove receive code that has been superceded by Mat Martineau · 12 years ago
  66. 4b51dae9 Bluetooth: Add streaming mode receive and incoming packet classifier by Mat Martineau · 12 years ago
  67. cec8ab6e Bluetooth: Consolidate common receive code for ERTM and streaming mode by Mat Martineau · 12 years ago
  68. a67d7f6 Bluetooth: Refactor l2cap_send_sframe by Mat Martineau · 12 years ago
  69. 18a48e7 Bluetooth: Refactor l2cap_ertm_send by Mat Martineau · 12 years ago
  70. 3733937 Bluetooth: Refactor l2cap_streaming_send by Mat Martineau · 12 years ago
  71. 608bcc6 Bluetooth: Add a new L2CAP ERTM transmit state machine. by Mat Martineau · 12 years ago
  72. b191e03 Bluetooth: Change default state of ERTM disable flag by Mat Martineau · 12 years ago
  73. 2827011 Bluetooth: Fix early return from l2cap_chan_del by Mat Martineau · 12 years ago
  74. 9dc9aff Bluetooth: Free allocated ERTM SREJ list if init fails by Mat Martineau · 12 years ago
  75. a8c5fb1 Bluetooth: Fix coding style in hci_core.c by Gustavo Padovan · 12 years ago
  76. 5974e4c Bluetooth: Fix coding style in hci_conn.c by Gustavo Padovan · 12 years ago
  77. 807deac Bluetooth: Fix coding style in hci_event.c by Gustavo Padovan · 12 years ago
  78. b80f021 Bluetooth: Fix coding style in hci_sysfs.c by Gustavo Padovan · 12 years ago
  79. 3bb3c75 Bluetooth: Fix coding style in hci_sock.c by Gustavo Padovan · 12 years ago
  80. be7c2b9 Bluetooth: Fix coding style in sco.c by Gustavo Padovan · 12 years ago
  81. 8ce8e2b Bluetooth: Fix coding style in mgmt.c by Gustavo Padovan · 12 years ago
  82. ddcd0f4 Bluetooth: Fix checking the wrong flag when accepting a socket by Vinicius Costa Gomes · 12 years ago
  83. 07922bb NFC: Destroy LLCP timout workqueue when releasing the link by Samuel Ortiz · 12 years ago
  84. 5e50ee3 NFC: Switch to Initiator mode when getting NFC_ATTR_PROTOCOLS by Samuel Ortiz · 12 years ago
  85. 56af256 NFC: Send a receiver ready frame only to reply to an I frame by Samuel Ortiz · 12 years ago
  86. 8445796 NFC: Requeue lost LLCP frames by Samuel Ortiz · 12 years ago
  87. cb3a450 NFC: Call the DEP link down ops even when in target mode by Samuel Ortiz · 12 years ago
  88. 5a0f6f3 NFC: Don't hold a NULL connecting LLCP socket lock by Samuel Ortiz · 12 years ago
  89. 73167ce NFC: Introduce target mode rx data callback by Samuel Ortiz · 12 years ago
  90. be9ae4c NFC: Introduce target mode tx ops by Samuel Ortiz · 12 years ago
  91. f212ad5 NFC: Set the NFC device RF mode appropriately by Samuel Ortiz · 12 years ago
  92. fc40a8c NFC: Add target mode activation netlink event by Samuel Ortiz · 12 years ago
  93. fe7c580 NFC: Add target mode protocols to the polling loop startup routine by Samuel Ortiz · 12 years ago
  94. ab73b75 NFC: Export LLCP general bytes getter by Samuel Ortiz · 13 years ago
  95. 76762b7 NFC: LLCP's MIUX is 10 bytes long, not 7 by Samuel Ortiz · 12 years ago
  96. 93d7e49 NFC: Move LLCP MIU extension value to socket structure by Samuel Ortiz · 12 years ago
  97. 7a06e58 NFC: Move LLCP receiver window value to socket structure by Samuel Ortiz · 12 years ago
  98. a69f32a NFC: Socket linked list by Samuel Ortiz · 12 years ago
  99. c7aa122 NFC: Take a reference on the LLCP local pointer when creating a socket by Samuel Ortiz · 12 years ago
  100. 794454c mac80211: fix non RCU-safe sta_list manipulation by Arik Nemtsov · 12 years ago