summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-261-1/+1
|\
| * Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery2013-06-231-1/+1
* | Bluetooth: Fix multiple LE socket handlingJohan Hedberg2013-06-231-4/+8
* | Bluetooth: Remove useless hci_conn disc_timeout settingJohan Hedberg2013-06-231-2/+0
* | Bluetooth: Simplify hci_conn_hold/drop logic for L2CAPJohan Hedberg2013-06-231-3/+5
* | Bluetooth: Remove unnecessary L2CAP channel state checkJohan Hedberg2013-06-231-4/+1
* | Bluetooth: Remove useless sk variable in l2cap_le_conn_readyJohan Hedberg2013-06-231-5/+3
* | Bluetooth: Fix duplicate call to l2cap_chan_ready()Johan Hedberg2013-06-231-2/+0
* | Bluetooth: Add clarifying comment to l2cap_conn_ready()Johan Hedberg2013-06-231-0/+3
* | Bluetooth: Fix hardcoding ATT CID in __l2cap_chan_add()Johan Hedberg2013-06-231-2/+6
* | Bluetooth: Fix EBUSY condition test in l2cap_chan_connectJohan Hedberg2013-06-231-10/+4
* | Bluetooth: Fix LE vs BR/EDR selection when connectingJohan Hedberg2013-06-231-1/+1
* | Bluetooth: Rename L2CAP_CID_LE_DATA to L2CAP_CID_ATTJohan Hedberg2013-06-231-7/+7
* | Bluetooth: Handle LE L2CAP signalling in its own functionJohan Hedberg2013-06-231-5/+48
|/
* Bluetooth: Fix crash in l2cap_build_cmd() with small MTUAnderson Lizardo2013-06-131-0/+3
* Bluetooth: Fix missing length checks for L2CAP signalling PDUsJohan Hedberg2013-06-121-18/+52
* 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