summaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap.c
AgeCommit message (Expand)Author
2010-07-21Bluetooth: Don't accept ConfigReq if we aren't in the BT_CONFIG stateGustavo F. Padovan
2010-07-21Bluetooth: Disconnect early if mode is not supportedGustavo F. Padovan
2010-07-21Bluetooth: Remove check for supported modeGustavo F. Padovan
2010-07-21Bluetooth: Refuse ConfigRsp with different modeGustavo F. Padovan
2010-07-21Bluetooth: Actively send request for Basic ModeGustavo F. Padovan
2010-07-21Bluetooth: Prefer Basic Mode on receipt of ConfigReqGustavo F. Padovan
2010-07-21Bluetooth: Disconnect the channel if we don't want the proposed modeGustavo F. Padovan
2010-07-21Bluetooth: Change the way we set ERTM mode as mandatoryGustavo F. Padovan
2010-07-21Bluetooth: Tweaks to l2cap_send_i_or_rr_or_rnr() flowGustavo F. Padovan
2010-07-21Bluetooth: Add debug output to ERTM codeGustavo F. Padovan
2010-07-21Bluetooth: Fix ERTM error reporting to the userspaceGustavo F. Padovan
2010-07-21Bluetooth: Fix missing retransmission action with RR(P=1)Gustavo F. Padovan
2010-07-21Bluetooth: Check packet FCS earlierGustavo F. Padovan
2010-07-21Bluetooth: Check the tx_window size on setsockoptGustavo F. Padovan
2010-07-21Bluetooth: Fix handle of received P-bitGustavo F. Padovan
2010-07-21Bluetooth: Update buffer_seq before retransmit framesGustavo F. Padovan
2010-07-21Bluetooth: Stop ack_timer if ERTM enters in Local Busy or SREJ_SENTGustavo F. Padovan
2010-07-21Bluetooth: Fix L2CAP control bit field corruptionGustavo F. Padovan
2010-07-21Bluetooth: Proper shutdown ERTM when closing the channelGustavo F. Padovan
2010-07-21Bluetooth: Fix bug with ERTM minimum packet lengthNathan Holstein
2010-07-21Bluetooth: Fix SREJ_QUEUE corruption in L2CAPJoão Paulo Rechi Vita
2010-07-21Bluetooth: Fix bug in l2cap_ertm_send() behaviorGustavo F. Padovan
2010-07-21Bluetooth: Only check SAR bits if frame is an I-frameGustavo F. Padovan
2010-07-21Bluetooth: Fix bug with ERTM vars incrementGustavo F. Padovan
2010-07-21Bluetooth: Fix drop of packets with invalid req_seq/tx_seqGustavo F. Padovan
2010-07-21Bluetooth: Remove L2CAP Extended Features from KconfigGustavo F. Padovan
2010-07-21Bluetooth: Remove max_tx and tx_window module paramenters from L2CAPGustavo F. Padovan
2010-07-08Bluetooth: Check L2CAP pending status before sending connect requestAndrei Emeltchenko
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-05-10Bluetooth: Fix issues where sk_sleep() helper is needed nowMarcel Holtmann
2010-05-10Bluetooth: Fix spec error in the RemoteBusy LogicGustavo F. Padovan
2010-05-10Bluetooth: Prevents buffer overflow on l2cap_ertm_reassembly_sdu()Gustavo F. Padovan
2010-05-10Bluetooth: Fix race condition on l2cap_ertm_send()Gustavo F. Padovan
2010-05-10Bluetooth: Add wait_queue to wait ack of all sent packetsGustavo F. Padovan
2010-05-10Bluetooth: Implement Local Busy Condition handlingGustavo F. Padovan
2010-05-10Bluetooth: Completes the I-frame tx_seq check logic on RECVJoão Paulo Rechi Vita
2010-05-10Bluetooth: Implement missing parts of the Invalid Frame DetectionGustavo F. Padovan
2010-05-10Bluetooth: Refactor l2cap_retransmit_frame()Gustavo F. Padovan
2010-05-10Bluetooth: Make hci_send_acl() voidGustavo F. Padovan
2010-05-10Bluetooth: Fix lockdep annotation on ERTMGustavo F. Padovan
2010-05-10Bluetooth: Check if we really are in WAIT_F when F bit comesGustavo F. Padovan
2010-05-10Bluetooth: Remove unneeded control varsGustavo F. Padovan
2010-05-10Bluetooth: Remove set of SrejSaveReqSeq under receipt of REJ frameGustavo F. Padovan
2010-05-10Bluetooth: Fix errors reported by checkpatch.plGustavo F. Padovan
2010-05-10Bluetooth: Don't set control bits to zero firstGustavo F. Padovan
2010-05-10Bluetooth: Close L2CAP channel on invalid ReqSeqJoão Paulo Rechi Vita
2010-05-10Bluetooth: Fix SDU reassembly under SREJGustavo F. Padovan
2010-05-10Bluetooth: Check if mode is supported on getsockoptJoão Paulo Rechi Vita
2010-05-10Bluetooth: Add SOCK_STREAM support to L2CAPGustavo F. Padovan
2010-05-10Bluetooth: Add Kconfig option for L2CAP Extended FeaturesGustavo F. Padovan