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/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
* Bluetooth: Add l2cap_chan_lockAndrei Emeltchenko2012-02-231-0/+2
* Bluetooth: Revert to mutexes from RCU listAndrei Emeltchenko2012-02-231-67/+99
* Bluetooth: trivial: Fix long lineAndrei Emeltchenko2012-02-231-1/+2
* Bluetooth: Prefix hex numbers with object nameAndrei Emeltchenko2012-02-171-1/+1
* Bluetooth: Use symbolic names for state in debugAndrei Emeltchenko2012-02-171-2/+3
* Bluetooth: Move scope of state_to_stringAndrei Emeltchenko2012-02-171-26/+0
* Bluetooth: Fix double acking I-Frames when sending pending I-FramesSzymon Janc2012-02-131-1/+3
* Bluetooth: Fix possible missing I-Frame acknowledgementSzymon Janc2012-02-131-3/+3
* Bluetooth: Remove unneeded sk variableAndrei Emeltchenko2012-02-131-6/+3
* Bluetooth: Clean up l2cap_chan_addAndrei Emeltchenko2012-02-131-3/+8
* Bluetooth: Change chan_ready param from sk to chanAndrei Emeltchenko2012-02-131-6/+6
* Bluetooth: Fix possible use after free in delete pathUlisses Furquim2012-02-131-2/+2
* Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim2012-02-131-3/+3
* Bluetooth: Make l2cap_ertm_data_rcv staticSzymon Janc2012-02-131-3/+1
* Bluetooth: Add alloc_skb chan operatorAndrei Emeltchenko2012-02-131-8/+15
* Bluetooth: trivial: space correctionAndrei Emeltchenko2012-02-131-1/+1
* Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg2012-02-131-1/+1
* Bluetooth: Change sk to l2cap_chanAndrei Emeltchenko2012-02-131-5/+6
* Bluetooth: Use chan instead of skAndrei Emeltchenko2012-02-131-4/+3
* Bluetooth: Drop L2CAP chan reference if ERTM ack_timer firedSzymon Janc2012-02-131-0/+2
* Bluetooth: Don't send RNR immediately when entering local busySzymon Janc2012-02-131-10/+5
* Bluetooth: Clear ack_timer when sending ackSzymon Janc2012-02-131-2/+8
* Bluetooth: Set P-bit for SREJ frame only if there are I-frames to ackSzymon Janc2012-02-131-3/+3
* Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg2012-02-131-1/+1
* Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek2012-02-131-4/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2012-01-101-13/+13
|\
| * Bluetooth: Don't use *_bh locks anymoreGustavo F. Padovan2012-01-031-12/+12
| * Bluetooth: Fix bacpy in l2cap_core.cGustavo F. Padovan2012-01-021-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-031-243/+191
|\ \ | |/
| * Bluetooth: add debug output to l2cap_ack_timeout()Gustavo F. Padovan2011-12-221-0/+2
| * Bluetooth: Fix deadlocks with sock lock and L2CAP timers locksUlisses Furquim2011-12-221-20/+9
| * Bluetooth: Make HCI call directly into SCO and L2CAP event functionsUlisses Furquim2011-12-221-44/+7
| * Bluetooth: Rename info_work to info_timerGustavo F. Padovan2011-12-201-7/+7
| * Bluetooth: convert security timer to delayed_workGustavo F. Padovan2011-12-201-6/+6
| * Bluetooth: Move l2cap_{set,clear}_timer to l2cap.hGustavo F. Padovan2011-12-201-14/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothGustavo F. Padovan2011-12-191-1/+11
| |\
| * | Bluetooth: Add ProFUSION's copyrightGustavo F. Padovan2011-12-181-0/+1
OpenPOWER on IntegriCloud