aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-11-16Bluetooth: Fix some checkpatch.pl errors and warningsSzymon Janc1-3/+2
2011-11-16Bluetooth: Simplify __l2cap_global_chan_by_addrSzymon Janc1-5/+2
2011-11-16Bluetooth: Refactor loop in l2cap_retransmit_one_frameSzymon Janc1-5/+3
2011-11-16Bluetooth: Simplify l2cap_add_to_srej_queueSzymon Janc1-8/+5
2011-11-16Bluetooth: Fix possible NULL pointer derefence in l2cap codeSzymon Janc1-3/+17
2011-11-10Bluetooth: Only set ack_timer if we didn't send and ackGustavo F. Padovan1-1/+2
2011-11-10Bluetooth: Rename l2cap_check_security()Gustavo F. Padovan1-6/+6
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-nextJohn W. Linville1-241/+706
2011-11-08Bluetooth: EFS: parse L2CAP config responseAndrei Emeltchenko1-0/+24
2011-11-08Bluetooth: Define HCI reasons instead of magic numberAndrei Emeltchenko1-4/+4
2011-11-07Bluetooth: Add debug print to l2cap_chan_createSzymon Janc1-0/+2
2011-11-07Bluetooth: Add signal handlers for channel movesMat Martineau1-0/+136
2011-11-07Bluetooth: Use symbolic values for the fixed channel mapMat Martineau1-1/+7
2011-11-07Bluetooth: Add signal handlers for channel creationMat Martineau1-0/+47
2011-11-07Bluetooth: prioritizing data over HCILuiz Augusto von Dentz1-30/+33
2011-11-07Bluetooth: set skbuffer priority based on L2CAP socket priorityLuiz Augusto von Dentz1-7/+20
2011-11-07Bluetooth: correct debug outputAndrei Emeltchenko1-1/+1
2011-11-07Bluetooth: remove magic offset and sizeAndrei Emeltchenko1-1/+1
2011-11-07Bluetooth: small styles clean ups to l2cap_core.cGustavo F. Padovan1-7/+6
2011-11-07Bluetooth: EFS: implement L2CAP config pending stateAndrei Emeltchenko1-1/+46
2011-11-07Bluetooth: Use miliseconds for L2CAP channel timeoutsAndrzej Kaczmarek1-8/+8
2011-10-17Bluetooth: EFS: parse L2CAP config requestAndrei Emeltchenko1-1/+43
2011-10-17Bluetooth: EWS: fix max_pdu calculationAndrei Emeltchenko1-14/+28
2011-10-17Bluetooth: EWS: remove magic numbers in l2capAndrei Emeltchenko1-20/+26
2011-10-17Bluetooth: EWS: support extended seq numbersAndrei Emeltchenko1-33/+30