summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc()Gustavo F. Padovan2011-06-131-15/+3
* | Bluetooth: Fix check for the ERTM local busy stateMat Martineau2011-06-081-1/+1
* | Bluetooth: Restore accidentally-deleted lineMat Martineau2011-06-081-0/+1
* | Bluetooth: Add BT_POWER L2CAP socket option.Jaikumar Ganesh2011-06-081-0/+5
* | Bluetooth: fix sparse & gcc warningsJohannes Berg2011-06-081-3/+3
* | Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close()Gustavo F. Padovan2011-06-081-17/+12
* | Bluetooth: Remove export of l2cap_chan_clear_timer()Gustavo F. Padovan2011-06-081-1/+2
* | Bluetooth: create channel timer to replace sk_timerGustavo F. Padovan2011-06-081-25/+75
* | Bluetooth: Add chan->chan_type struct memberGustavo F. Padovan2011-06-081-19/+11
* | Bluetooth: Create l2cap_chan_send()Gustavo F. Padovan2011-06-081-0/+80
* | Bluetooth: Create __l2cap_chan_close()Gustavo F. Padovan2011-06-081-6/+91
* | Bluetooth: fix set but not used warningGustavo F. Padovan2011-06-081-2/+0
* | Bluetooth: Allow unsegmented SDU retries on sock_queue_rcv_skb failureRuiyi Zhang2011-06-081-5/+1
|/
* 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
|\
| * Bluetooth: Remove leftover debug messagesGustavo F. Padovan2011-05-121-3/+1
| * Bluetooth: Remove l2cap_sk_listGustavo F. Padovan2011-05-051-75/+90
| * Bluetooth: Handle psm == 0 case inside l2cap_add_psm()Gustavo F. Padovan2011-05-051-8/+24
| * Bluetooth: Add l2cap_add_psm() and l2cap_add_scid()Gustavo F. Padovan2011-05-051-0/+44
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-051-299/+289
|\|
| * Bluetooth: Fix memory leak with L2CAP channelsGustavo F. Padovan2011-04-281-4/+6
| * Bluetooth: Move conn to struct l2cap_chanGustavo F. Padovan2011-04-281-52/+40
| * Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan2011-04-281-57/+59
| * Bluetooth: Move more channel info to struct l2cap_chanGustavo F. Padovan2011-04-281-49/+48
| * Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan2011-04-271-50/+50
| * Bluetooth: Move some more elements to struct l2cap_chanGustavo F. Padovan2011-04-271-36/+42
| * Bluetooth: Rename l2cap_do_connect() to l2cap_chan_connect()Gustavo F. Padovan2011-04-271-1/+1
| * Bluetooth: Move conf_state to struct l2cap_chanGustavo F. Padovan2011-04-271-43/+45
| * Bluetooth: Refactor L2CAP channel allocationGustavo F. Padovan2011-04-271-16/+7
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan2011-04-201-0/+1
| |\
* | \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-261-0/+1
|\ \ \ | | |/ | |/|