summaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap_core.c
AgeCommit message (Expand)Author
2011-12-16Squashandroid-20111223Benn Pörscke
2011-10-28Bluetooth: l2cap: Fix lost wakeup waiting for ERTM acksPeter Hurley
2011-09-19bluetooth: Add SCO parameters support for socketAndrzej Kaczmarek
2011-07-18Bluetooth: Fix crash with incoming L2CAP connectionsIlia Kolomisnky
2011-07-18Bluetooth: Fix regression in L2CAP connection procedureGustavo F. Padovan
2011-07-18Bluetooth: Fix regression with incoming L2CAP connectionsGustavo F. Padovan
2011-07-18Bluetooth: Prevent buffer overflow in l2cap config requestDan Rosenberg
2011-07-11Bluetooth: Add support for SMP phase 3 (key distribution)Vinicius Costa Gomes
2011-07-11Bluetooth: Remove L2CAP busy queueMat Martineau
2011-07-11Bluetooth: Use event-driven approach for handling ERTM receive bufferMat Martineau
2011-07-11Bluetooth: Move code for ERTM local busy state to separate functionsMat Martineau
2011-07-11Bluetooth: Check earlier for L2CAP ERTM frames to dropMat Martineau
2011-07-11Bluetooth: Fix bad locking balanceGustavo F. Padovan
2011-07-11Bluetooth: Rename function bt_err to bt_to_errnoJoe Perches
2011-07-11Bluetooth: ERTM timeouts need to be converted to jiffiesMat Martineau
2011-07-11Bluetooth: Fix indentation whitespaceMat Martineau
2011-07-11Bluetooth: Fix not setting the chan stateVinicius Costa Gomes
2011-07-11Bluetooth: Remove useless access to the socketVinicius Costa Gomes
2011-07-11Bluetooth: Fix crash when setting a LE socket to readyVinicius Costa Gomes
2011-07-11Bluetooth: Use bit operations on conn_stateGustavo F. Padovan
2011-07-11Bluetooth: use bit operation on conf_stateGustavo F. Padovan
2011-07-11Bluetooth: Add support for SMP timeoutVinicius Costa Gomes
2011-07-11Bluetooth: Add support for resuming socket when SMP is finishedVinicius Costa Gomes
2011-07-11Bluetooth: Start SMP procedureAnderson Briglia
2011-07-11Bluetooth: Don't forget to check for LE_LINKGustavo F. Padovan
2011-07-11Bluetooth: keep reference if any ERTM timer is enabledGustavo F. Padovan
2011-07-11Bluetooth: Make timer functions genericGustavo F. Padovan
2011-07-11Bluetooth: Add refcnt to struct l2cap_chanGustavo F. Padovan
2011-07-11Bluetooth: Add state tracking to struct l2cap_chanGustavo F. Padovan
2011-07-11Bluetooth: add close() callback to l2cap_chan_opsGustavo F. Padovan
2011-07-11Bluetooth: add recv() callback to l2cap_chan_opsGustavo F. Padovan
2011-07-11Bluetooth: Add l2cap_chan_ops abstractionGustavo F. Padovan
2011-07-11Bluetooth: Merge l2cap_chan_create() in the l2cap_sock_alloc()Gustavo F. Padovan
2011-07-11Bluetooth: Fix check for the ERTM local busy stateMat Martineau
2011-07-11Bluetooth: Restore accidentally-deleted lineMat Martineau
2011-07-11Bluetooth: Add BT_POWER L2CAP socket option.Jaikumar Ganesh
2011-07-11Bluetooth: fix sparse & gcc warningsJohannes Berg
2011-07-11Bluetooth: Rename __l2cap_chan_close() to l2cap_chan_close()Gustavo F. Padovan
2011-07-11Bluetooth: Remove export of l2cap_chan_clear_timer()Gustavo F. Padovan
2011-07-11Bluetooth: create channel timer to replace sk_timerGustavo F. Padovan
2011-07-11Bluetooth: Add chan->chan_type struct memberGustavo F. Padovan
2011-07-11Bluetooth: Create l2cap_chan_send()Gustavo F. Padovan
2011-07-11Bluetooth: Create __l2cap_chan_close()Gustavo F. Padovan
2011-07-11Bluetooth: fix set but not used warningGustavo F. Padovan
2011-07-11Bluetooth: Allow unsegmented SDU retries on sock_queue_rcv_skb failureRuiyi Zhang
2011-07-07Merge commit 'v3.0-rc6' into android-3.0Dima Zavin
2011-06-14Bluetooth: Fix accepting connect requests for defer_setupJohan Hedberg
2011-06-14Bluetooth: Allow SCO/eSCO packet type selection for outgoing SCO connections.Nick Pelly
2011-06-14Bluetooth: Hack: Don't dereference null pointer.Nick Pelly
2011-06-01bluetooth l2cap: fix locking in l2cap_global_chan_by_psmJohannes Berg