summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
...
* | | Bluetooth: Use chan->state instead of sk->sk_stateGustavo Padovan2012-06-051-7/+2
* | | Bluetooth: Add l2cap_chan->ops->ready()Andrei Emeltchenko2012-06-052-15/+24
* | | Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.cAndrei Emeltchenko2012-06-052-46/+70
* | | Bluetooth: Use chan as parameters for l2cap chan opsGustavo Padovan2012-06-052-23/+23
* | | Bluetooth: Really fix registering hci with duplicate nameSasha Levin2012-06-051-17/+24
* | | Bluetooth: Use l2cap_chan_ready() in LE pathGustavo Padovan2012-06-051-4/+1
* | | Bluetooth: Remove extra l2cap_state_change(BT_CONNECTED)Gustavo Padovan2012-06-051-3/+0
* | | Bluetooth: Get a more accurate L2CAP PDU lenGustavo Padovan2012-06-051-1/+7
* | | Bluetooth: Use __constant modifier in HCI codeAndrei Emeltchenko2012-06-053-22/+22
* | | Bluetooth: Use __constant when dealing with constantsAndrei Emeltchenko2012-06-051-27/+27
* | | Bluetooth: Define and use PSM identifiersAndrei Emeltchenko2012-06-052-4/+4
* | | Bluetooth: Use lmp_ssp_capable() macroGustavo Padovan2012-06-051-1/+1
* | | Bluetooth: Send a configuration request after security confirmationMat Martineau2012-06-051-0/+11
* | | Bluetooth: Define L2CAP conf continuation flagAndrei Emeltchenko2012-06-051-5/+5
* | | Bluetooth: Remove unneeded EXPORT_SYMBOLGustavo Padovan2012-06-052-9/+0
* | | Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-0520-249/+14
* | | Bluetooth: Fix coding style in the subsystemGustavo Padovan2012-06-058-27/+48
* | | Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan2012-06-053-3/+3
* | | Bluetooth: Remove most of the inline usageGustavo Padovan2012-06-0510-126/+104
* | | Bluetooth: trivial: Remove empty lineAndrei Emeltchenko2012-06-051-1/+0
* | | Bluetooth: Preserve L2CAP flags valuesAndrei Emeltchenko2012-06-051-2/+2
* | | Bluetooth: Use defined link key sizeAndrei Emeltchenko2012-06-053-3/+3
* | | Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSESzymon Janc2012-06-051-2/+2
* | | Bluetooth: Remove dead int returnsGustavo Padovan2012-06-051-32/+16
* | | Bluetooth: Remove double check for BT_CONNECTEDGustavo Padovan2012-06-051-3/+0
* | | Bluetooth: Silent sparse warningsAndrei Emeltchenko2012-06-051-6/+6
* | | Bluetooth: Do not purge queue in Basic ModeGustavo Padovan2012-06-051-2/+12
* | | Bluetooth: Enable ERTM by defaultMat Martineau2012-06-051-1/+1
* | | Bluetooth: Set txwin values for streaming modeMat Martineau2012-06-051-0/+1
* | | Bluetooth: Remove unneccesary inlineMat Martineau2012-06-051-1/+1
* | | Bluetooth: Simplify the ERTM ack timeoutMat Martineau2012-06-051-3/+7
* | | Bluetooth: Use the ERTM transmit state machine from timeout handlersMat Martineau2012-06-051-11/+8
* | | Bluetooth: Check rules when setting retransmit or monitor timersMat Martineau2012-06-051-2/+20
* | | Bluetooth: Use new header structures in l2cap_send_rr_or_rnrMat Martineau2012-06-051-7/+15
* | | Bluetooth: Handle incoming REJ framesMat Martineau2012-06-051-1/+32
* | | Bluetooth: Handle SREJ requests to resend unacked framesMat Martineau2012-06-051-1/+69
* | | Bluetooth: Reassemble all available data when retransmissions succeed.Mat Martineau2012-06-051-2/+30
* | | Bluetooth: Send SREJ frames when packets go missingMat Martineau2012-06-051-3/+53
* | | Bluetooth: Add implementation for retransmitting all unacked framesMat Martineau2012-06-051-1/+105
* | | Bluetooth: Add the ERTM receive state machineMat Martineau2012-06-051-2/+353
* | | Bluetooth: Update l2cap_send_i_or_rr_or_rnr to fit the spec betterMat Martineau2012-06-051-21/+19
* | | Bluetooth: Use the transmit state machine for busy state changesMat Martineau2012-06-051-39/+6
* | | Bluetooth: Refactor l2cap_send_ackMat Martineau2012-06-051-17/+43
* | | Bluetooth: Remove receive code that has been supercededMat Martineau2012-06-051-492/+0
* | | Bluetooth: Add streaming mode receive and incoming packet classifierMat Martineau2012-06-051-6/+130
* | | Bluetooth: Consolidate common receive code for ERTM and streaming modeMat Martineau2012-06-051-64/+62
* | | Bluetooth: Refactor l2cap_send_sframeMat Martineau2012-06-051-36/+51
* | | Bluetooth: Refactor l2cap_ertm_sendMat Martineau2012-06-051-40/+39
* | | Bluetooth: Refactor l2cap_streaming_sendMat Martineau2012-06-051-17/+31
* | | Bluetooth: Add a new L2CAP ERTM transmit state machine.Mat Martineau2012-06-051-8/+246
OpenPOWER on IntegriCloud