summaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap_core.c
AgeCommit message (Expand)Author
2012-01-02Bluetooth: Fix bacpy in l2cap_core.cGustavo F. Padovan
2011-12-22Bluetooth: add debug output to l2cap_ack_timeout()Gustavo F. Padovan
2011-12-22Bluetooth: Fix deadlocks with sock lock and L2CAP timers locksUlisses Furquim
2011-12-22Bluetooth: Make HCI call directly into SCO and L2CAP event functionsUlisses Furquim
2011-12-20Bluetooth: Rename info_work to info_timerGustavo F. Padovan
2011-12-20Bluetooth: convert security timer to delayed_workGustavo F. Padovan
2011-12-20Bluetooth: Move l2cap_{set,clear}_timer to l2cap.hGustavo F. Padovan
2011-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothGustavo F. Padovan
2011-12-18Bluetooth: Prevent uninitialized data access in L2CAP configurationMat Martineau
2011-12-18Bluetooth: Add ProFUSION's copyrightGustavo F. Padovan
2011-12-18Bluetooth: Change l2cap chan_list to use RCUGustavo F. Padovan
2011-12-18Bluetooth: invert locking order in connect pathGustavo F. Padovan
2011-12-18Bluetooth: convert info timer to delayed_workGustavo F. Padovan
2011-12-18Bluetooth: convert chan_lock to mutexGustavo F. Padovan
2011-12-18Bluetooth: Remove sk_backlog usage from L2CAPGustavo F. Padovan
2011-12-18Bluetooth: Don't use spin_lock socket lock anymoreGustavo F. Padovan
2011-12-18Bluetooth: Move L2CAP timers to workqueueGustavo F. Padovan
2011-12-18Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan
2011-11-23Bluetooth: Add user readable debug for state changesGustavo F. Padovan
2011-11-21Bluetooth: making enable_hs independent from L2CAPAndrei Emeltchenko
2011-11-16Bluetooth: Fix some checkpatch.pl errors and warningsSzymon Janc
2011-11-16Bluetooth: Simplify __l2cap_global_chan_by_addrSzymon Janc
2011-11-16Bluetooth: Refactor loop in l2cap_retransmit_one_frameSzymon Janc
2011-11-16Bluetooth: Simplify l2cap_add_to_srej_queueSzymon Janc
2011-11-16Bluetooth: Fix possible NULL pointer derefence in l2cap codeSzymon Janc
2011-11-10Bluetooth: Only set ack_timer if we didn't send and ackGustavo F. Padovan
2011-11-10Bluetooth: Rename l2cap_check_security()Gustavo F. Padovan
2011-11-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville
2011-11-08Bluetooth: EFS: parse L2CAP config responseAndrei Emeltchenko
2011-11-08Bluetooth: Define HCI reasons instead of magic numberAndrei Emeltchenko
2011-11-07Bluetooth: Add debug print to l2cap_chan_createSzymon Janc
2011-11-07Bluetooth: Add signal handlers for channel movesMat Martineau
2011-11-07Bluetooth: Use symbolic values for the fixed channel mapMat Martineau
2011-11-07Bluetooth: Add signal handlers for channel creationMat Martineau
2011-11-07Bluetooth: prioritizing data over HCILuiz Augusto von Dentz
2011-11-07Bluetooth: set skbuffer priority based on L2CAP socket priorityLuiz Augusto von Dentz
2011-11-07Bluetooth: correct debug outputAndrei Emeltchenko
2011-11-07Bluetooth: remove magic offset and sizeAndrei Emeltchenko
2011-11-07Bluetooth: small styles clean ups to l2cap_core.cGustavo F. Padovan
2011-11-07Bluetooth: EFS: implement L2CAP config pending stateAndrei Emeltchenko
2011-11-07Bluetooth: Use miliseconds for L2CAP channel timeoutsAndrzej Kaczmarek
2011-10-17Bluetooth: EFS: parse L2CAP config requestAndrei Emeltchenko
2011-10-17Bluetooth: EWS: fix max_pdu calculationAndrei Emeltchenko
2011-10-17Bluetooth: EWS: remove magic numbers in l2capAndrei Emeltchenko
2011-10-17Bluetooth: EWS: support extended seq numbersAndrei Emeltchenko
2011-10-17Bluetooth: EWS: handling different Control fieldsAndrei Emeltchenko
2011-10-13Bluetooth: EFS: add efs option in L2CAP conf reqAndrei Emeltchenko
2011-10-13Bluetooth: EFS: assign default values in chan addAndrei Emeltchenko
2011-10-13Bluetooth: EWS: recalculate L2CAP header sizeAndrei Emeltchenko
2011-10-13Bluetooth: EWS: rewrite handling POLL (P) bitAndrei Emeltchenko