aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-05Bluetooth: Add l2cap_chan->ops->ready()Andrei Emeltchenko2-15/+24
2012-06-05Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.cAndrei Emeltchenko2-46/+70
2012-06-05Bluetooth: Use chan as parameters for l2cap chan opsGustavo Padovan2-23/+23
2012-06-05Bluetooth: Really fix registering hci with duplicate nameSasha Levin1-17/+24
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 modifier in HCI codeAndrei Emeltchenko3-22/+22
2012-06-05Bluetooth: Use __constant when dealing with constantsAndrei Emeltchenko1-27/+27
2012-06-05Bluetooth: Define and use PSM identifiersAndrei Emeltchenko2-4/+4
2012-06-05Bluetooth: Use lmp_ssp_capable() macroGustavo Padovan1-1/+1
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 unneeded EXPORT_SYMBOLGustavo Padovan2-9/+0
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan20-249/+14
2012-06-05Bluetooth: Fix coding style in the subsystemGustavo Padovan8-27/+48
2012-06-05Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan3-3/+3
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan10-126/+104
2012-06-05Bluetooth: trivial: Remove empty lineAndrei Emeltchenko1-1/+0
2012-06-05Bluetooth: Preserve L2CAP flags valuesAndrei Emeltchenko1-2/+2
2012-06-05Bluetooth: Use defined link key sizeAndrei Emeltchenko3-3/+3
2012-06-05Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSESzymon Janc1-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
2012-06-05Bluetooth: Add implementation for retransmitting all unacked framesMat Martineau1-1/+105
2012-06-05Bluetooth: Add the ERTM receive state machineMat Martineau1-2/+353
2012-06-05Bluetooth: Update l2cap_send_i_or_rr_or_rnr to fit the spec betterMat Martineau1-21/+19
2012-06-05Bluetooth: Use the transmit state machine for busy state changesMat Martineau1-39/+6
2012-06-05Bluetooth: Refactor l2cap_send_ackMat Martineau1-17/+43
2012-06-05Bluetooth: Remove receive code that has been supercededMat Martineau1-492/+0
2012-06-05Bluetooth: Add streaming mode receive and incoming packet classifierMat Martineau1-6/+130
2012-06-05Bluetooth: Consolidate common receive code for ERTM and streaming modeMat Martineau1-64/+62
2012-06-05Bluetooth: Refactor l2cap_send_sframeMat Martineau1-36/+51
2012-06-05Bluetooth: Refactor l2cap_ertm_sendMat Martineau1-40/+39
2012-06-05Bluetooth: Refactor l2cap_streaming_sendMat Martineau1-17/+31
2012-06-05Bluetooth: Add a new L2CAP ERTM transmit state machine.Mat Martineau1-8/+246
2012-06-05Bluetooth: Change default state of ERTM disable flagMat Martineau1-1/+1