1. 8392788 Bluetooth: Move get info completed callback to a2mp.c by Arron Wang · 9 years ago
  2. 87e2a02 Bluetooth: Make __next_ident function static. by Marcel Holtmann · 9 years ago
  3. bc333cc Bluetooth: Make a2mp_send function static by Marcel Holtmann · 9 years ago
  4. 469cd4c Bluetooth: Make amp_mgr_lookup_by_state function static by Marcel Holtmann · 9 years ago
  5. 59d4d08 Bluetooth: Make amp_mgr_list and amp_mgr_list_lock static by Marcel Holtmann · 9 years ago
  6. 055540a Bluetooth: Move A2MP_FEAT_EXT declaration into A2MP source by Marcel Holtmann · 9 years ago
  7. 1783639 first fruits - kill l2cap ->memcpy_fromiovec() by Al Viro · 10 years ago
  8. c0371da put iov_iter into msghdr by Al Viro · 10 years ago
  9. 0498878 Bluetooth: Provide L2CAP ops callback for memcpy_fromiovec by Jukka Rissanen · 10 years ago
  10. d9fbd02 Bluetooth: Use explicit header and body length for L2CAP SKB allocation by Marcel Holtmann · 10 years ago
  11. 8d46321 Bluetooth: Assign L2CAP socket priority when allocating SKB by Marcel Holtmann · 10 years ago
  12. 67f86a4 Bluetooth: Use const for struct l2cap_ops field by Marcel Holtmann · 10 years ago
  13. dcf4adb Bluetooth: Convert uses of __constant_<foo> to <foo> by Joe Perches · 10 years ago
  14. 0753c18 Bluetooth: Fix skb allocation check for A2MP by Gustavo Padovan · 11 years ago
  15. 2338a7e Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXED by Johan Hedberg · 10 years ago
  16. 07e307f Bluetooth: Ignore A2MP data on non-BR/EDR links by Johan Hedberg · 11 years ago
  17. 2ce5fb5 Bluetooth: Add l2cap_chan_no_resume stub for A2MP by Marcel Holtmann · 11 years ago
  18. 5ec1bbe Bluetooth: Add chan->ops->set_shutdown() by Gustavo Padovan · 11 years ago
  19. 8d836d7 Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.c by Gustavo Padovan · 11 years ago
  20. 53f5212 Bluetooth: Extend state_change() call to report errors too by Gustavo Padovan · 11 years ago
  21. bdc8ead2 Bluetooth: Remove l2cap_conn->dst usage from AMP manager by Marcel Holtmann · 11 years ago
  22. 7024728 Bluetooth: Move a2mp.h header file into net/bluetooth/ by Marcel Holtmann · 11 years ago
  23. 7ef9fbf Bluetooth: Move amp.h header file into net/bluetooth/ by Marcel Holtmann · 11 years ago
  24. cd0a85c Bluetooth: List powered down AMP controllers correctly by Marcel Holtmann · 11 years ago
  25. e880353 Bluetooth: Simplify device type check for AMP discover response by Marcel Holtmann · 11 years ago
  26. a646bd8 Bluetooth: Check for non BR/EDR controller in AMP discover response by Marcel Holtmann · 11 years ago
  27. 23f0cb4 Bluetooth: Remove check for number of AMP controller by Marcel Holtmann · 11 years ago
  28. 346e709 Bluetooth: Remove pointless inline function by Marcel Holtmann · 11 years ago
  29. 536619e Bluetooth: Rename AMP status constants and use them by Marcel Holtmann · 11 years ago
  30. 6ed971c Bluetooth: Use explicit AMP controller id value for BR/EDR by Marcel Holtmann · 11 years ago
  31. ece6912 Bluetooth: Separate AMP controller type from HCI device type by Marcel Holtmann · 11 years ago
  32. f822c41 Bluetooth: Remove useless external function to count controllers by Marcel Holtmann · 11 years ago
  33. 23b9003 Bluetooth: Fix controller list for AMP discover response by Marcel Holtmann · 11 years ago
  34. 5ae327f Bluetooth: Replaced kzalloc and memcpy with kmemdup by Alexandru Gheorghiu · 11 years ago
  35. cb6801c6 Bluetooth: AMP: Use set_bit / test_bit for amp_mgr state by Andrei Emeltchenko · 11 years ago
  36. 8e05e3b Bluetooth: AMP: Send A2MP Create Phylink Rsp after Assoc write by Andrei Emeltchenko · 11 years ago
  37. fffadc0 Bluetooth: Rename ctrl_id to remote_amp_id by Andrei Emeltchenko · 12 years ago
  38. f706adf Bluetooth: AMP: Get amp_mgr reference in HS hci_conn by Andrei Emeltchenko · 12 years ago
  39. 2dc4e51 Bluetooth: Add chan->ops->defer() by Gustavo Padovan · 12 years ago
  40. a0c234f Bluetooth: AMP: Factor out phylink_add by Andrei Emeltchenko · 12 years ago
  41. fa4ebc6 Bluetooth: AMP: Factor out amp_ctrl_add by Andrei Emeltchenko · 12 years ago
  42. bc8dce4 Bluetooth: A2MP: Fix potential NULL dereference by Andrei Emeltchenko · 12 years ago
  43. 13465c0 Bluetooth: A2MP: Correct assoc_len size by Andrei Emeltchenko · 12 years ago
  44. 392f44d Bluetooth: Fix two warnings in BT_DBG by Gustavo Padovan · 12 years ago
  45. 0b26ab9 Bluetooth: AMP: Handle Accept phylink command status evt by Andrei Emeltchenko · 12 years ago
  46. dffa387 Bluetooth: AMP: Accept Physical Link by Andrei Emeltchenko · 12 years ago
  47. 9495b2e Bluetooth: AMP: Process Chan Selected event by Andrei Emeltchenko · 12 years ago
  48. 2766be4 Bluetooth: A2MP: Add fallback to normal l2cap init sequence by Andrei Emeltchenko · 12 years ago
  49. a02226d Bluetooth: AMP: Create Physical Link by Andrei Emeltchenko · 12 years ago
  50. 93c3e8f Bluetooth: Choose connection based on capabilities by Andrei Emeltchenko · 12 years ago
  51. 9a5e94d Bluetooth: A2MP: Process A2MP Get AMP Assoc Rsp by Andrei Emeltchenko · 12 years ago
  52. 0d868de Bluetooth: A2MP: Process A2MP Getinfo Rsp by Andrei Emeltchenko · 12 years ago
  53. cb8488c Bluetooth: AMP: Handle create / disc phylink req by Andrei Emeltchenko · 12 years ago
  54. 52c0d6e Bluetooth: AMP: Remote AMP ctrl definitions by Andrei Emeltchenko · 12 years ago
  55. aa09537 Bluetooth: A2MP: Process Discover Response by Andrei Emeltchenko · 12 years ago
  56. 903e454 Bluetooth: AMP: Use HCI cmd to Read Loc AMP Assoc by Andrei Emeltchenko · 12 years ago
  57. 8e2a0d9 Bluetooth: AMP: Use HCI cmd to Read AMP Info by Andrei Emeltchenko · 12 years ago
  58. f97268f Bluetooth: A2MP: Create amp_mgr global list by Andrei Emeltchenko · 12 years ago
  59. 4af66c6 Bluetooth: Free the l2cap channel list only when refcount is zero by Jaganath Kanakkassery · 12 years ago
  60. d9fc1d5 Bluetooth: Do not shadow hdr variable by Andrei Emeltchenko · 12 years ago
  61. 8e8c7e3 Bluetooth: debug: Fix printing A2MP cmd code format by Andrei Emeltchenko · 12 years ago
  62. a0dfe0a Bluetooth: debug: Print amp_mgr refcnt by Andrei Emeltchenko · 12 years ago
  63. 7e1af8a Bluetooth: Create empty l2cap ops function by Gustavo Padovan · 12 years ago
  64. 3cabbfd Bluetooth: A2MP: Do not reference hci_conn by Andrei Emeltchenko · 12 years ago
  65. 97e8e89 Bluetooth: A2MP: Manage incoming connections by Andrei Emeltchenko · 12 years ago
  66. 416fa75 Bluetooth: A2MP: Handling fixed channels by Andrei Emeltchenko · 12 years ago
  67. f6410a8 Bluetooth: A2MP: Process A2MP Command Responses by Andrei Emeltchenko · 12 years ago
  68. 6113f84 Bluetooth: A2MP: Process A2MP Disc Physlink Request by Andrei Emeltchenko · 12 years ago
  69. e072f5d Bluetooth: A2MP: Process A2MP Create Physlink Request by Andrei Emeltchenko · 12 years ago
  70. a28381dc Bluetooth: A2MP: Process A2MP Get AMP Assoc Request by Andrei Emeltchenko · 12 years ago
  71. 47f2d97 Bluetooth: A2MP: Process A2MP Get Info Request by Andrei Emeltchenko · 12 years ago
  72. 329d81af Bluetooth: A2MP: Process A2MP Change Notify by Andrei Emeltchenko · 12 years ago
  73. 8598d06 Bluetooth: A2MP: Process A2MP Discover Request by Andrei Emeltchenko · 12 years ago
  74. 21dbd2c Bluetooth: A2MP: Process A2MP Command Reject by Andrei Emeltchenko · 12 years ago
  75. 6b44d9b Bluetooth: A2MP: Process A2MP messages by Andrei Emeltchenko · 12 years ago
  76. 46d5c90 Bluetooth: A2MP: Add chan callbacks by Andrei Emeltchenko · 12 years ago
  77. f6d3c6e Bluetooth: A2MP: Build and Send msg helpers by Andrei Emeltchenko · 12 years ago
  78. 9740e49 Bluetooth: A2MP: AMP Manager basic functions by Andrei Emeltchenko · 12 years ago
  79. 466f800 Bluetooth: A2MP: Create A2MP channel by Andrei Emeltchenko · 12 years ago