summaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap_core.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-09Bluetooth: Remove unused functionMat Martineau1-11/+0
2012-05-09Bluetooth: Initialize new l2cap_chan structure membersMat Martineau1-8/+17
2012-05-09Bluetooth: Move recently-added ERTM header packing functionsMat Martineau1-100/+100
2012-05-09Bluetooth: Remove duplicate structure members from bt_skb_cbMat Martineau1-19/+19
2012-05-09Bluetooth: Use address type info from user-spaceAndre Guedes1-5/+6
2012-05-09Bluetooth: Add dst_type parameter to hci_connectAndre Guedes1-4/+4
2012-05-09Bluetooth: Add support for reusing the same hci_conn for LE linksVinicius Costa Gomes1-23/+40
2012-05-09Bluetooth: Search global l2cap channels by src/dst addressesIdo Yariv1-12/+31
2012-05-09Bluetooth: Don't distribute keys in case of Encryption FailureHemant Gupta1-1/+2
2012-05-09Bluetooth: Functions for handling ERTM control fieldsMat Martineau1-0/+113
2012-05-09Bluetooth: Add the l2cap_seq_list structure for tracking framesMat Martineau1-8/+142
2012-05-09Bluetooth: Remove err parameter from alloc_skb()Gustavo Padovan1-17/+13
2012-05-09Bluetooth: Adds set_default function in L2CAP setupAndrei Emeltchenko1-0/+11
2012-05-09Bluetooth: Remove sk parameter from l2cap_chan_create()Gustavo Padovan1-4/+2
2012-05-09Bluetooth: Make L2CAP chan_add functions staticAndrei Emeltchenko1-2/+2
2012-05-09Bluetooth: Remove unneeded timer clearAndrei Emeltchenko1-3/+0
2012-05-09Bluetooth: trivial: Fix endian conversion modeAndrei Emeltchenko1-2/+2
2012-05-09Bluetooth: Convert error codes to le16Andrei Emeltchenko1-2/+2
2012-05-09Bluetooth: Correct CID endian notationAndrei Emeltchenko1-2/+4
2012-05-09Bluetooth: Correct length calc in L2CAP conf rspAndrei Emeltchenko1-3/+3
2012-05-09Bluetooth: Correct chan->psm endian conversionsAndrei Emeltchenko1-5/+5
2012-04-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville1-0/+3
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-28Bluetooth: Fix memory leaks due to chan refcntAndrei Emeltchenko1-0/+3
2012-03-08Bluetooth: fix conding style issues all over the treeGustavo F. Padovan1-4/+7
2012-03-02Bluetooth: Update L2CAP timeout constants to use msecs_to_jiffiesMarcel Holtmann1-12/+6
2012-02-29Bluetooth: Save remote L2CAP fixed channel maskAndrei Emeltchenko1-2/+7
2012-02-29Bluetooth: use kfree_skb() instead of kfree()Dan Carpenter1-1/+1
2012-02-24Bluetooth: Remove duplicated code in l2cap conn reqAndrei Emeltchenko1-30/+19
2012-02-24Bluetooth: Fix double locking in LE and conless chanAndrei Emeltchenko1-20/+4
2012-02-23Bluetooth: Change sk lock to chan lock in L2CAP coreAndrei Emeltchenko1-68/+98
2012-02-23Bluetooth: Add unlocked __l2cap_chan_add functionAndrei Emeltchenko1-2/+7
2012-02-23Bluetooth: Add socket error functionAndrei Emeltchenko1-9/+21
2012-02-23Bluetooth: Add locked and unlocked state_changeAndrei Emeltchenko1-16/+25
2012-02-23Bluetooth: Add l2cap_chan_lockAndrei Emeltchenko1-0/+2
2012-02-23Bluetooth: Revert to mutexes from RCU listAndrei Emeltchenko1-67/+99
2012-02-23Bluetooth: trivial: Fix long lineAndrei Emeltchenko1-1/+2
2012-02-17Bluetooth: Prefix hex numbers with object nameAndrei Emeltchenko1-1/+1
2012-02-17Bluetooth: Use symbolic names for state in debugAndrei Emeltchenko1-2/+3
2012-02-17Bluetooth: Move scope of state_to_stringAndrei Emeltchenko1-26/+0
2012-02-13Bluetooth: Fix double acking I-Frames when sending pending I-FramesSzymon Janc1-1/+3
2012-02-13Bluetooth: Fix possible missing I-Frame acknowledgementSzymon Janc1-3/+3
2012-02-13Bluetooth: Remove unneeded sk variableAndrei Emeltchenko1-6/+3
2012-02-13Bluetooth: Clean up l2cap_chan_addAndrei Emeltchenko1-3/+8
2012-02-13Bluetooth: Change chan_ready param from sk to chanAndrei Emeltchenko1-6/+6
2012-02-13Bluetooth: Fix possible use after free in delete pathUlisses Furquim1-2/+2
2012-02-13Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim1-3/+3
2012-02-13Bluetooth: Make l2cap_ertm_data_rcv staticSzymon Janc1-3/+1
2012-02-13Bluetooth: Add alloc_skb chan operatorAndrei Emeltchenko1-8/+15
2012-02-13Bluetooth: trivial: space correctionAndrei Emeltchenko1-1/+1