aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery2013-07-271-1/+1
* Bluetooth: Fix crash in l2cap_build_cmd() with small MTUAnderson Lizardo2013-07-271-0/+3
* Bluetooth: Fix missing length checks for L2CAP signalling PDUsJohan Hedberg2013-06-191-20/+65
* Bluetooth: Change signature of smp_conn_security()Vinicius Costa Gomes2012-10-101-5/+6
* Bluetooth: Fix using uninitialized option in RFCModeSzymon Janc2012-09-121-6/+8
* Bluetooth: Fix legacy pairing with some devicesSzymon Janc2012-09-121-0/+1
* Bluetooth: Prevent uninitialized data access in L2CAP configurationMat Martineau2011-12-181-1/+11
* Bluetooth: Use miliseconds for L2CAP channel timeoutsAndrzej Kaczmarek2011-11-071-8/+8
* Bluetooth: Mark not declared l2cap_core functions as staticSzymon Janc2011-09-271-6/+6
* Bluetooth: Perform L2CAP SDU reassembly without copying dataMat Martineau2011-09-271-163/+80
* Bluetooth: mark l2cap_create_iframe_pdu as staticLuiz Augusto von Dentz2011-09-211-1/+3
* Bluetooth: Move SMP crypto functions to a workqueueVinicius Costa Gomes2011-09-211-1/+1
* Bluetooth: Add support for running SMP without a socketVinicius Costa Gomes2011-09-211-2/+8
* Bluetooth: Add a flag to indicate that SMP is going onVinicius Costa Gomes2011-09-211-1/+3
* Bluetooth: l2cap: Fix lost wakeup waiting for ERTM acksPeter Hurley2011-08-111-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-211-4/+5
|\
| * Bluetooth: Fix crash with incoming L2CAP connectionsIlia Kolomisnky2011-07-161-2/+4
| * Bluetooth: Fix regression in L2CAP connection procedureGustavo F. Padovan2011-07-161-2/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/...John W. Linville2011-07-111-148/+68
|\ \
| * | Bluetooth: Fixes l2cap "command reject" reply according to specIlia Kolomisnky2011-07-111-6/+9
| * | Bluetooth: Add support for SMP phase 3 (key distribution)Vinicius Costa Gomes2011-07-081-0/+1
| * | Bluetooth: Remove L2CAP busy queueMat Martineau2011-07-071-117/+8
| * | Bluetooth: Use event-driven approach for handling ERTM receive bufferMat Martineau2011-07-071-15/+26
| * | Bluetooth: Move code for ERTM local busy state to separate functionsMat Martineau2011-07-071-24/+38
| * | Bluetooth: Check earlier for L2CAP ERTM frames to dropMat Martineau2011-07-011-3/+3
| * | Bluetooth: Fix bad locking balanceGustavo F. Padovan2011-07-011-2/+2
| * | Bluetooth: Rename function bt_err to bt_to_errnoJoe Perches2011-06-301-2/+2
| * | Bluetooth: ERTM timeouts need to be converted to jiffiesMat Martineau2011-06-301-1/+1
| * | Bluetooth: Fix indentation whitespaceMat Martineau2011-06-301-6/+6
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-111-2/+3
|\ \ \ | |/ / |/| / | |/
| * Bluetooth: Fix regression with incoming L2CAP connectionsGustavo F. Padovan2011-06-301-1/+2
| * Bluetooth: Prevent buffer overflow in l2cap config requestDan Rosenberg2011-06-281-1/+1
* | Bluetooth: Fix not setting the chan stateVinicius Costa Gomes2011-06-211-1/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan2011-06-211-7/+16
|\ \ | |/
| * Bluetooth: Fix accepting connect requests for defer_setupJohan Hedberg2011-06-141-6/+15
* | Bluetooth: Remove useless access to the socketVinicius Costa Gomes2011-06-201-2/+2
* | Bluetooth: Fix crash when setting a LE socket to readyVinicius Costa Gomes2011-06-201-2/+2
* | Bluetooth: Use bit operations on conn_stateGustavo F. Padovan2011-06-161-87/+74
* | Bluetooth: use bit operation on conf_stateGustavo F. Padovan2011-06-161-42/+35
* | Bluetooth: Add support for SMP timeoutVinicius Costa Gomes2011-06-141-30/+44
* | Bluetooth: Add support for resuming socket when SMP is finishedVinicius Costa Gomes2011-06-131-30/+31
* | Bluetooth: Start SMP procedureAnderson Briglia2011-06-131-0/+9
* | Bluetooth: Don't forget to check for LE_LINKGustavo F. Padovan2011-06-131-1/+1
* | Bluetooth: keep reference if any ERTM timer is enabledGustavo F. Padovan2011-06-131-22/+22
* | Bluetooth: Make timer functions genericGustavo F. Padovan2011-06-131-29/+29
* | Bluetooth: Add refcnt to struct l2cap_chanGustavo F. Padovan2011-06-131-9/+21
* | Bluetooth: Add state tracking to struct l2cap_chanGustavo F. Padovan2011-06-131-54/+59
* | Bluetooth: add close() callback to l2cap_chan_opsGustavo F. Padovan2011-06-131-8/+9
* | Bluetooth: add recv() callback to l2cap_chan_opsGustavo F. Padovan2011-06-131-8/+8
* | Bluetooth: Add l2cap_chan_ops abstractionGustavo F. Padovan2011-06-131-10/+7