aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/a2mp.c
AgeCommit message (Expand)Author
2021-03-04Bluetooth: drop HCI device reference before returnPan Bian
2021-03-04Bluetooth: Fix initializing response id after clearing structChristopher William Snowhill
2020-10-17Bluetooth: A2MP: Fix not initializing all membersLuiz Augusto von Dentz
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner
2019-02-18Bluetooth: a2mp: Use struct_size() helperGustavo A. R. Silva
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra
2015-07-30Bluetooth: Move get info completed callback to a2mp.cArron Wang
2015-02-15Bluetooth: Make __next_ident function static.Marcel Holtmann
2015-02-15Bluetooth: Make a2mp_send function staticMarcel Holtmann
2015-02-15Bluetooth: Make amp_mgr_lookup_by_state function staticMarcel Holtmann
2015-02-15Bluetooth: Make amp_mgr_list and amp_mgr_list_lock staticMarcel Holtmann
2015-02-15Bluetooth: Move A2MP_FEAT_EXT declaration into A2MP sourceMarcel Holtmann
2014-12-09first fruits - kill l2cap ->memcpy_fromiovec()Al Viro
2014-12-09put iov_iter into msghdrAl Viro
2014-07-03Bluetooth: Provide L2CAP ops callback for memcpy_fromiovecJukka Rissanen
2014-07-03Bluetooth: Use explicit header and body length for L2CAP SKB allocationMarcel Holtmann
2014-07-03Bluetooth: Assign L2CAP socket priority when allocating SKBMarcel Holtmann
2014-07-03Bluetooth: Use const for struct l2cap_ops fieldMarcel Holtmann
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-03-07Bluetooth: Fix skb allocation check for A2MPGustavo Padovan
2014-02-13Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXEDJohan Hedberg
2013-10-16Bluetooth: Ignore A2MP data on non-BR/EDR linksJohan Hedberg
2013-10-15Bluetooth: Add l2cap_chan_no_resume stub for A2MPMarcel Holtmann
2013-10-15Bluetooth: Add chan->ops->set_shutdown()Gustavo Padovan
2013-10-15Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.cGustavo Padovan
2013-10-15Bluetooth: Extend state_change() call to report errors tooGustavo Padovan
2013-10-13Bluetooth: Remove l2cap_conn->dst usage from AMP managerMarcel Holtmann
2013-10-11Bluetooth: Move a2mp.h header file into net/bluetooth/Marcel Holtmann
2013-10-11Bluetooth: Move amp.h header file into net/bluetooth/Marcel Holtmann
2013-10-07Bluetooth: List powered down AMP controllers correctlyMarcel Holtmann
2013-10-06Bluetooth: Simplify device type check for AMP discover responseMarcel Holtmann
2013-10-06Bluetooth: Check for non BR/EDR controller in AMP discover responseMarcel Holtmann
2013-10-06Bluetooth: Remove check for number of AMP controllerMarcel Holtmann
2013-10-06Bluetooth: Remove pointless inline functionMarcel Holtmann
2013-10-06Bluetooth: Rename AMP status constants and use themMarcel Holtmann
2013-10-06Bluetooth: Use explicit AMP controller id value for BR/EDRMarcel Holtmann
2013-10-06Bluetooth: Separate AMP controller type from HCI device typeMarcel Holtmann
2013-10-06Bluetooth: Remove useless external function to count controllersMarcel Holtmann
2013-10-06Bluetooth: Fix controller list for AMP discover responseMarcel Holtmann
2013-03-18Bluetooth: Replaced kzalloc and memcpy with kmemdupAlexandru Gheorghiu
2013-01-09Bluetooth: AMP: Use set_bit / test_bit for amp_mgr stateAndrei Emeltchenko
2013-01-09Bluetooth: AMP: Send A2MP Create Phylink Rsp after Assoc writeAndrei Emeltchenko
2012-11-01Bluetooth: Rename ctrl_id to remote_amp_idAndrei Emeltchenko
2012-10-18Bluetooth: AMP: Get amp_mgr reference in HS hci_connAndrei Emeltchenko
2012-10-15Bluetooth: Add chan->ops->defer()Gustavo Padovan
2012-10-08Bluetooth: AMP: Factor out phylink_addAndrei Emeltchenko
2012-10-08Bluetooth: AMP: Factor out amp_ctrl_addAndrei Emeltchenko