summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2012-06-05Bluetooth: Add l2cap_chan->ops->ready()Andrei Emeltchenko
2012-06-05Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.cAndrei Emeltchenko
2012-06-05Bluetooth: Use chan as parameters for l2cap chan opsGustavo Padovan
2012-06-05Bluetooth: Really fix registering hci with duplicate nameSasha Levin
2012-06-05Bluetooth: Use l2cap_chan_ready() in LE pathGustavo Padovan
2012-06-05Bluetooth: Remove extra l2cap_state_change(BT_CONNECTED)Gustavo Padovan
2012-06-05Bluetooth: Get a more accurate L2CAP PDU lenGustavo Padovan
2012-06-05Bluetooth: Use __constant modifier in HCI codeAndrei Emeltchenko
2012-06-05Bluetooth: Use __constant when dealing with constantsAndrei Emeltchenko
2012-06-05Bluetooth: Define and use PSM identifiersAndrei Emeltchenko
2012-06-05Bluetooth: Use lmp_ssp_capable() macroGustavo Padovan
2012-06-05Bluetooth: Send a configuration request after security confirmationMat Martineau
2012-06-05Bluetooth: Define L2CAP conf continuation flagAndrei Emeltchenko
2012-06-05Bluetooth: Remove unneeded EXPORT_SYMBOLGustavo Padovan
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan
2012-06-05Bluetooth: Fix coding style in the subsystemGustavo Padovan
2012-06-05Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan
2012-06-05Bluetooth: trivial: Remove empty lineAndrei Emeltchenko
2012-06-05Bluetooth: Preserve L2CAP flags valuesAndrei Emeltchenko
2012-06-05Bluetooth: Use defined link key sizeAndrei Emeltchenko
2012-06-05Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSESzymon Janc
2012-06-05Bluetooth: Remove dead int returnsGustavo Padovan
2012-06-05Bluetooth: Remove double check for BT_CONNECTEDGustavo Padovan
2012-06-05Bluetooth: Silent sparse warningsAndrei Emeltchenko
2012-06-05Bluetooth: Do not purge queue in Basic ModeGustavo Padovan
2012-06-05Bluetooth: Enable ERTM by defaultMat Martineau
2012-06-05Bluetooth: Set txwin values for streaming modeMat Martineau
2012-06-05Bluetooth: Remove unneccesary inlineMat Martineau
2012-06-05Bluetooth: Simplify the ERTM ack timeoutMat Martineau
2012-06-05Bluetooth: Use the ERTM transmit state machine from timeout handlersMat Martineau
2012-06-05Bluetooth: Check rules when setting retransmit or monitor timersMat Martineau
2012-06-05Bluetooth: Use new header structures in l2cap_send_rr_or_rnrMat Martineau
2012-06-05Bluetooth: Handle incoming REJ framesMat Martineau
2012-06-05Bluetooth: Handle SREJ requests to resend unacked framesMat Martineau
2012-06-05Bluetooth: Reassemble all available data when retransmissions succeed.Mat Martineau
2012-06-05Bluetooth: Send SREJ frames when packets go missingMat Martineau
2012-06-05Bluetooth: Add implementation for retransmitting all unacked framesMat Martineau
2012-06-05Bluetooth: Add the ERTM receive state machineMat Martineau
2012-06-05Bluetooth: Update l2cap_send_i_or_rr_or_rnr to fit the spec betterMat Martineau
2012-06-05Bluetooth: Use the transmit state machine for busy state changesMat Martineau
2012-06-05Bluetooth: Refactor l2cap_send_ackMat Martineau
2012-06-05Bluetooth: Remove receive code that has been supercededMat Martineau
2012-06-05Bluetooth: Add streaming mode receive and incoming packet classifierMat Martineau
2012-06-05Bluetooth: Consolidate common receive code for ERTM and streaming modeMat Martineau
2012-06-05Bluetooth: Refactor l2cap_send_sframeMat Martineau
2012-06-05Bluetooth: Refactor l2cap_ertm_sendMat Martineau
2012-06-05Bluetooth: Refactor l2cap_streaming_sendMat Martineau
2012-06-05Bluetooth: Add a new L2CAP ERTM transmit state machine.Mat Martineau
2012-06-05Bluetooth: Change default state of ERTM disable flagMat Martineau