aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/a2mp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner1-8/+1
2019-02-18Bluetooth: a2mp: Use struct_size() helperGustavo A. R. Silva1-1/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann1-1/+1
2017-06-16networking: make skb_pull & friends return void pointersJohannes Berg1-2/+2
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-2/+2
2015-07-30Bluetooth: Move get info completed callback to a2mp.cArron Wang1-1/+16
2015-02-15Bluetooth: Make __next_ident function static.Marcel Holtmann1-1/+1
2015-02-15Bluetooth: Make a2mp_send function staticMarcel Holtmann1-1/+1
2015-02-15Bluetooth: Make amp_mgr_lookup_by_state function staticMarcel Holtmann1-17/+17
2015-02-15Bluetooth: Make amp_mgr_list and amp_mgr_list_lock staticMarcel Holtmann1-2/+2
2015-02-15Bluetooth: Move A2MP_FEAT_EXT declaration into A2MP sourceMarcel Holtmann1-0/+2
2014-12-09first fruits - kill l2cap ->memcpy_fromiovec()Al Viro1-2/+1
2014-12-09put iov_iter into msghdrAl Viro1-2/+1
2014-07-03Bluetooth: Provide L2CAP ops callback for memcpy_fromiovecJukka Rissanen1-0/+1
2014-07-03Bluetooth: Use explicit header and body length for L2CAP SKB allocationMarcel Holtmann1-1/+2
2014-07-03Bluetooth: Assign L2CAP socket priority when allocating SKBMarcel Holtmann1-1/+1
2014-07-03Bluetooth: Use const for struct l2cap_ops fieldMarcel Holtmann1-1/+1
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches1-2/+2
2014-03-07Bluetooth: Fix skb allocation check for A2MPGustavo Padovan1-1/+7
2014-02-13Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXEDJohan Hedberg1-2/+6
2013-10-16Bluetooth: Ignore A2MP data on non-BR/EDR linksJohan Hedberg1-0/+3
2013-10-15Bluetooth: Add l2cap_chan_no_resume stub for A2MPMarcel Holtmann1-0/+1
2013-10-15Bluetooth: Add chan->ops->set_shutdown()Gustavo Padovan1-0/+1
2013-10-15Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.cGustavo Padovan1-0/+1
2013-10-15Bluetooth: Extend state_change() call to report errors tooGustavo Padovan1-1/+2
2013-10-13Bluetooth: Remove l2cap_conn->dst usage from AMP managerMarcel Holtmann1-1/+2
2013-10-11Bluetooth: Move a2mp.h header file into net/bluetooth/Marcel Holtmann1-1/+1
2013-10-11Bluetooth: Move amp.h header file into net/bluetooth/Marcel Holtmann1-1/+2
2013-10-07Bluetooth: List powered down AMP controllers correctlyMarcel Holtmann1-1/+4
2013-10-06Bluetooth: Simplify device type check for AMP discover responseMarcel Holtmann1-11/+7
2013-10-06Bluetooth: Check for non BR/EDR controller in AMP discover responseMarcel Holtmann1-1/+1
2013-10-06Bluetooth: Remove check for number of AMP controllerMarcel Holtmann1-4/+3
2013-10-06Bluetooth: Remove pointless inline functionMarcel Holtmann1-8/+3
2013-10-06Bluetooth: Rename AMP status constants and use themMarcel Holtmann1-1/+1
2013-10-06Bluetooth: Use explicit AMP controller id value for BR/EDRMarcel Holtmann1-2/+2
2013-10-06Bluetooth: Separate AMP controller type from HCI device typeMarcel Holtmann1-4/+4
2013-10-06Bluetooth: Remove useless external function to count controllersMarcel Holtmann1-1/+9
2013-10-06Bluetooth: Fix controller list for AMP discover responseMarcel Holtmann1-1/+1
2013-03-18Bluetooth: Replaced kzalloc and memcpy with kmemdupAlexandru Gheorghiu1-4/+2
2013-01-09Bluetooth: AMP: Use set_bit / test_bit for amp_mgr stateAndrei Emeltchenko1-3/+3
2013-01-09Bluetooth: AMP: Send A2MP Create Phylink Rsp after Assoc writeAndrei Emeltchenko1-2/+36
2012-11-01Bluetooth: Rename ctrl_id to remote_amp_idAndrei Emeltchenko1-2/+2
2012-10-18Bluetooth: AMP: Get amp_mgr reference in HS hci_connAndrei Emeltchenko1-1/+3
2012-10-15Bluetooth: Add chan->ops->defer()Gustavo Padovan1-0/+1
2012-10-08Bluetooth: AMP: Factor out phylink_addAndrei Emeltchenko1-2/+2
2012-10-08Bluetooth: AMP: Factor out amp_ctrl_addAndrei Emeltchenko1-6/+2
2012-10-01Bluetooth: A2MP: Fix potential NULL dereferenceAndrei Emeltchenko1-6/+8
2012-09-28Bluetooth: A2MP: Correct assoc_len sizeAndrei Emeltchenko1-4/+8
2012-09-27Bluetooth: Fix two warnings in BT_DBGGustavo Padovan1-1/+1