summaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap.c
AgeCommit message (Expand)Author
2010-05-10Bluetooth: Add sockopt configuration for txWindow on L2CAPGustavo F. Padovan
2010-05-10Bluetooth: Send Ack after clear the SREJ listGustavo F. Padovan
2010-05-10Bluetooth: Check the SDU size against the MTU valueGustavo F. Padovan
2010-05-10Bluetooth: Add le16 macro to Retransmission and Monitor Timeouts valuesGustavo F. Padovan
2010-05-10Bluetooth: Fix configuration of the MPS valueGustavo F. Padovan
2010-05-10Bluetooth: Read RFC conf option on a successful Conf RSPGustavo F. Padovan
2010-05-10Bluetooth: Ignore Tx Window value with Streaming modeGustavo F. Padovan
2010-05-10Bluetooth: Add timer to Acknowledge I-framesGustavo F. Padovan
2010-05-10Bluetooth: Finish implementation for Rec RR (P=1) on ERTMGustavo F. Padovan
2010-05-10Bluetooth: Remove duplicate use of __get_reqseq() macro on L2CAPGustavo F. Padovan
2010-05-10Bluetooth: Group the ack of I-frames into l2cap_data_channel_rrframe()Gustavo F. Padovan
2010-05-10Bluetooth: Handle all cases of receipt of RNR-frames into L2CAPGustavo F. Padovan
2010-05-10Bluetooth: Split l2cap_data_channel_sframe()Gustavo F. Padovan
2010-05-10Bluetooth: Add Recv RR (P=0)(F=0) for SREJ_SENT state on ERTMGustavo F. Padovan
2010-05-10Bluetooth: Move set of P-bit to l2cap_send_sframe()Gustavo F. Padovan
2010-05-10Bluetooth: Implement SendAck() Action on ERTM.Gustavo F. Padovan
2010-05-10Bluetooth: Check if SDU size is greater than MTU on L2CAPGustavo F. Padovan
2010-05-10Bluetooth: Check the minimum {I,S}-frame size into L2CAPGustavo F. Padovan
2010-05-10Bluetooth: Support case with F bit set under WAIT_F state.Gustavo F. Padovan
2010-05-10Bluetooth: Implement 'Send IorRRorRNR' eventGustavo F. Padovan
2010-05-10Bluetooth: Use a l2cap_pinfo struct instead l2cap_pi() macroGustavo F. Padovan
2010-05-10Bluetooth: Fix ACL MTU issueGustavo F. Padovan
2010-05-10Bluetooth: Fix expected_tx_seq calculation on L2CAPGustavo F. Padovan
2010-05-10Bluetooth: Fix memory leak of S-frames into L2CAPGustavo F. Padovan
2010-05-10Bluetooth: Move specific Basic Mode code to the right placeGustavo F. Padovan
2010-05-02Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-27bluetooth: handle l2cap_create_connless_pdu() errorsDan Carpenter
2010-04-20net: sk_sleep() helperEric Dumazet
2010-04-01net: check the length of the socket address passed to connect(2)Changli Gao
2010-03-21Bluetooth: Fix kernel crash on L2CAP stress testsAndrei Emeltchenko
2010-03-21Bluetooth: Convert debug files to actually use debugfs instead of sysfsMarcel Holtmann
2010-03-21Bluetooth: Fix potential bad memory access with sysfs filesMarcel Holtmann
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen
2010-01-30Bluetooth: Fix memory leak in L2CAPAndrei Emeltchenko
2010-01-30Bluetooth: Remove double free of SKB pointer in L2CAPAndrei Emeltchenko
2009-12-17Bluetooth: Fix L2CAP locking scheme regressionAndrei Emeltchenko
2009-12-17Bluetooth: Ack L2CAP I-frames before retransmit missing packetGustavo F. Padovan
2009-12-17Bluetooth: Fix unset of RemoteBusy flag for L2CAPGustavo F. Padovan
2009-12-03Bluetooth: Add L2CAP option for max transmit valueMarcel Holtmann
2009-12-03Bluetooth: Fix 'SendRRorRNR' to send the ReqSeq valueGustavo F. Padovan
2009-12-03Bluetooth: Implement RejActioned flagGustavo F. Padovan
2009-12-03Bluetooth: Fix sending ReqSeq on I-framesGustavo F. Padovan
2009-12-03Bluetooth: Fix unset of SrejActioned flagGustavo F. Padovan
2009-12-03Bluetooth: Initialize variables and timers for both channel's sidesGustavo F. Padovan
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-11-16Bluetooth: Fix regression with L2CAP configuration in Basic ModeGustavo F. Padovan
2009-11-16Bluetooth: Select Basic Mode as default for SOCK_SEQPACKETGustavo F. Padovan
2009-11-05net: check kern before calling security subsystemEric Paris
2009-11-05net: pass kern to net_proto_family create functionEric Paris