summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix possible use after free in delete pathUlisses Furquim2012-02-151-2/+2
* Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim2012-02-151-3/+3
* Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek2012-02-151-4/+8
* Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg2012-02-151-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2012-01-101-13/+13
|\
| * Bluetooth: Don't use *_bh locks anymoreGustavo F. Padovan2012-01-031-12/+12
| * Bluetooth: Fix bacpy in l2cap_core.cGustavo F. Padovan2012-01-021-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-031-243/+191Star
|\|
| * Bluetooth: add debug output to l2cap_ack_timeout()Gustavo F. Padovan2011-12-221-0/+2
| * Bluetooth: Fix deadlocks with sock lock and L2CAP timers locksUlisses Furquim2011-12-221-20/+9Star
| * Bluetooth: Make HCI call directly into SCO and L2CAP event functionsUlisses Furquim2011-12-221-44/+7Star
| * Bluetooth: Rename info_work to info_timerGustavo F. Padovan2011-12-201-7/+7
| * Bluetooth: convert security timer to delayed_workGustavo F. Padovan2011-12-201-6/+6
| * Bluetooth: Move l2cap_{set,clear}_timer to l2cap.hGustavo F. Padovan2011-12-201-14/+0Star
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetoothGustavo F. Padovan2011-12-191-1/+11
| |\
| * | Bluetooth: Add ProFUSION's copyrightGustavo F. Padovan2011-12-181-0/+1
| * | Bluetooth: Change l2cap chan_list to use RCUGustavo F. Padovan2011-12-181-61/+58Star
| * | Bluetooth: invert locking order in connect pathGustavo F. Padovan2011-12-181-2/+56
| * | Bluetooth: convert info timer to delayed_workGustavo F. Padovan2011-12-181-9/+9
| * | Bluetooth: convert chan_lock to mutexGustavo F. Padovan2011-12-181-26/+26
| * | Bluetooth: Remove sk_backlog usage from L2CAPGustavo F. Padovan2011-12-181-11/+1Star
| * | Bluetooth: Don't use spin_lock socket lock anymoreGustavo F. Padovan2011-12-181-46/+20Star
| * | Bluetooth: Move L2CAP timers to workqueueGustavo F. Padovan2011-12-181-39/+31Star
| * | Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan2011-12-181-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-1/+11
|\ \ \ | | |/ | |/|
| * | Bluetooth: Prevent uninitialized data access in L2CAP configurationMat Martineau2011-12-191-1/+11
* | | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-201-1/+1
| |/ |/|
* | Bluetooth: Add user readable debug for state changesGustavo F. Padovan2011-11-231-0/+29
* | Bluetooth: making enable_hs independent from L2CAPAndrei Emeltchenko2011-11-211-4/+0Star
* | Bluetooth: Fix some checkpatch.pl errors and warningsSzymon Janc2011-11-161-3/+2Star
* | Bluetooth: Simplify __l2cap_global_chan_by_addrSzymon Janc2011-11-161-5/+2Star
* | Bluetooth: Refactor loop in l2cap_retransmit_one_frameSzymon Janc2011-11-161-5/+3Star
* | Bluetooth: Simplify l2cap_add_to_srej_queueSzymon Janc2011-11-161-8/+5Star
* | Bluetooth: Fix possible NULL pointer derefence in l2cap codeSzymon Janc2011-11-161-3/+17
* | Bluetooth: Only set ack_timer if we didn't send and ackGustavo F. Padovan2011-11-101-1/+2
* | Bluetooth: Rename l2cap_check_security()Gustavo F. Padovan2011-11-101-6/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2011-11-091-241/+706
|\ \ | |/ |/|
| * Bluetooth: EFS: parse L2CAP config responseAndrei Emeltchenko2011-11-081-0/+24
| * Bluetooth: Define HCI reasons instead of magic numberAndrei Emeltchenko2011-11-081-4/+4
| * Bluetooth: Add debug print to l2cap_chan_createSzymon Janc2011-11-071-0/+2
| * Bluetooth: Add signal handlers for channel movesMat Martineau2011-11-071-0/+136
| * Bluetooth: Use symbolic values for the fixed channel mapMat Martineau2011-11-071-1/+7
| * Bluetooth: Add signal handlers for channel creationMat Martineau2011-11-071-0/+47
| * Bluetooth: prioritizing data over HCILuiz Augusto von Dentz2011-11-071-30/+33
| * Bluetooth: set skbuffer priority based on L2CAP socket priorityLuiz Augusto von Dentz2011-11-071-7/+20
| * Bluetooth: correct debug outputAndrei Emeltchenko2011-11-071-1/+1
| * Bluetooth: remove magic offset and sizeAndrei Emeltchenko2011-11-071-1/+1
| * Bluetooth: small styles clean ups to l2cap_core.cGustavo F. Padovan2011-11-071-7/+6Star
| * Bluetooth: EFS: implement L2CAP config pending stateAndrei Emeltchenko2011-11-071-1/+46
| * Bluetooth: EFS: parse L2CAP config requestAndrei Emeltchenko2011-10-171-1/+43