summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Only one command per L2CAP LE signalling is supportedMarcel Holtmann2013-10-031-25/+19
* Bluetooth: Drop packets on ATT fixed channel on BR/EDRMarcel Holtmann2013-10-031-0/+4
* Bluetooth: L2CAP connectionless channels are only valid for BR/EDRMarcel Holtmann2013-10-031-0/+4
* Bluetooth: Don't copy L2CAP LE signalling to raw socketsMarcel Holtmann2013-10-031-2/+0
* Bluetooth: Fix switch statement order for L2CAP fixed channelsMarcel Holtmann2013-10-031-3/+4
* Bluetooth: Fix memory leak with L2CAP signal channelsMarcel Holtmann2013-10-021-2/+4
* Bluetooth: Provide high speed configuration optionMarcel Holtmann2013-10-021-16/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan2013-09-271-0/+7
|\
| * Bluetooth: Fix ACL alive for long in case of non pariable devicesSyam Sidhardhan2013-09-161-0/+7
* | Bluetooth: Fix assignment of 0/1 to bool variablesPeter Senna Tschudin2013-09-221-8/+8
* | Bluetooth: Fix responding to invalid L2CAP signaling commandsJohan Hedberg2013-09-181-0/+8
* | Bluetooth: Fix sending responses to identified L2CAP response packetsJohan Hedberg2013-09-181-6/+6
* | Bluetooth: Fix L2CAP command reject reasonJohan Hedberg2013-09-181-4/+16
* | Bluetooth: Fix L2CAP Disconnect response for unknown CIDJohan Hedberg2013-09-181-1/+1
* | Bluetooth: Fix L2CAP error return used for failed channel lookupsJohan Hedberg2013-09-181-4/+4
* | Bluetooth: Fix double error response for l2cap_create_chan_reqJohan Hedberg2013-09-181-1/+1
|/
* Bluetooth: Add missing braces to an "else if"Gustavo Padovan2013-07-251-1/+2
* 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