summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Remove unneeded parameter from L2CAP ATT channel handlingMarcel Holtmann2013-04-231-3/+4
* Bluetooth: l2cap: add l2cap_user sub-modulesDavid Herrmann2013-04-171-0/+86
* Bluetooth: l2cap: introduce l2cap_conn ref-countingDavid Herrmann2013-04-171-1/+24
* Bluetooth: Remove unneeded parameterClaudio Takahasi2013-04-111-5/+5
* Bluetooth: rename hci_conn_put to hci_conn_dropDavid Herrmann2013-04-111-3/+3
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-01-301-5/+0
|\
| * Bluetooth: AMP: Remove dead codeAndrei Emeltchenko2013-01-091-5/+0
* | Bluetooth: Fix authentication if acl data comes before remote feature evtJaganath Kanakkassery2013-01-101-0/+11
|/
* Bluetooth: trivial: Change NO_FCS_RECV to RECV_NO_FCSAndrei Emeltchenko2012-12-031-5/+5
* Bluetooth: Process receiving FCS_NONE in L2CAP Conf RspAndrei Emeltchenko2012-12-031-0/+7
* Bluetooth: Fix missing L2CAP EWS Conf parameterAndrei Emeltchenko2012-12-031-17/+15
* Bluetooth: AMP: Check that AMP is present and activeAndrei Emeltchenko2012-12-031-0/+1
* Bluetooth: Refactor l2cap_send_disconn_reqAndrei Emeltchenko2012-12-031-30/+26
* Bluetooth: AMP: Set no FCS for incoming L2CAP chanAndrei Emeltchenko2012-11-201-0/+1
* Bluetooth: Improve error message printingAndrei Emeltchenko2012-11-201-1/+1
* Bluetooth: Fix sending L2CAP Create Chan ReqAndrei Emeltchenko2012-11-201-11/+18
* Bluetooth: trivial: Use __constant for constantsAndrei Emeltchenko2012-11-191-4/+4
* Bluetooth: Disable FCS only for new HS channelsAndrei Emeltchenko2012-11-191-0/+2
* Bluetooth: Refactor locking in amp_physical_cfmAndrei Emeltchenko2012-11-191-5/+2
* Bluetooth: Remove unneeded local_amp_id initializationAndrei Emeltchenko2012-11-191-1/+0
* Bluetooth: Use __l2cap_no_conn_pending helperAndrei Emeltchenko2012-11-191-1/+1
* Bluetooth: Rename ctrl_id to remote_amp_idAndrei Emeltchenko2012-11-011-1/+1
* Bluetooth: Process Create Chan RequestAndrei Emeltchenko2012-11-011-20/+43
* Bluetooth: AMP: Check for hs_hcon instead of ctrl_idAndrei Emeltchenko2012-11-011-2/+2
* Bluetooth: Disconnect logical link when deleting chanAndrei Emeltchenko2012-11-011-0/+7
* Bluetooth: AMP: Add Logical Link Create functionAndrei Emeltchenko2012-11-011-5/+14
* Bluetooth: Derive remote and local amp id from chan structAndrei Emeltchenko2012-11-011-2/+4
* Bluetooth: Return correct L2CAP response typeAndrei Emeltchenko2012-11-011-1/+10
* Bluetooth: Save hs_hchan instead of hs_hcon in loglink completeAndrei Emeltchenko2012-11-011-1/+1
* Bluetooth: trivial: Fix braces style and remove empty lineAndrei Emeltchenko2012-11-011-2/+2
* Bluetooth: AMP: Process Logical Link complete evtAndrei Emeltchenko2012-11-011-2/+2
* Bluetooth: Use helper function sending EFS conf rspAndrei Emeltchenko2012-11-011-6/+1
* Bluetooth: trivial: Remove unneeded assignmentAndrei Emeltchenko2012-11-011-1/+1
* Bluetooth: Start channel move when socket option is changedMat Martineau2012-10-241-0/+19
* Bluetooth: Do not retransmit data during a channel moveMat Martineau2012-10-241-2/+2
* Bluetooth: Ignore BR/EDR packet size constraints when fragmenting for AMPMat Martineau2012-10-241-1/+3
* Bluetooth: Configure appropriate timeouts for AMP controllersMat Martineau2012-10-241-6/+41
* Bluetooth: Do not send data during channel moveMat Martineau2012-10-241-0/+12
* Bluetooth: Flag ACL frames as complete for AMP controllersMat Martineau2012-10-241-0/+9
* 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 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