aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c
Commit message (Expand)AuthorAge
* Bluetooth: A2MP: Handling fixed channelsAndrei Emeltchenko2012-06-04
* Bluetooth: A2MP: Create A2MP channelAndrei Emeltchenko2012-06-04
* Bluetooth: trivial: Use defined PSMLEN instead of magicAndrei Emeltchenko2012-06-04
* Bluetooth: check for already existent channel before create new oneGustavo Padovan2012-06-04
* Bluetooth: Move check for backlog size to l2cap_sock.cGustavo Padovan2012-06-04
* Bluetooth: Use chan->state instead of sk->sk_stateGustavo Padovan2012-06-04
* Bluetooth: Add l2cap_chan->ops->ready()Andrei Emeltchenko2012-06-04
* Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.cAndrei Emeltchenko2012-06-04
* Bluetooth: Use chan as parameters for l2cap chan opsGustavo Padovan2012-06-04
* Bluetooth: Use l2cap_chan_ready() in LE pathGustavo Padovan2012-06-04
* Bluetooth: Remove extra l2cap_state_change(BT_CONNECTED)Gustavo Padovan2012-06-04
* Bluetooth: Get a more accurate L2CAP PDU lenGustavo Padovan2012-06-04
* Bluetooth: Use __constant when dealing with constantsAndrei Emeltchenko2012-06-04
* Bluetooth: Define and use PSM identifiersAndrei Emeltchenko2012-06-04
* Bluetooth: Send a configuration request after security confirmationMat Martineau2012-06-04
* Bluetooth: Define L2CAP conf continuation flagAndrei Emeltchenko2012-06-04
* Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-04
* Bluetooth: Preserve L2CAP flags valuesAndrei Emeltchenko2012-06-04
* Bluetooth: Remove dead int returnsGustavo Padovan2012-06-04
* Bluetooth: Remove double check for BT_CONNECTEDGustavo Padovan2012-06-04
* Bluetooth: Silent sparse warningsAndrei Emeltchenko2012-06-04
* Bluetooth: Do not purge queue in Basic ModeGustavo Padovan2012-06-04
* Bluetooth: Enable ERTM by defaultMat Martineau2012-06-04
* Bluetooth: Set txwin values for streaming modeMat Martineau2012-06-04
* Bluetooth: Remove unneccesary inlineMat Martineau2012-06-04
* Bluetooth: Simplify the ERTM ack timeoutMat Martineau2012-06-04
* Bluetooth: Use the ERTM transmit state machine from timeout handlersMat Martineau2012-06-04
* Bluetooth: Check rules when setting retransmit or monitor timersMat Martineau2012-06-04
* Bluetooth: Use new header structures in l2cap_send_rr_or_rnrMat Martineau2012-06-04
* Bluetooth: Handle incoming REJ framesMat Martineau2012-06-04
* Bluetooth: Handle SREJ requests to resend unacked framesMat Martineau2012-06-04
* Bluetooth: Reassemble all available data when retransmissions succeed.Mat Martineau2012-06-04
* Bluetooth: Send SREJ frames when packets go missingMat Martineau2012-06-04
* Bluetooth: Add implementation for retransmitting all unacked framesMat Martineau2012-06-04
* Bluetooth: Add the ERTM receive state machineMat Martineau2012-06-04
* Bluetooth: Update l2cap_send_i_or_rr_or_rnr to fit the spec betterMat Martineau2012-06-04
* Bluetooth: Use the transmit state machine for busy state changesMat Martineau2012-06-04
* Bluetooth: Refactor l2cap_send_ackMat Martineau2012-06-04
* Bluetooth: Remove receive code that has been supercededMat Martineau2012-06-04
* Bluetooth: Add streaming mode receive and incoming packet classifierMat Martineau2012-06-04
* Bluetooth: Consolidate common receive code for ERTM and streaming modeMat Martineau2012-06-04
* Bluetooth: Refactor l2cap_send_sframeMat Martineau2012-06-04
* Bluetooth: Refactor l2cap_ertm_sendMat Martineau2012-06-04
* Bluetooth: Refactor l2cap_streaming_sendMat Martineau2012-06-04
* Bluetooth: Add a new L2CAP ERTM transmit state machine.Mat Martineau2012-06-04
* Bluetooth: Change default state of ERTM disable flagMat Martineau2012-06-04
* Bluetooth: Fix early return from l2cap_chan_delMat Martineau2012-06-04
* Bluetooth: Free allocated ERTM SREJ list if init failsMat Martineau2012-06-04
* Bluetooth: Create flags for bt_sk()Gustavo Padovan2012-05-16
* Bluetooth: Restore locking semantics when looking up L2CAP channelsMat Martineau2012-05-16