aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/a2mp.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-26Bluetooth: a2mp: Use the correct print formatGravatar Kai Ye 1-12/+12
2021-01-25Bluetooth: drop HCI device reference before returnGravatar Pan Bian 1-0/+1
2020-12-27Bluetooth: Fix initializing response id after clearing structGravatar Christopher William Snowhill 1-1/+1
2020-09-25Bluetooth: A2MP: Fix not initializing all membersGravatar Luiz Augusto von Dentz 1-1/+21
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Gravatar Thomas Gleixner 1-8/+1
2019-02-18Bluetooth: a2mp: Use struct_size() helperGravatar Gustavo A. R. Silva 1-1/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsGravatar David Howells 1-1/+1
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleGravatar Marcel Holtmann 1-1/+1
2017-06-16networking: make skb_pull & friends return void pointersGravatar Johannes Berg 1-2/+2
2017-01-14locking/atomic, kref: Add kref_read()Gravatar Peter Zijlstra 1-2/+2
2015-07-30Bluetooth: Move get info completed callback to a2mp.cGravatar Arron Wang 1-1/+16
2015-02-15Bluetooth: Make __next_ident function static.Gravatar Marcel Holtmann 1-1/+1
2015-02-15Bluetooth: Make a2mp_send function staticGravatar Marcel Holtmann 1-1/+1
2015-02-15Bluetooth: Make amp_mgr_lookup_by_state function staticGravatar Marcel Holtmann 1-17/+17
2015-02-15Bluetooth: Make amp_mgr_list and amp_mgr_list_lock staticGravatar Marcel Holtmann 1-2/+2
2015-02-15Bluetooth: Move A2MP_FEAT_EXT declaration into A2MP sourceGravatar Marcel Holtmann 1-0/+2
2014-12-09first fruits - kill l2cap ->memcpy_fromiovec()Gravatar Al Viro 1-2/+1
2014-12-09put iov_iter into msghdrGravatar Al Viro 1-2/+1
2014-07-03Bluetooth: Provide L2CAP ops callback for memcpy_fromiovecGravatar Jukka Rissanen 1-0/+1
2014-07-03Bluetooth: Use explicit header and body length for L2CAP SKB allocationGravatar Marcel Holtmann 1-1/+2
2014-07-03Bluetooth: Assign L2CAP socket priority when allocating SKBGravatar Marcel Holtmann 1-1/+1
2014-07-03Bluetooth: Use const for struct l2cap_ops fieldGravatar Marcel Holtmann 1-1/+1
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Gravatar Joe Perches 1-2/+2
2014-03-07Bluetooth: Fix skb allocation check for A2MPGravatar Gustavo Padovan 1-1/+7
2014-02-13Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXEDGravatar Johan Hedberg 1-2/+6
2013-10-16Bluetooth: Ignore A2MP data on non-BR/EDR linksGravatar Johan Hedberg 1-0/+3
2013-10-15Bluetooth: Add l2cap_chan_no_resume stub for A2MPGravatar Marcel Holtmann 1-0/+1
2013-10-15Bluetooth: Add chan->ops->set_shutdown()Gravatar Gustavo Padovan 1-0/+1
2013-10-15Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.cGravatar Gustavo Padovan 1-0/+1
2013-10-15Bluetooth: Extend state_change() call to report errors tooGravatar Gustavo Padovan 1-1/+2
2013-10-13Bluetooth: Remove l2cap_conn->dst usage from AMP managerGravatar Marcel Holtmann 1-1/+2
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-10-07Bluetooth: List powered down AMP controllers correctlyGravatar Marcel Holtmann 1-1/+4
2013-10-06Bluetooth: Simplify device type check for AMP discover responseGravatar Marcel Holtmann 1-11/+7
2013-10-06Bluetooth: Check for non BR/EDR controller in AMP discover responseGravatar Marcel Holtmann 1-1/+1
2013-10-06Bluetooth: Remove check for number of AMP controllerGravatar Marcel Holtmann 1-4/+3
2013-10-06Bluetooth: Remove pointless inline functionGravatar Marcel Holtmann 1-8/+3
2013-10-06Bluetooth: Rename AMP status constants and use themGravatar Marcel Holtmann 1-1/+1
2013-10-06Bluetooth: Use explicit AMP controller id value for BR/EDRGravatar Marcel Holtmann 1-2/+2
2013-10-06Bluetooth: Separate AMP controller type from HCI device typeGravatar Marcel Holtmann 1-4/+4
2013-10-06Bluetooth: Remove useless external function to count controllersGravatar Marcel Holtmann 1-1/+9
2013-10-06Bluetooth: Fix controller list for AMP discover responseGravatar Marcel Holtmann 1-1/+1
2013-03-18Bluetooth: Replaced kzalloc and memcpy with kmemdupGravatar Alexandru Gheorghiu 1-4/+2
2013-01-09Bluetooth: AMP: Use set_bit / test_bit for amp_mgr stateGravatar Andrei Emeltchenko 1-3/+3
2013-01-09Bluetooth: AMP: Send A2MP Create Phylink Rsp after Assoc writeGravatar Andrei Emeltchenko 1-2/+36
2012-11-01Bluetooth: Rename ctrl_id to remote_amp_idGravatar Andrei Emeltchenko 1-2/+2
2012-10-18Bluetooth: AMP: Get amp_mgr reference in HS hci_connGravatar Andrei Emeltchenko 1-1/+3
2012-10-15Bluetooth: Add chan->ops->defer()Gravatar Gustavo Padovan 1-0/+1
2012-10-08Bluetooth: AMP: Factor out phylink_addGravatar Andrei Emeltchenko 1-2/+2