aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+5
2011-07-16Bluetooth: Fix crash with incoming L2CAP connectionsIlia Kolomisnky1-2/+4
2011-07-16Bluetooth: Fix regression in L2CAP connection procedureGustavo F. Padovan1-2/+1
2011-07-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6John W. Linville1-148/+68
2011-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-2/+3
2011-07-11Bluetooth: Fixes l2cap "command reject" reply according to specIlia Kolomisnky1-6/+9
2011-07-08Bluetooth: Add support for SMP phase 3 (key distribution)Vinicius Costa Gomes1-0/+1
2011-07-07Bluetooth: Remove L2CAP busy queueMat Martineau1-117/+8
2011-07-07Bluetooth: Use event-driven approach for handling ERTM receive bufferMat Martineau1-15/+26
2011-07-07Bluetooth: Move code for ERTM local busy state to separate functionsMat Martineau1-24/+38
2011-07-01Bluetooth: Check earlier for L2CAP ERTM frames to dropMat Martineau1-3/+3
2011-07-01Bluetooth: Fix bad locking balanceGustavo F. Padovan1-2/+2
2011-06-30Bluetooth: Rename function bt_err to bt_to_errnoJoe Perches1-2/+2
2011-06-30Bluetooth: ERTM timeouts need to be converted to jiffiesMat Martineau1-1/+1
2011-06-30Bluetooth: Fix indentation whitespaceMat Martineau1-6/+6
2011-06-30Bluetooth: Fix regression with incoming L2CAP connectionsGustavo F. Padovan1-1/+2
2011-06-28Bluetooth: Prevent buffer overflow in l2cap config requestDan Rosenberg1-1/+1
2011-06-21Bluetooth: Fix not setting the chan stateVinicius Costa Gomes1-1/+1
2011-06-21Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan1-7/+16
2011-06-20Bluetooth: Remove useless access to the socketVinicius Costa Gomes1-2/+2
2011-06-20Bluetooth: Fix crash when setting a LE socket to readyVinicius Costa Gomes1-2/+2
2011-06-16Bluetooth: Use bit operations on conn_stateGustavo F. Padovan1-87/+74
2011-06-16Bluetooth: use bit operation on conf_stateGustavo F. Padovan1-42/+35
2011-06-14Bluetooth: Add support for SMP timeoutVinicius Costa Gomes1-30/+44
2011-06-14Bluetooth: Fix accepting connect requests for defer_setupJohan Hedberg1-6/+15
2011-06-13Bluetooth: Add support for resuming socket when SMP is finishedVinicius Costa Gomes1-30/+31
2011-06-13Bluetooth: Start SMP procedureAnderson Briglia1-0/+9
2011-06-13Bluetooth: Don't forget to check for LE_LINKGustavo F. Padovan1-1/+1
2011-06-13Bluetooth: keep reference if any ERTM timer is enabledGustavo F. Padovan1-22/+22
2011-06-13Bluetooth: Make timer functions genericGustavo F. Padovan1-29/+29
2011-06-13Bluetooth: Add refcnt to struct l2cap_chanGustavo F. Padovan1-9/+21
2011-06-13Bluetooth: Add state tracking to struct l2cap_chanGustavo F. Padovan1-54/+59
2011-06-13Bluetooth: add close() callback to l2cap_chan_opsGustavo F. Padovan1-8/+9
2011-06-13Bluetooth: add recv() callback to l2cap_chan_opsGustavo F. Padovan1-8/+8
2011-06-13Bluetooth: Add l2cap_chan_ops abstractionGustavo F. Padovan1-10/+7
2011-06-13Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc()Gustavo F. Padovan1-15/+3
2011-06-08Bluetooth: Fix check for the ERTM local busy stateMat Martineau1-1/+1
2011-06-08Bluetooth: Restore accidentally-deleted lineMat Martineau1-0/+1
2011-06-08Bluetooth: Add BT_POWER L2CAP socket option.Jaikumar Ganesh1-0/+5
2011-06-08Bluetooth: fix sparse & gcc warningsJohannes Berg1-3/+3
2011-06-08Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close()Gustavo F. Padovan1-17/+12
2011-06-08Bluetooth: Remove export of l2cap_chan_clear_timer()Gustavo F. Padovan1-1/+2
2011-06-08Bluetooth: create channel timer to replace sk_timerGustavo F. Padovan1-25/+75
2011-06-08Bluetooth: Add chan->chan_type struct memberGustavo F. Padovan1-19/+11
2011-06-08Bluetooth: Create l2cap_chan_send()Gustavo F. Padovan1-0/+80
2011-06-08Bluetooth: Create __l2cap_chan_close()Gustavo F. Padovan1-6/+91
2011-06-08Bluetooth: fix set but not used warningGustavo F. Padovan1-2/+0
2011-06-08Bluetooth: Allow unsegmented SDU retries on sock_queue_rcv_skb failureRuiyi Zhang1-5/+1
2011-06-01bluetooth l2cap: fix locking in l2cap_global_chan_by_psmJohannes Berg1-1/+1
2011-05-16bluetooth: Fix warnings in l2cap_core.cDavid S. Miller1-2/+2