summaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap_core.c
AgeCommit message (Expand)Author
2012-04-06Merge remote-tracking branch 'jstultz/linaro-android-3.3' into stable-android...Philippe Langlais
2012-03-19Bluetooth: Don't send RNR immediately when entering local busySzymon Janc
2012-03-19Bluetooth: Clear ack_timer when sending ackSzymon Janc
2012-03-19bluetooth: Add SCO parameters support for socketAndrzej Kaczmarek
2012-03-05Merge commit 'v3.3-rc6' into android-3.3Colin Cross
2012-02-15Bluetooth: Fix possible use after free in delete pathUlisses Furquim
2012-02-15Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim
2012-02-15Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek
2012-02-15Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg
2012-02-14Bluetooth: Allow SCO/eSCO packet type selection for outgoing SCO connections.Nick Pelly
2012-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-01-03Bluetooth: Don't use *_bh locks anymoreGustavo F. Padovan
2012-01-02Bluetooth: Fix bacpy in l2cap_core.cGustavo F. Padovan
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
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-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell
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