aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/amp.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Gravatar Thomas Gleixner 1-8/+1
2019-04-25crypto: shash - remove shash_desc::flagsGravatar Eric Biggers 1-1/+0
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleGravatar Marcel Holtmann 1-2/+2
2017-04-12Bluetooth: fix assignments on error variable errGravatar Colin Ian King 1-5/+5
2017-01-14locking/atomic, kref: Add kref_read()Gravatar Peter Zijlstra 1-2/+2
2015-08-10Bluetooth: Fix breakage in amp_write_rem_assoc_frag()Gravatar Dan Carpenter 1-1/+1
2015-07-30Bluetooth: Move create/accept phy link completed callback to amp.cGravatar Arron Wang 1-2/+51
2015-07-30Bluetooth: Move amp assoc read/write completed callback to amp.cGravatar Arron Wang 1-4/+77
2014-11-11Bluetooth: Fix sparse warning in amp.cGravatar Johan Hedberg 1-9/+16
2014-09-08Bluetooth: LLVMLinux: Remove VLAIS from bluetooth/amp.cGravatar Behan Webster 1-7/+6
2014-07-20Bluetooth: Remove unneeded variable assignment in hmac_sha256Gravatar Marcel Holtmann 1-1/+1
2014-07-16Bluetooth: Add a role parameter to hci_conn_add()Gravatar Johan Hedberg 1-2/+2
2013-10-13Bluetooth: Remove l2cap_conn->dst usage from AMP managerGravatar Marcel Holtmann 1-2/+3
2013-10-11Bluetooth: Move a2mp.h header file into net/bluetooth/Gravatar Marcel Holtmann 1-1/+1
2013-10-11Bluetooth: Move amp.h header file into net/bluetooth/Gravatar Marcel Holtmann 1-1/+2
2013-01-09Bluetooth: AMP: Use set_bit / test_bit for amp_mgr stateGravatar Andrei Emeltchenko 1-2/+2
2013-01-09Bluetooth: AMP: Clean up logical link create / acceptGravatar Andrei Emeltchenko 1-12/+5
2013-01-09Bluetooth: AMP: Send A2MP Create Phylink Rsp after Assoc writeGravatar Andrei Emeltchenko 1-1/+3
2012-11-20Bluetooth: Set local_amp_id after getting Phylink Completed evtGravatar Andrei Emeltchenko 1-0/+1
2012-11-19Bluetooth: Disable FCS only for new HS channelsGravatar Andrei Emeltchenko 1-1/+0
2012-11-19Bluetooth: Refactor locking in amp_physical_cfmGravatar Andrei Emeltchenko 1-1/+5
2012-11-01Bluetooth: Rename ctrl_id to remote_amp_idGravatar Andrei Emeltchenko 1-3/+2
2012-11-01Bluetooth: AMP: Use l2cap_physical_cfm in phylink complete evtGravatar Andrei Emeltchenko 1-0/+24
2012-11-01Bluetooth: Disconnect logical link when deleting chanGravatar Andrei Emeltchenko 1-0/+14
2012-11-01Bluetooth: AMP: Process Disc Logical LinkGravatar Andrei Emeltchenko 1-0/+7
2012-11-01Bluetooth: AMP: Add Logical Link Create functionGravatar Andrei Emeltchenko 1-0/+49
2012-10-18Bluetooth: AMP: Get amp_mgr reference in HS hci_connGravatar Andrei Emeltchenko 1-1/+1
2012-10-08Bluetooth: AMP: Factor out phylink_addGravatar Andrei Emeltchenko 1-2/+4
2012-10-08Bluetooth: AMP: Factor out amp_ctrl_addGravatar Andrei Emeltchenko 1-3/+4
2012-10-08Bluetooth: AMP: Fix possible NULL dereferenceGravatar Andrei Emeltchenko 1-0/+4
2012-09-27Bluetooth: AMP: Handle Accept phylink command status evtGravatar Andrei Emeltchenko 1-1/+1
2012-09-27Bluetooth: AMP: Accept Physical LinkGravatar Andrei Emeltchenko 1-0/+19
2012-09-27Bluetooth: AMP: Process Chan Selected eventGravatar Andrei Emeltchenko 1-0/+15
2012-09-27Bluetooth: AMP: Write remote AMP AssocGravatar Andrei Emeltchenko 1-0/+80
2012-09-27Bluetooth: AMP: Create Physical LinkGravatar Andrei Emeltchenko 1-0/+19
2012-09-27Bluetooth: AMP: Add AMP key calculationGravatar Andrei Emeltchenko 1-0/+45
2012-09-27Bluetooth: Add function to derive AMP key using hmacGravatar Dmitry Kasatkin 1-0/+36
2012-09-27Bluetooth: AMP: Remote AMP ctrl definitionsGravatar Andrei Emeltchenko 1-0/+79
2012-09-27Bluetooth: AMP: Physical link struct and helpersGravatar Andrei Emeltchenko 1-0/+29
2012-09-27Bluetooth: AMP: Use HCI cmd to Read Loc AMP AssocGravatar Andrei Emeltchenko 1-0/+45