aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAge
* Bluetooth: Add Code Aurora Forum copyrightMat Martineau2012-05-09
* Bluetooth: Make better use of l2cap_chan reference countingMat Martineau2012-05-09
* Bluetooth: Remove unused functionMat Martineau2012-05-09
* Bluetooth: Initialize new l2cap_chan structure membersMat Martineau2012-05-09
* Bluetooth: Move recently-added ERTM header packing functionsMat Martineau2012-05-09
* Bluetooth: Remove duplicate structure members from bt_skb_cbMat Martineau2012-05-09
* Bluetooth: Use address type info from user-spaceAndre Guedes2012-05-09
* Bluetooth: Add dst_type parameter to hci_connectAndre Guedes2012-05-09
* Bluetooth: Add support for reusing the same hci_conn for LE linksVinicius Costa Gomes2012-05-09
* Bluetooth: Search global l2cap channels by src/dst addressesIdo Yariv2012-05-09
* Bluetooth: Don't distribute keys in case of Encryption FailureHemant Gupta2012-05-09
* Bluetooth: Functions for handling ERTM control fieldsMat Martineau2012-05-09
* Bluetooth: Add the l2cap_seq_list structure for tracking framesMat Martineau2012-05-09
* Bluetooth: Remove err parameter from alloc_skb()Gustavo Padovan2012-05-09
* Bluetooth: Adds set_default function in L2CAP setupAndrei Emeltchenko2012-05-08
* Bluetooth: Remove sk parameter from l2cap_chan_create()Gustavo Padovan2012-05-08
* Bluetooth: Make L2CAP chan_add functions staticAndrei Emeltchenko2012-05-08
* Bluetooth: Remove unneeded timer clearAndrei Emeltchenko2012-05-08
* Bluetooth: trivial: Fix endian conversion modeAndrei Emeltchenko2012-05-08
* Bluetooth: Convert error codes to le16Andrei Emeltchenko2012-05-08
* Bluetooth: Correct CID endian notationAndrei Emeltchenko2012-05-08
* Bluetooth: Correct length calc in L2CAP conf rspAndrei Emeltchenko2012-05-08
* Bluetooth: Correct chan->psm endian conversionsAndrei Emeltchenko2012-05-08
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-04-09
|\
| * Bluetooth: Fix memory leaks due to chan refcntAndrei Emeltchenko2012-03-28
* | Remove all #inclusions of asm/system.hDavid Howells2012-03-28
|/
* Bluetooth: fix conding style issues all over the treeGustavo F. Padovan2012-03-08
* Bluetooth: Update L2CAP timeout constants to use msecs_to_jiffiesMarcel Holtmann2012-03-01
* Bluetooth: Save remote L2CAP fixed channel maskAndrei Emeltchenko2012-02-29
* Bluetooth: use kfree_skb() instead of kfree()Dan Carpenter2012-02-29
* Bluetooth: Remove duplicated code in l2cap conn reqAndrei Emeltchenko2012-02-24
* Bluetooth: Fix double locking in LE and conless chanAndrei Emeltchenko2012-02-24
* Bluetooth: Change sk lock to chan lock in L2CAP coreAndrei Emeltchenko2012-02-23
* Bluetooth: Add unlocked __l2cap_chan_add functionAndrei Emeltchenko2012-02-23
* Bluetooth: Add socket error functionAndrei Emeltchenko2012-02-23
* Bluetooth: Add locked and unlocked state_changeAndrei Emeltchenko2012-02-23
* Bluetooth: Add l2cap_chan_lockAndrei Emeltchenko2012-02-23
* Bluetooth: Revert to mutexes from RCU listAndrei Emeltchenko2012-02-23
* Bluetooth: trivial: Fix long lineAndrei Emeltchenko2012-02-23
* Bluetooth: Prefix hex numbers with object nameAndrei Emeltchenko2012-02-17
* Bluetooth: Use symbolic names for state in debugAndrei Emeltchenko2012-02-17
* Bluetooth: Move scope of state_to_stringAndrei Emeltchenko2012-02-17
* Bluetooth: Fix double acking I-Frames when sending pending I-FramesSzymon Janc2012-02-13
* Bluetooth: Fix possible missing I-Frame acknowledgementSzymon Janc2012-02-13
* Bluetooth: Remove unneeded sk variableAndrei Emeltchenko2012-02-13
* Bluetooth: Clean up l2cap_chan_addAndrei Emeltchenko2012-02-13
* Bluetooth: Change chan_ready param from sk to chanAndrei Emeltchenko2012-02-13
* Bluetooth: Fix possible use after free in delete pathUlisses Furquim2012-02-13
* Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim2012-02-13
* Bluetooth: Make l2cap_ertm_data_rcv staticSzymon Janc2012-02-13