aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-15Bluetooth: Use tx window from config response for ack timingMat Martineau1-25/+34
2012-07-10Bluetooth: debug: Add debug to l2cap_security_cfmAndrei Emeltchenko1-2/+3
2012-07-10Bluetooth: debug: Print CID and PSM in hex formatAndrei Emeltchenko1-15/+20
2012-07-10Bluetooth: debug: Correct types specifiers for L2CAPAndrei Emeltchenko1-26/+26
2012-06-26Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan1-6/+8
2012-06-11Bluetooth: Fix using uninitialized option in RFCModeSzymon Janc1-6/+8
2012-06-11Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan1-1/+6
2012-06-08Bluetooth: Fix deadlock and crash when SMP pairing times outJohan Hedberg1-1/+6
2012-06-05Bluetooth: Change default MTU for L2CAP ATT channelAndre Guedes1-1/+1
2012-06-05Bluetooth: Remove unused err var from l2cap_segment_sdu()Gustavo Padovan1-2/+1
2012-06-05Bluetooth: Create function to return the ERTM header sizeGustavo Padovan1-14/+11
2012-06-05Bluetooth: Make l2cap_att_channel return voidAndrei Emeltchenko1-5/+3
2012-06-05Bluetooth: Make l2cap_conless_channel return voidAndrei Emeltchenko1-4/+3
2012-06-05Bluetooth: Make l2cap_data_channel return voidAndrei Emeltchenko1-5/+4
2012-06-05Bluetooth: A2MP: Do not reference hci_connAndrei Emeltchenko1-1/+3
2012-06-05Bluetooth: Do not check func ready existenceAndrei Emeltchenko1-2/+1
2012-06-05Bluetooth: A2MP: Manage incoming connectionsAndrei Emeltchenko1-4/+15
2012-06-05Bluetooth: A2MP: Handling fixed channelsAndrei Emeltchenko1-0/+17
2012-06-05Bluetooth: A2MP: Create A2MP channelAndrei Emeltchenko1-3/+3
2012-06-05Bluetooth: trivial: Use defined PSMLEN instead of magicAndrei Emeltchenko1-1/+1
2012-06-05Bluetooth: check for already existent channel before create new oneGustavo Padovan1-9/+4
2012-06-05Bluetooth: Move check for backlog size to l2cap_sock.cGustavo Padovan1-12/+0
2012-06-05Bluetooth: Use chan->state instead of sk->sk_stateGustavo Padovan1-7/+2
2012-06-05Bluetooth: Add l2cap_chan->ops->ready()Andrei Emeltchenko1-15/+3
2012-06-05Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.cAndrei Emeltchenko1-46/+9
2012-06-05Bluetooth: Use chan as parameters for l2cap chan opsGustavo Padovan1-15/+15
2012-06-05Bluetooth: Use l2cap_chan_ready() in LE pathGustavo Padovan1-4/+1
2012-06-05Bluetooth: Remove extra l2cap_state_change(BT_CONNECTED)Gustavo Padovan1-3/+0
2012-06-05Bluetooth: Get a more accurate L2CAP PDU lenGustavo Padovan1-1/+7
2012-06-05Bluetooth: Use __constant when dealing with constantsAndrei Emeltchenko1-27/+27
2012-06-05Bluetooth: Define and use PSM identifiersAndrei Emeltchenko1-2/+2
2012-06-05Bluetooth: Send a configuration request after security confirmationMat Martineau1-0/+11
2012-06-05Bluetooth: Define L2CAP conf continuation flagAndrei Emeltchenko1-5/+5
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan1-19/+0
2012-06-05Bluetooth: Preserve L2CAP flags valuesAndrei Emeltchenko1-2/+2
2012-06-05Bluetooth: Remove dead int returnsGustavo Padovan1-32/+16
2012-06-05Bluetooth: Remove double check for BT_CONNECTEDGustavo Padovan1-3/+0
2012-06-05Bluetooth: Silent sparse warningsAndrei Emeltchenko1-6/+6
2012-06-05Bluetooth: Do not purge queue in Basic ModeGustavo Padovan1-2/+12
2012-06-05Bluetooth: Enable ERTM by defaultMat Martineau1-1/+1
2012-06-05Bluetooth: Set txwin values for streaming modeMat Martineau1-0/+1
2012-06-05Bluetooth: Remove unneccesary inlineMat Martineau1-1/+1
2012-06-05Bluetooth: Simplify the ERTM ack timeoutMat Martineau1-3/+7
2012-06-05Bluetooth: Use the ERTM transmit state machine from timeout handlersMat Martineau1-11/+8
2012-06-05Bluetooth: Check rules when setting retransmit or monitor timersMat Martineau1-2/+20
2012-06-05Bluetooth: Use new header structures in l2cap_send_rr_or_rnrMat Martineau1-7/+15
2012-06-05Bluetooth: Handle incoming REJ framesMat Martineau1-1/+32
2012-06-05Bluetooth: Handle SREJ requests to resend unacked framesMat Martineau1-1/+69
2012-06-05Bluetooth: Reassemble all available data when retransmissions succeed.Mat Martineau1-2/+30
2012-06-05Bluetooth: Send SREJ frames when packets go missingMat Martineau1-3/+53