summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/a2mp.c
AgeCommit message (Expand)AuthorLines
2014-12-09first fruits - kill l2cap ->memcpy_fromiovec()Al Viro-2/+1
2014-12-09put iov_iter into msghdrAl Viro-2/+1
2014-07-03Bluetooth: Provide L2CAP ops callback for memcpy_fromiovecJukka Rissanen-0/+1
2014-07-03Bluetooth: Use explicit header and body length for L2CAP SKB allocationMarcel Holtmann-1/+2
2014-07-03Bluetooth: Assign L2CAP socket priority when allocating SKBMarcel Holtmann-1/+1
2014-07-03Bluetooth: Use const for struct l2cap_ops fieldMarcel Holtmann-1/+1
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches-2/+2
2014-03-07Bluetooth: Fix skb allocation check for A2MPGustavo Padovan-1/+7
2014-02-13Bluetooth: Rename L2CAP_CHAN_CONN_FIX_A2MP to L2CAP_CHAN_FIXEDJohan Hedberg-2/+6
2013-10-16Bluetooth: Ignore A2MP data on non-BR/EDR linksJohan Hedberg-0/+3
2013-10-15Bluetooth: Add l2cap_chan_no_resume stub for A2MPMarcel Holtmann-0/+1
2013-10-15Bluetooth: Add chan->ops->set_shutdown()Gustavo Padovan-0/+1
2013-10-15Bluetooth: Access sk_sndtimeo indirectly in l2cap_core.cGustavo Padovan-0/+1
2013-10-15Bluetooth: Extend state_change() call to report errors tooGustavo Padovan-1/+2
2013-10-13Bluetooth: Remove l2cap_conn->dst usage from AMP managerMarcel Holtmann-1/+2
2013-10-11Bluetooth: Move a2mp.h header file into net/bluetooth/Marcel Holtmann-1/+1
2013-10-11Bluetooth: Move amp.h header file into net/bluetooth/Marcel Holtmann-1/+2
2013-10-07Bluetooth: List powered down AMP controllers correctlyMarcel Holtmann-1/+4
2013-10-06Bluetooth: Simplify device type check for AMP discover responseMarcel Holtmann-11/+7
2013-10-06Bluetooth: Check for non BR/EDR controller in AMP discover responseMarcel Holtmann-1/+1
2013-10-06Bluetooth: Remove check for number of AMP controllerMarcel Holtmann-4/+3
2013-10-06Bluetooth: Remove pointless inline functionMarcel Holtmann-8/+3
2013-10-06Bluetooth: Rename AMP status constants and use themMarcel Holtmann-1/+1
2013-10-06Bluetooth: Use explicit AMP controller id value for BR/EDRMarcel Holtmann-2/+2
2013-10-06Bluetooth: Separate AMP controller type from HCI device typeMarcel Holtmann-4/+4
2013-10-06Bluetooth: Remove useless external function to count controllersMarcel Holtmann-1/+9
2013-10-06Bluetooth: Fix controller list for AMP discover responseMarcel Holtmann-1/+1
2013-03-18Bluetooth: Replaced kzalloc and memcpy with kmemdupAlexandru Gheorghiu-4/+2
2013-01-09Bluetooth: AMP: Use set_bit / test_bit for amp_mgr stateAndrei Emeltchenko-3/+3
2013-01-09Bluetooth: AMP: Send A2MP Create Phylink Rsp after Assoc writeAndrei Emeltchenko-2/+36
2012-11-01Bluetooth: Rename ctrl_id to remote_amp_idAndrei Emeltchenko-2/+2
2012-10-18Bluetooth: AMP: Get amp_mgr reference in HS hci_connAndrei Emeltchenko-1/+3
2012-10-15Bluetooth: Add chan->ops->defer()Gustavo Padovan-0/+1
2012-10-08Bluetooth: AMP: Factor out phylink_addAndrei Emeltchenko-2/+2
2012-10-08Bluetooth: AMP: Factor out amp_ctrl_addAndrei Emeltchenko-6/+2
2012-10-01Bluetooth: A2MP: Fix potential NULL dereferenceAndrei Emeltchenko-6/+8
2012-09-28Bluetooth: A2MP: Correct assoc_len sizeAndrei Emeltchenko-4/+8
2012-09-27Bluetooth: Fix two warnings in BT_DBGGustavo Padovan-1/+1
2012-09-27Bluetooth: AMP: Handle Accept phylink command status evtAndrei Emeltchenko-0/+32
2012-09-27Bluetooth: AMP: Accept Physical LinkAndrei Emeltchenko-4/+1
2012-09-27Bluetooth: AMP: Process Chan Selected eventAndrei Emeltchenko-1/+40
2012-09-27Bluetooth: A2MP: Add fallback to normal l2cap init sequenceAndrei Emeltchenko-0/+28
2012-09-27Bluetooth: AMP: Create Physical LinkAndrei Emeltchenko-0/+2
2012-09-27Bluetooth: Choose connection based on capabilitiesAndrei Emeltchenko-5/+29
2012-09-27Bluetooth: A2MP: Process A2MP Get AMP Assoc RspAndrei Emeltchenko-1/+59
2012-09-27Bluetooth: A2MP: Process A2MP Getinfo RspAndrei Emeltchenko-1/+33
2012-09-27Bluetooth: AMP: Handle create / disc phylink reqAndrei Emeltchenko-2/+19
2012-09-27Bluetooth: AMP: Remote AMP ctrl definitionsAndrei Emeltchenko-0/+5
2012-09-27Bluetooth: A2MP: Process Discover ResponseAndrei Emeltchenko-1/+61
2012-09-27Bluetooth: AMP: Use HCI cmd to Read Loc AMP AssocAndrei Emeltchenko-5/+51