summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/a2mp.c
Commit message (Expand)AuthorAgeFilesLines
* locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-2/+2
* Bluetooth: Move get info completed callback to a2mp.cArron Wang2015-07-301-1/+16
* Bluetooth: Make __next_ident function static.Marcel Holtmann2015-02-151-1/+1
* Bluetooth: Make a2mp_send function staticMarcel Holtmann2015-02-151-1/+1
* Bluetooth: Make amp_mgr_lookup_by_state function staticMarcel Holtmann2015-02-151-17/+17
* Bluetooth: Make amp_mgr_list and amp_mgr_list_lock staticMarcel Holtmann2015-02-151-2/+2
* Bluetooth: Move A2MP_FEAT_EXT declaration into A2MP sourceMarcel Holtmann2015-02-151-0/+2
* first fruits - kill l2cap ->memcpy_fromiovec()Al Viro2014-12-091-2/+1
* put iov_iter into msghdrAl Viro2014-12-091-2/+1
* Bluetooth: Provide L2CAP ops callback for memcpy_fromiovecJukka Rissanen2014-07-031-0/+1
* Bluetooth: Use explicit header and body length for L2CAP SKB allocationMarcel Holtmann2014-07-031-1/+2
* Bluetooth: Assign L2CAP socket priority when allocating SKBMarcel Holtmann2014-07-031-1/+1
* Bluetooth: Use const for struct l2cap_ops fieldMarcel Holtmann2014-07-031-1/+1
* Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-2/+2
* Bluetooth: Fix skb allocation check for A2MPGustavo Padovan2014-03-071-1/+7
* Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXEDJohan Hedberg2014-02-131-2/+6
* Bluetooth: Ignore A2MP data on non-BR/EDR linksJohan Hedberg2013-10-161-0/+3
* Bluetooth: Add l2cap_chan_no_resume stub for A2MPMarcel Holtmann2013-10-151-0/+1
* Bluetooth: Add chan->ops->set_shutdown()Gustavo Padovan2013-10-151-0/+1
* Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.cGustavo Padovan2013-10-151-0/+1
* Bluetooth: Extend state_change() call to report errors tooGustavo Padovan2013-10-151-1/+2
* Bluetooth: Remove l2cap_conn->dst usage from AMP managerMarcel Holtmann2013-10-131-1/+2
* Bluetooth: Move a2mp.h header file into net/bluetooth/Marcel Holtmann2013-10-111-1/+1
* Bluetooth: Move amp.h header file into net/bluetooth/Marcel Holtmann2013-10-111-1/+2
* Bluetooth: List powered down AMP controllers correctlyMarcel Holtmann2013-10-071-1/+4
* Bluetooth: Simplify device type check for AMP discover responseMarcel Holtmann2013-10-061-11/+7
* Bluetooth: Check for non BR/EDR controller in AMP discover responseMarcel Holtmann2013-10-061-1/+1
* Bluetooth: Remove check for number of AMP controllerMarcel Holtmann2013-10-061-4/+3
* Bluetooth: Remove pointless inline functionMarcel Holtmann2013-10-061-8/+3
* Bluetooth: Rename AMP status constants and use themMarcel Holtmann2013-10-061-1/+1
* Bluetooth: Use explicit AMP controller id value for BR/EDRMarcel Holtmann2013-10-061-2/+2
* Bluetooth: Separate AMP controller type from HCI device typeMarcel Holtmann2013-10-061-4/+4
* Bluetooth: Remove useless external function to count controllersMarcel Holtmann2013-10-061-1/+9
* Bluetooth: Fix controller list for AMP discover responseMarcel Holtmann2013-10-061-1/+1
* Bluetooth: Replaced kzalloc and memcpy with kmemdupAlexandru Gheorghiu2013-03-181-4/+2
* Bluetooth: AMP: Use set_bit / test_bit for amp_mgr stateAndrei Emeltchenko2013-01-091-3/+3
* Bluetooth: AMP: Send A2MP Create Phylink Rsp after Assoc writeAndrei Emeltchenko2013-01-091-2/+36
* Bluetooth: Rename ctrl_id to remote_amp_idAndrei Emeltchenko2012-11-011-2/+2
* Bluetooth: AMP: Get amp_mgr reference in HS hci_connAndrei Emeltchenko2012-10-181-1/+3
* Bluetooth: Add chan->ops->defer()Gustavo Padovan2012-10-151-0/+1
* Bluetooth: AMP: Factor out phylink_addAndrei Emeltchenko2012-10-081-2/+2
* Bluetooth: AMP: Factor out amp_ctrl_addAndrei Emeltchenko2012-10-081-6/+2
* Bluetooth: A2MP: Fix potential NULL dereferenceAndrei Emeltchenko2012-10-011-6/+8
* Bluetooth: A2MP: Correct assoc_len sizeAndrei Emeltchenko2012-09-281-4/+8
* Bluetooth: Fix two warnings in BT_DBGGustavo Padovan2012-09-271-1/+1
* Bluetooth: AMP: Handle Accept phylink command status evtAndrei Emeltchenko2012-09-271-0/+32
* Bluetooth: AMP: Accept Physical LinkAndrei Emeltchenko2012-09-271-4/+1
* Bluetooth: AMP: Process Chan Selected eventAndrei Emeltchenko2012-09-271-1/+40
* Bluetooth: A2MP: Add fallback to normal l2cap init sequenceAndrei Emeltchenko2012-09-271-0/+28
* Bluetooth: AMP: Create Physical LinkAndrei Emeltchenko2012-09-271-0/+2