aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-60/+133
2011-05-12Bluetooth: Remove leftover debug messagesGustavo F. Padovan1-3/+1
2011-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-299/+289
2011-05-05Bluetooth: Remove l2cap_sk_listGustavo F. Padovan1-75/+90
2011-05-05Bluetooth: Handle psm == 0 case inside l2cap_add_psm()Gustavo F. Padovan1-8/+24
2011-05-05Bluetooth: Add l2cap_add_psm() and l2cap_add_scid()Gustavo F. Padovan1-0/+44
2011-04-28Bluetooth: Fix memory leak with L2CAP channelsGustavo F. Padovan1-4/+6
2011-04-28Bluetooth: Move conn to struct l2cap_chanGustavo F. Padovan1-52/+40
2011-04-28Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan1-57/+59
2011-04-28Bluetooth: Move more channel info to struct l2cap_chanGustavo F. Padovan1-49/+48
2011-04-27Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan1-50/+50
2011-04-27Bluetooth: Move some more elements to struct l2cap_chanGustavo F. Padovan1-36/+42
2011-04-27Bluetooth: Rename l2cap_do_connect() to l2cap_chan_connect()Gustavo F. Padovan1-1/+1
2011-04-27Bluetooth: Move conf_state to struct l2cap_chanGustavo F. Padovan1-43/+45
2011-04-27Bluetooth: Refactor L2CAP channel allocationGustavo F. Padovan1-16/+7
2011-04-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2011-04-25bluetooth: Fix use-before-initiailized var.David S. Miller1-1/+1