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