summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Create flags for bt_sk()Gustavo Padovan2012-05-161-6/+8
* Bluetooth: Restore locking semantics when looking up L2CAP channelsMat Martineau2012-05-161-7/+3
* Bluetooth: Fix a redundant and problematic incoming MTU checkMat Martineau2012-05-161-20/+0
* Bluetooth: improve readability of l2cap_seq_list codeGustavo Padovan2012-05-161-15/+18
* Bluetooth: Fix skb length calculationGustavo Padovan2012-05-161-0/+3
* Bluetooth: Fix wrong set of skb fragmentsGustavo Padovan2012-05-161-4/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan2012-05-161-0/+5
|\
| * Bluetooth: notify userspace of security level changeGustavo Padovan2012-05-141-0/+5
* | Bluetooth: Initialize the transmit queue for L2CAP streaming modeMat Martineau2012-05-151-1/+2
* | Bluetooth: Update tx_send_head when sending ERTM dataMat Martineau2012-05-141-0/+3
* | Bluetooth: Refactor L2CAP ERTM and streaming transmit segmentationMat Martineau2012-05-091-58/+86
* | Bluetooth: Remove unneeded calculation and magic numberAndrei Emeltchenko2012-05-091-2/+2
* | Bluetooth: Remove hlen variableGustavo Padovan2012-05-091-3/+3
* | Bluetooth: Remove unneeded elements from size calculationGustavo Padovan2012-05-091-1/+1
* | Bluetooth: Add Code Aurora Forum copyrightMat Martineau2012-05-091-0/+1
* | Bluetooth: Make better use of l2cap_chan reference countingMat Martineau2012-05-091-0/+6
* | Bluetooth: Remove unused functionMat Martineau2012-05-091-11/+0
* | Bluetooth: Initialize new l2cap_chan structure membersMat Martineau2012-05-091-8/+17
* | Bluetooth: Move recently-added ERTM header packing functionsMat Martineau2012-05-091-100/+100
* | Bluetooth: Remove duplicate structure members from bt_skb_cbMat Martineau2012-05-091-19/+19
* | Bluetooth: Use address type info from user-spaceAndre Guedes2012-05-091-5/+6
* | Bluetooth: Add dst_type parameter to hci_connectAndre Guedes2012-05-091-4/+4
* | Bluetooth: Add support for reusing the same hci_conn for LE linksVinicius Costa Gomes2012-05-091-23/+40
* | Bluetooth: Search global l2cap channels by src/dst addressesIdo Yariv2012-05-091-12/+31
* | Bluetooth: Don't distribute keys in case of Encryption FailureHemant Gupta2012-05-091-1/+2
* | Bluetooth: Functions for handling ERTM control fieldsMat Martineau2012-05-091-0/+113
* | Bluetooth: Add the l2cap_seq_list structure for tracking framesMat Martineau2012-05-091-8/+142
* | Bluetooth: Remove err parameter from alloc_skb()Gustavo Padovan2012-05-091-17/+13
* | Bluetooth: Adds set_default function in L2CAP setupAndrei Emeltchenko2012-05-091-0/+11
* | Bluetooth: Remove sk parameter from l2cap_chan_create()Gustavo Padovan2012-05-091-4/+2
* | Bluetooth: Make L2CAP chan_add functions staticAndrei Emeltchenko2012-05-091-2/+2
* | Bluetooth: Remove unneeded timer clearAndrei Emeltchenko2012-05-091-3/+0
* | Bluetooth: trivial: Fix endian conversion modeAndrei Emeltchenko2012-05-091-2/+2
* | Bluetooth: Convert error codes to le16Andrei Emeltchenko2012-05-091-2/+2
* | Bluetooth: Correct CID endian notationAndrei Emeltchenko2012-05-091-2/+4
* | Bluetooth: Correct length calc in L2CAP conf rspAndrei Emeltchenko2012-05-091-3/+3
* | Bluetooth: Correct chan->psm endian conversionsAndrei Emeltchenko2012-05-091-5/+5
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-04-091-0/+3
|\
| * Bluetooth: Fix memory leaks due to chan refcntAndrei Emeltchenko2012-03-281-0/+3
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
|/
* Bluetooth: fix conding style issues all over the treeGustavo F. Padovan2012-03-081-4/+7
* Bluetooth: Update L2CAP timeout constants to use msecs_to_jiffiesMarcel Holtmann2012-03-021-12/+6
* Bluetooth: Save remote L2CAP fixed channel maskAndrei Emeltchenko2012-02-291-2/+7
* Bluetooth: use kfree_skb() instead of kfree()Dan Carpenter2012-02-291-1/+1
* Bluetooth: Remove duplicated code in l2cap conn reqAndrei Emeltchenko2012-02-241-30/+19
* Bluetooth: Fix double locking in LE and conless chanAndrei Emeltchenko2012-02-241-20/+4
* Bluetooth: Change sk lock to chan lock in L2CAP coreAndrei Emeltchenko2012-02-231-68/+98
* Bluetooth: Add unlocked __l2cap_chan_add functionAndrei Emeltchenko2012-02-231-2/+7
* Bluetooth: Add socket error functionAndrei Emeltchenko2012-02-231-9/+21
* Bluetooth: Add locked and unlocked state_changeAndrei Emeltchenko2012-02-231-16/+25