summaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap_core.c
AgeCommit message (Expand)AuthorFilesLines
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-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothGustavo F. Padovan1-1/+11
2011-12-19Bluetooth: 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-24Bluetooth: 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-17Bluetooth: Fix some checkpatch.pl errors and warningsSzymon Janc1-3/+2
2011-11-17Bluetooth: Simplify __l2cap_global_chan_by_addrSzymon Janc1-5/+2
2011-11-17Bluetooth: Refactor loop in l2cap_retransmit_one_frameSzymon Janc1-5/+3
2011-11-17Bluetooth: Simplify l2cap_add_to_srej_queueSzymon Janc1-8/+5
2011-11-17Bluetooth: Fix possible NULL pointer derefence in l2cap codeSzymon Janc1-3/+17
2011-11-11Bluetooth: Only set ack_timer if we didn't send and ackGustavo F. Padovan1-1/+2
2011-11-11Bluetooth: Rename l2cap_check_security()Gustavo F. Padovan1-6/+6
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John 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-18Bluetooth: EFS: parse L2CAP config requestAndrei Emeltchenko1-1/+43
2011-10-18Bluetooth: EWS: fix max_pdu calculationAndrei Emeltchenko1-14/+28
2011-10-18Bluetooth: EWS: remove magic numbers in l2capAndrei Emeltchenko1-20/+26
2011-10-18Bluetooth: EWS: support extended seq numbersAndrei Emeltchenko1-33/+30
2011-10-17Bluetooth: EWS: handling different Control fieldsAndrei Emeltchenko1-44/+51
2011-10-14Bluetooth: EFS: add efs option in L2CAP conf reqAndrei Emeltchenko1-0/+45
2011-10-14Bluetooth: EFS: assign default values in chan addAndrei Emeltchenko1-0/+7
2011-10-13Bluetooth: EWS: recalculate L2CAP header sizeAndrei Emeltchenko1-3/+18
2011-10-13Bluetooth: EWS: rewrite handling POLL (P) bitAndrei Emeltchenko1-7/+7
2011-10-13Bluetooth: EWS: rewrite handling FINAL (F) bitAndrei Emeltchenko1-10/+10
2011-10-13Bluetooth: EWS: rewrite check frame type functionAndrei Emeltchenko1-4/+5