aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-13Bluetooth: Rename conn->pend to conn->flagsJohan Hedberg1-1/+1
2012-02-13Bluetooth: Change sk to l2cap_chanAndrei Emeltchenko1-5/+6
2012-02-13Bluetooth: Use chan instead of skAndrei Emeltchenko1-4/+3
2012-02-13Bluetooth: Drop L2CAP chan reference if ERTM ack_timer firedSzymon Janc1-0/+2
2012-02-13Bluetooth: Don't send RNR immediately when entering local busySzymon Janc1-10/+5
2012-02-13Bluetooth: Clear ack_timer when sending ackSzymon Janc1-2/+8
2012-02-13Bluetooth: Set P-bit for SREJ frame only if there are I-frames to ackSzymon Janc1-3/+3
2012-02-13Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg1-1/+1
2012-02-13Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek1-4/+8
2012-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-nextJohn W. Linville1-13/+13
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-243/+191
2012-01-03Bluetooth: Don't use *_bh locks anymoreGustavo F. Padovan1-12/+12
2012-01-02Bluetooth: Fix bacpy in l2cap_core.cGustavo F. Padovan1-1/+1
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+11
2011-12-22Bluetooth: add debug output to l2cap_ack_timeout()Gustavo F. Padovan1-0/+2
2011-12-22Bluetooth: Fix deadlocks with sock lock and L2CAP timers locksUlisses Furquim1-20/+9
2011-12-22Bluetooth: Make HCI call directly into SCO and L2CAP event functionsUlisses Furquim1-44/+7
2011-12-20Bluetooth: Rename info_work to info_timerGustavo F. Padovan1-7/+7
2011-12-20Bluetooth: convert security timer to delayed_workGustavo F. Padovan1-6/+6
2011-12-20Bluetooth: Move l2cap_{set,clear}_timer to l2cap.hGustavo F. Padovan1-14/+0
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell1-1/+1
2011-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothGustavo F. Padovan1-1/+11
2011-12-18Bluetooth: Prevent uninitialized data access in L2CAP configurationMat Martineau1-1/+11
2011-12-18Bluetooth: Add ProFUSION's copyrightGustavo F. Padovan1-0/+1
2011-12-18Bluetooth: Change l2cap chan_list to use RCUGustavo F. Padovan1-61/+58
2011-12-18Bluetooth: invert locking order in connect pathGustavo F. Padovan1-2/+56
2011-12-18Bluetooth: convert info timer to delayed_workGustavo F. Padovan1-9/+9
2011-12-18Bluetooth: convert chan_lock to mutexGustavo F. Padovan1-26/+26
2011-12-18Bluetooth: Remove sk_backlog usage from L2CAPGustavo F. Padovan1-11/+1
2011-12-18Bluetooth: Don't use spin_lock socket lock anymoreGustavo F. Padovan1-46/+20
2011-12-18Bluetooth: Move L2CAP timers to workqueueGustavo F. Padovan1-39/+31
2011-12-18Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan1-2/+2
2011-11-23Bluetooth: Add user readable debug for state changesGustavo F. Padovan1-0/+29
2011-11-21Bluetooth: making enable_hs independent from L2CAPAndrei Emeltchenko1-4/+0