aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAge
* 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
* Bluetooth: Add alloc_skb chan operatorAndrei Emeltchenko2012-02-13
* Bluetooth: trivial: space correctionAndrei Emeltchenko2012-02-13
* Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg2012-02-13
* Bluetooth: Change sk to l2cap_chanAndrei Emeltchenko2012-02-13
* Bluetooth: Use chan instead of skAndrei Emeltchenko2012-02-13
* Bluetooth: Drop L2CAP chan reference if ERTM ack_timer firedSzymon Janc2012-02-13
* Bluetooth: Don't send RNR immediately when entering local busySzymon Janc2012-02-13
* Bluetooth: Clear ack_timer when sending ackSzymon Janc2012-02-13
* Bluetooth: Set P-bit for SREJ frame only if there are I-frames to ackSzymon Janc2012-02-13
* Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg2012-02-13
* Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek2012-02-13
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2012-01-10
|\
| * Bluetooth: Don't use *_bh locks anymoreGustavo F. Padovan2012-01-02
| * Bluetooth: Fix bacpy in l2cap_core.cGustavo F. Padovan2012-01-02
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-03
|\|
| * Bluetooth: add debug output to l2cap_ack_timeout()Gustavo F. Padovan2011-12-22
| * Bluetooth: Fix deadlocks with sock lock and L2CAP timers locksUlisses Furquim2011-12-22
| * Bluetooth: Make HCI call directly into SCO and L2CAP event functionsUlisses Furquim2011-12-22
| * Bluetooth: Rename info_work to info_timerGustavo F. Padovan2011-12-20
| * Bluetooth: convert security timer to delayed_workGustavo F. Padovan2011-12-20
| * Bluetooth: Move l2cap_{set,clear}_timer to l2cap.hGustavo F. Padovan2011-12-20
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothGustavo F. Padovan2011-12-19
| |\
| * | Bluetooth: Add ProFUSION's copyrightGustavo F. Padovan2011-12-18
| * | Bluetooth: Change l2cap chan_list to use RCUGustavo F. Padovan2011-12-18
| * | Bluetooth: invert locking order in connect pathGustavo F. Padovan2011-12-18