aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAge
* Bluetooth: Check earlier for L2CAP ERTM frames to dropMat Martineau2011-07-01
* Bluetooth: Fix bad locking balanceGustavo F. Padovan2011-07-01
* Bluetooth: Rename function bt_err to bt_to_errnoJoe Perches2011-06-30
* Bluetooth: ERTM timeouts need to be converted to jiffiesMat Martineau2011-06-30
* Bluetooth: Fix indentation whitespaceMat Martineau2011-06-30
* Bluetooth: Fix not setting the chan stateVinicius Costa Gomes2011-06-21
* Merge master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-2.6Gustavo F. Padovan2011-06-21
|\
| * Bluetooth: Fix accepting connect requests for defer_setupJohan Hedberg2011-06-14
* | Bluetooth: Remove useless access to the socketVinicius Costa Gomes2011-06-20
* | Bluetooth: Fix crash when setting a LE socket to readyVinicius Costa Gomes2011-06-20
* | Bluetooth: Use bit operations on conn_stateGustavo F. Padovan2011-06-16
* | Bluetooth: use bit operation on conf_stateGustavo F. Padovan2011-06-16
* | Bluetooth: Add support for SMP timeoutVinicius Costa Gomes2011-06-14
* | Bluetooth: Add support for resuming socket when SMP is finishedVinicius Costa Gomes2011-06-13
* | Bluetooth: Start SMP procedureAnderson Briglia2011-06-13
* | Bluetooth: Don't forget to check for LE_LINKGustavo F. Padovan2011-06-13
* | Bluetooth: keep reference if any ERTM timer is enabledGustavo F. Padovan2011-06-13
* | Bluetooth: Make timer functions genericGustavo F. Padovan2011-06-13
* | Bluetooth: Add refcnt to struct l2cap_chanGustavo F. Padovan2011-06-13
* | Bluetooth: Add state tracking to struct l2cap_chanGustavo F. Padovan2011-06-13
* | Bluetooth: add close() callback to l2cap_chan_opsGustavo F. Padovan2011-06-13
* | Bluetooth: add recv() callback to l2cap_chan_opsGustavo F. Padovan2011-06-13
* | Bluetooth: Add l2cap_chan_ops abstractionGustavo F. Padovan2011-06-13
* | Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc()Gustavo F. Padovan2011-06-13
* | Bluetooth: Fix check for the ERTM local busy stateMat Martineau2011-06-08
* | Bluetooth: Restore accidentally-deleted lineMat Martineau2011-06-08
* | Bluetooth: Add BT_POWER L2CAP socket option.Jaikumar Ganesh2011-06-08
* | Bluetooth: fix sparse & gcc warningsJohannes Berg2011-06-08
* | Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close()Gustavo F. Padovan2011-06-08
* | Bluetooth: Remove export of l2cap_chan_clear_timer()Gustavo F. Padovan2011-06-08
* | Bluetooth: create channel timer to replace sk_timerGustavo F. Padovan2011-06-08
* | Bluetooth: Add chan->chan_type struct memberGustavo F. Padovan2011-06-08
* | Bluetooth: Create l2cap_chan_send()Gustavo F. Padovan2011-06-08
* | Bluetooth: Create __l2cap_chan_close()Gustavo F. Padovan2011-06-08
* | Bluetooth: fix set but not used warningGustavo F. Padovan2011-06-08
* | Bluetooth: Allow unsegmented SDU retries on sock_queue_rcv_skb failureRuiyi Zhang2011-06-08
|/
* bluetooth l2cap: fix locking in l2cap_global_chan_by_psmJohannes Berg2011-06-01
* bluetooth: Fix warnings in l2cap_core.cDavid S. Miller2011-05-16
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-16
|\
| * Bluetooth: Remove leftover debug messagesGustavo F. Padovan2011-05-12
| * Bluetooth: Remove l2cap_sk_listGustavo F. Padovan2011-05-05
| * Bluetooth: Handle psm == 0 case inside l2cap_add_psm()Gustavo F. Padovan2011-05-05
| * Bluetooth: Add l2cap_add_psm() and l2cap_add_scid()Gustavo F. Padovan2011-05-05
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-05
|\|
| * Bluetooth: Fix memory leak with L2CAP channelsGustavo F. Padovan2011-04-28
| * Bluetooth: Move conn to struct l2cap_chanGustavo F. Padovan2011-04-28
| * Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan2011-04-28
| * Bluetooth: Move more channel info to struct l2cap_chanGustavo F. Padovan2011-04-28
| * Bluetooth: Move more vars to struct l2cap_chanGustavo F. Padovan2011-04-27
| * Bluetooth: Move some more elements to struct l2cap_chanGustavo F. Padovan2011-04-27