aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: l2cap: Fix lost wakeup waiting for ERTM acksPeter Hurley2011-08-021-3/+3
* Bluetooth: Fix crash with incoming L2CAP connectionsIlia Kolomisnky2011-07-181-1/+2
* Bluetooth: Fix regression in L2CAP connection procedureGustavo F. Padovan2011-07-181-2/+1
* Bluetooth: Fix regression with incoming L2CAP connectionsGustavo F. Padovan2011-07-181-1/+2
* Bluetooth: Prevent buffer overflow in l2cap config requestDan Rosenberg2011-07-181-1/+1
* Bluetooth: Add support for SMP phase 3 (key distribution)Vinicius Costa Gomes2011-07-111-0/+1
* Bluetooth: Remove L2CAP busy queueMat Martineau2011-07-111-117/+8
* Bluetooth: Use event-driven approach for handling ERTM receive bufferMat Martineau2011-07-111-15/+26
* Bluetooth: Move code for ERTM local busy state to separate functionsMat Martineau2011-07-111-24/+38
* Bluetooth: Check earlier for L2CAP ERTM frames to dropMat Martineau2011-07-111-3/+3
* Bluetooth: Fix bad locking balanceGustavo F. Padovan2011-07-111-2/+2
* Bluetooth: Rename function bt_err to bt_to_errnoJoe Perches2011-07-111-2/+2
* Bluetooth: ERTM timeouts need to be converted to jiffiesMat Martineau2011-07-111-1/+1
* Bluetooth: Fix indentation whitespaceMat Martineau2011-07-111-6/+6
* Bluetooth: Fix not setting the chan stateVinicius Costa Gomes2011-07-111-1/+1
* Bluetooth: Remove useless access to the socketVinicius Costa Gomes2011-07-111-2/+2
* Bluetooth: Fix crash when setting a LE socket to readyVinicius Costa Gomes2011-07-111-2/+2
* Bluetooth: Use bit operations on conn_stateGustavo F. Padovan2011-07-111-87/+74
* Bluetooth: use bit operation on conf_stateGustavo F. Padovan2011-07-111-42/+35
* Bluetooth: Add support for SMP timeoutVinicius Costa Gomes2011-07-111-30/+44
* Bluetooth: Add support for resuming socket when SMP is finishedVinicius Costa Gomes2011-07-111-30/+31
* Bluetooth: Start SMP procedureAnderson Briglia2011-07-111-0/+9
* Bluetooth: Don't forget to check for LE_LINKGustavo F. Padovan2011-07-111-1/+1
* Bluetooth: keep reference if any ERTM timer is enabledGustavo F. Padovan2011-07-111-22/+22
* Bluetooth: Make timer functions genericGustavo F. Padovan2011-07-111-29/+29
* Bluetooth: Add refcnt to struct l2cap_chanGustavo F. Padovan2011-07-111-9/+21
* Bluetooth: Add state tracking to struct l2cap_chanGustavo F. Padovan2011-07-111-54/+59
* Bluetooth: add close() callback to l2cap_chan_opsGustavo F. Padovan2011-07-111-8/+9
* Bluetooth: add recv() callback to l2cap_chan_opsGustavo F. Padovan2011-07-111-8/+8
* Bluetooth: Add l2cap_chan_ops abstractionGustavo F. Padovan2011-07-111-10/+7
* Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc()Gustavo F. Padovan2011-07-111-15/+3
* Bluetooth: Fix check for the ERTM local busy stateMat Martineau2011-07-111-1/+1
* Bluetooth: Restore accidentally-deleted lineMat Martineau2011-07-111-0/+1
* Bluetooth: Add BT_POWER L2CAP socket option.Jaikumar Ganesh2011-07-111-0/+5
* Bluetooth: fix sparse & gcc warningsJohannes Berg2011-07-111-3/+3
* Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close()Gustavo F. Padovan2011-07-111-17/+12
* Bluetooth: Remove export of l2cap_chan_clear_timer()Gustavo F. Padovan2011-07-111-1/+2
* Bluetooth: create channel timer to replace sk_timerGustavo F. Padovan2011-07-111-25/+75
* Bluetooth: Add chan->chan_type struct memberGustavo F. Padovan2011-07-111-19/+11
* Bluetooth: Create l2cap_chan_send()Gustavo F. Padovan2011-07-111-0/+80
* Bluetooth: Create __l2cap_chan_close()Gustavo F. Padovan2011-07-111-6/+91
* Bluetooth: fix set but not used warningGustavo F. Padovan2011-07-111-2/+0
* Bluetooth: Allow unsegmented SDU retries on sock_queue_rcv_skb failureRuiyi Zhang2011-07-111-5/+1
* Merge commit 'v3.0-rc6' into android-3.0Dima Zavin2011-07-071-6/+15
|\
| * Bluetooth: Fix accepting connect requests for defer_setupJohan Hedberg2011-06-141-6/+15
* | Bluetooth: Allow SCO/eSCO packet type selection for outgoing SCO connections.Nick Pelly2011-06-141-2/+2
* | Bluetooth: Hack: Don't dereference null pointer.Nick Pelly2011-06-141-1/+2
|/
* bluetooth l2cap: fix locking in l2cap_global_chan_by_psmJohannes Berg2011-06-011-1/+1
* bluetooth: Fix warnings in l2cap_core.cDavid S. Miller2011-05-161-2/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-161-60/+133
|\