summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Bluetooth: Handle physical link completionMat Martineau2012-10-241-0/+164
| * | | Bluetooth: Add move confirm response handlingMat Martineau2012-10-241-0/+18
| * | | Bluetooth: Add logical link confirmMat Martineau2012-10-241-11/+123
| * | | Bluetooth: Move channel responseMat Martineau2012-10-241-15/+168
| * | | Bluetooth: Add state to hci_chanMat Martineau2012-10-241-0/+1
| * | | Bluetooth: Add move channel confirm handlingMat Martineau2012-10-241-3/+55
| * | | Bluetooth: Add new ERTM receive states for channel moveMat Martineau2012-10-241-0/+102
| * | | Bluetooth: Channel move request handlingMat Martineau2012-10-241-1/+112
| * | | Bluetooth: Lookup channel structure based on DCIDMat Martineau2012-10-241-0/+17
| * | | Bluetooth: Remove unnecessary intermediate functionMat Martineau2012-10-231-11/+2
| * | | Bluetooth: Add L2CAP create channel request handlingMat Martineau2012-10-231-15/+48
| * | | Bluetooth: Add new l2cap_chan struct members for high speed channelsMat Martineau2012-10-231-0/+5
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-231-2/+4
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-10-151-2/+4
| |\ \
| | * | Bluetooth: SMP: Fix setting unknown auth_req bitsJohan Hedberg2012-10-121-2/+4
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-10-1921-372/+1458
|\ \ \ \ | |/ / / |/| | |
| * | | Bluetooth: AMP: Get amp_mgr reference in HS hci_connAndrei Emeltchenko2012-10-182-2/+4
| * | | Bluetooth: Zero bredr pointer when chan is deletedAndrei Emeltchenko2012-10-151-0/+4
| * | | Bluetooth: Send EFS Conf Rsp only for BR/EDR chanAndrei Emeltchenko2012-10-151-2/+10
| * | | Bluetooth: AMP: Drop packets when no l2cap conn existAndrei Emeltchenko2012-10-151-0/+4
| * | | Bluetooth: AMP: Handle complete frames in l2capAndrei Emeltchenko2012-10-151-5/+10
| * | | Bluetooth: AMP: Use Loglink handle in ACL Handle fieldAndrei Emeltchenko2012-10-151-1/+12
| * | | Bluetooth: Rename __l2cap_connect() to l2cap_connect()Gustavo Padovan2012-10-151-3/+3
| * | | Bluetooth: Add chan->ops->defer()Gustavo Padovan2012-10-153-7/+14
| * | | Bluetooth: Move bt_accept_enqueue() to l2cap_sock.cGustavo Padovan2012-10-152-4/+2
| * | | Bluetooth: Call ops->teardown() without checking for NULLGustavo Padovan2012-10-121-6/+3
| * | | Bluetooth: Use locked l2cap_state_change()Gustavo Padovan2012-10-121-1/+1
| * | | Bluetooth: use l2cap_chan_set_err()Gustavo Padovan2012-10-121-1/+1
| * | | Bluetooth: Remove GFP_ATOMIC usage from l2cap_core.cGustavo Padovan2012-10-121-7/+7
| * | | Bluetooth: Fix L2CAP coding styleGustavo Padovan2012-10-122-171/+207
| * | | Bluetooth: Factor out common L2CAP connection codeMat Martineau2012-10-121-2/+8
| * | | Bluetooth: Process create response and connect response identicallyMat Martineau2012-10-121-12/+1
| * | | Bluetooth: AMP: Handle AMP_LINK connectionAndrei Emeltchenko2012-10-112-3/+20
| * | | Bluetooth: AMP: Handle number of compl blocks for AMP_LINKAndrei Emeltchenko2012-10-111-2/+23
| * | | Bluetooth: AMP: Add handle to hci_chan structureAndrei Emeltchenko2012-10-111-0/+32
| * | | Bluetooth: AMP: Handle AMP_LINK timeoutAndrei Emeltchenko2012-10-111-3/+29
| * | | Bluetooth: Allow to set flush timeoutAndrei Emeltchenko2012-10-111-0/+1
| * | | Bluetooth: Use __constant modifier for RFCOMM PSMSyam Sidhardhan2012-10-111-2/+2
| * | | Bluetooth: Use __constant modifier for L2CAP SMP CIDSyam Sidhardhan2012-10-111-1/+1
| * | | Bluetooth: don't attempt to free a channel that wasn't createdSasha Levin2012-10-091-1/+2
| * | | Bluetooth: L2CAP: Fix using default Flush Timeout for EFSAndrei Emeltchenko2012-10-081-3/+3
| * | | Bluetooth: AMP: Use block_mtu for AMP controllerAndrei Emeltchenko2012-10-081-3/+15
| * | | Bluetooth: AMP: Factor out phylink_addAndrei Emeltchenko2012-10-082-4/+6
| * | | Bluetooth: AMP: Factor out amp_ctrl_addAndrei Emeltchenko2012-10-082-9/+6
| * | | Bluetooth: Fix dereference after NULL checkAndrei Emeltchenko2012-10-081-5/+6
| * | | Bluetooth: AMP: Fix possible NULL dereferenceAndrei Emeltchenko2012-10-081-0/+4
| * | | Bluetooth: A2MP: Fix potential NULL dereferenceAndrei Emeltchenko2012-10-011-6/+8
| * | | Bluetooth: A2MP: Correct assoc_len sizeAndrei Emeltchenko2012-09-281-4/+8
| * | | Bluetooth: Use %zu print specifier for size_t typeAndrei Emeltchenko2012-09-281-1/+1
| * | | Bluetooth: Factor out Create Configuration ResponseAndrei Emeltchenko2012-09-271-13/+19