aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-06-05Bluetooth: Fix early return from l2cap_chan_delMat Martineau1-2/+5
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-05Bluetooth: Fix checking the wrong flag when accepting a socketVinicius Costa Gomes1-1/+1
2012-06-02tty: Revert the tty locking series, it needs more workLinus Torvalds1-2/+2
2012-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds12-638/+990
2012-05-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds1-26/+1
2012-05-22Merge tag 'tty-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-73/+64
2012-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville12-638/+990
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-7/+31
2012-05-16Bluetooth: Report proper error number in disconnectionGustavo Padovan1-1/+1
2012-05-16Bluetooth: Create flags for bt_sk()Gustavo Padovan4-22/+35
2012-05-16Bluetooth: report the right security level in getsockoptGustavo Padovan1-1/+4
2012-05-16Bluetooth: Lock the L2CAP channel when sendingMat Martineau1-6/+6
2012-05-16Bluetooth: Restore locking semantics when looking up L2CAP channelsMat Martineau1-7/+3
2012-05-16Bluetooth: Fix a redundant and problematic incoming MTU checkMat Martineau1-20/+0
2012-05-16Bluetooth: Fix EIR data generation for mgmt_device_foundVishal Agarwal1-1/+3