aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-30Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-5/+0
2013-01-10Bluetooth: Fix authentication if acl data comes before remote feature evtJaganath Kanakkassery1-0/+11
2013-01-09Bluetooth: AMP: Remove dead codeAndrei Emeltchenko1-5/+0
2012-12-03Bluetooth: trivial: Change NO_FCS_RECV to RECV_NO_FCSAndrei Emeltchenko1-5/+5
2012-12-03Bluetooth: Process receiving FCS_NONE in L2CAP Conf RspAndrei Emeltchenko1-0/+7
2012-12-03Bluetooth: Fix missing L2CAP EWS Conf parameterAndrei Emeltchenko1-17/+15
2012-12-03Bluetooth: AMP: Check that AMP is present and activeAndrei Emeltchenko1-0/+1
2012-12-03Bluetooth: Refactor l2cap_send_disconn_reqAndrei Emeltchenko1-30/+26
2012-11-20Bluetooth: AMP: Set no FCS for incoming L2CAP chanAndrei Emeltchenko1-0/+1
2012-11-20Bluetooth: Improve error message printingAndrei Emeltchenko1-1/+1
2012-11-20Bluetooth: Fix sending L2CAP Create Chan ReqAndrei Emeltchenko1-11/+18
2012-11-19Bluetooth: trivial: Use __constant for constantsAndrei Emeltchenko1-4/+4
2012-11-19Bluetooth: Disable FCS only for new HS channelsAndrei Emeltchenko1-0/+2
2012-11-19Bluetooth: Refactor locking in amp_physical_cfmAndrei Emeltchenko1-5/+2
2012-11-19Bluetooth: Remove unneeded local_amp_id initializationAndrei Emeltchenko1-1/+0
2012-11-19Bluetooth: Use __l2cap_no_conn_pending helperAndrei Emeltchenko1-1/+1
2012-11-01Bluetooth: Rename ctrl_id to remote_amp_idAndrei Emeltchenko1-1/+1
2012-11-01Bluetooth: Process Create Chan RequestAndrei Emeltchenko1-20/+43
2012-11-01Bluetooth: AMP: Check for hs_hcon instead of ctrl_idAndrei Emeltchenko1-2/+2
2012-11-01Bluetooth: Disconnect logical link when deleting chanAndrei Emeltchenko1-0/+7
2012-11-01Bluetooth: AMP: Add Logical Link Create functionAndrei Emeltchenko1-5/+14
2012-11-01Bluetooth: Derive remote and local amp id from chan structAndrei Emeltchenko1-2/+4
2012-11-01Bluetooth: Return correct L2CAP response typeAndrei Emeltchenko1-1/+10
2012-11-01Bluetooth: Save hs_hchan instead of hs_hcon in loglink completeAndrei Emeltchenko1-1/+1
2012-11-01Bluetooth: trivial: Fix braces style and remove empty lineAndrei Emeltchenko1-2/+2
2012-11-01Bluetooth: AMP: Process Logical Link complete evtAndrei Emeltchenko1-2/+2
2012-11-01Bluetooth: Use helper function sending EFS conf rspAndrei Emeltchenko1-6/+1
2012-11-01Bluetooth: trivial: Remove unneeded assignmentAndrei Emeltchenko1-1/+1
2012-10-24Bluetooth: Start channel move when socket option is changedMat Martineau1-0/+19
2012-10-24Bluetooth: Do not retransmit data during a channel moveMat Martineau1-2/+2
2012-10-24Bluetooth: Ignore BR/EDR packet size constraints when fragmenting for AMPMat Martineau1-1/+3
2012-10-24Bluetooth: Configure appropriate timeouts for AMP controllersMat Martineau1-6/+41
2012-10-24Bluetooth: Do not send data during channel moveMat Martineau1-0/+12
2012-10-24Bluetooth: Flag ACL frames as complete for AMP controllersMat Martineau1-0/+9
2012-10-24Bluetooth: Handle physical link completionMat Martineau1-0/+164
2012-10-24Bluetooth: Add move confirm response handlingMat Martineau1-0/+18
2012-10-24Bluetooth: Add logical link confirmMat Martineau1-11/+123
2012-10-24Bluetooth: Move channel responseMat Martineau1-15/+168
2012-10-24Bluetooth: Add move channel confirm handlingMat Martineau1-3/+55
2012-10-24Bluetooth: Add new ERTM receive states for channel moveMat Martineau1-0/+102
2012-10-24Bluetooth: Channel move request handlingMat Martineau1-1/+112
2012-10-24Bluetooth: Lookup channel structure based on DCIDMat Martineau1-0/+17
2012-10-23Bluetooth: Remove unnecessary intermediate functionMat Martineau1-11/+2
2012-10-23Bluetooth: Add L2CAP create channel request handlingMat Martineau1-15/+48
2012-10-23Bluetooth: Add new l2cap_chan struct members for high speed channelsMat Martineau1-0/+5
2012-10-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJohn W. Linville1-217/+286
2012-10-15Bluetooth: Zero bredr pointer when chan is deletedAndrei Emeltchenko1-0/+4
2012-10-15Bluetooth: Send EFS Conf Rsp only for BR/EDR chanAndrei Emeltchenko1-2/+10
2012-10-15Bluetooth: AMP: Drop packets when no l2cap conn existAndrei Emeltchenko1-0/+4
2012-10-15Bluetooth: AMP: Handle complete frames in l2capAndrei Emeltchenko1-5/+10