summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-06-05Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan10-19/+19
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 Emeltchenko5-6/+8
2012-06-05Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSESzymon Janc5-8/+8
2012-06-05Bluetooth: Fix trailing whitespaces in license textGustavo Padovan1-6/+6
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: Remove unused ERTM control field macrosMat Martineau1-168/+0
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 Martineau2-6/+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 Martineau2-500/+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
2012-06-05Bluetooth: Fix early return from l2cap_chan_delMat Martineau2-2/+6
2012-06-05Bluetooth: Free allocated ERTM SREJ list if init failsMat Martineau1-1/+5
2012-06-05Bluetooth: Fix coding style in hci_core.cGustavo Padovan1-50/+53
2012-06-05Bluetooth: Fix coding style in hci_conn.cGustavo Padovan1-14/+12
2012-06-05Bluetooth: Fix coding style in hci_event.cGustavo Padovan1-104/+135
2012-06-05Bluetooth: Fix coding style in hci_sysfs.cGustavo Padovan1-36/+57
2012-06-05Bluetooth: Fix coding style in hci_sock.cGustavo Padovan1-4/+6
2012-06-05Bluetooth: Fix coding style in sco.cGustavo Padovan1-7/+7
2012-06-05Bluetooth: Fix coding style in mgmt.cGustavo Padovan1-22/+22
2012-06-02Linux 3.5-rc1v3.5-rc1Linus Torvalds1-2/+2
2012-06-02Merge tag 'dm-3.5-changes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-90/+322
2012-06-03dm thin: provide userspace access to pool metadataJoe Thornber5-11/+193
2012-06-03dm thin: use slab mempoolsMike Snitzer1-62/+99
2012-06-03dm mpath: allow ioctls to trigger pg initMikulas Patocka1-9/+17