summaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap.c
AgeCommit message (Expand)Author
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
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-19bluetooth: static lock key fixDave Young
2009-10-07net: mark net_proto_ops as constStephen Hemminger
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-08-26Bluetooth: Add support for L2CAP 'Send RRorRNR' actionGustavo F. Padovan
2009-08-26Bluetooth: Handle L2CAP case when the remote receiver is busyGustavo F. Padovan
2009-08-26Bluetooth: Acknowledge L2CAP packets when receiving RR-frames (F-bit=1)Gustavo F. Padovan
2009-08-24Bluetooth: Use proper *_unaligned_le{16,32} helpers for L2CAPGustavo F. Padovan
2009-08-24Bluetooth: Add locking scheme to L2CAP timeout callbacksGustavo F. Padovan
2009-08-22Bluetooth: Full support for receiving L2CAP SREJ framesGustavo F. Padovan
2009-08-22Bluetooth: Add support for L2CAP SREJ exceptionGustavo F. Padovan
2009-08-22Bluetooth: Add support for FCS option to L2CAPGustavo F. Padovan
2009-08-22Bluetooth: Enable Streaming Mode for L2CAPGustavo F. Padovan
2009-08-22Bluetooth: Add support for Retransmission and Monitor TimersGustavo F. Padovan
2009-08-22Bluetooth: Initial support for retransmission of packets with REJ framesGustavo F. Padovan
2009-08-22Bluetooth: Add support for Segmentation and Reassembly of SDUsGustavo F. Padovan
2009-08-22Bluetooth: Add initial support for ERTM packets transfersGustavo F. Padovan
2009-08-22Bluetooth: Create separate l2cap_send_disconn_req() functionGustavo F. Padovan
2009-08-22Bluetooth: Add configuration support for ERTM and Streaming modeGustavo F. Padovan
2009-08-22Bluetooth: Add L2CAP RFC option if ERTM is enabledMarcel Holtmann
2009-08-22Bluetooth: Allow setting of L2CAP ERTM via socket optionMarcel Holtmann
2009-08-22Bluetooth: Add module option to enable L2CAP ERTM supportMarcel Holtmann
2009-06-08Bluetooth: Remove pointless endian conversion helpersMarcel Holtmann
2009-06-08Bluetooth: Add basic constants for L2CAP ERTM support and use themMarcel Holtmann
2009-06-08Bluetooth: Fix errors and warnings in L2CAP reported by checkpatch.plGustavo F. Padovan
2009-06-08Bluetooth: Remove unnecessary variable initializationMarcel Holtmann
2009-06-08Bluetooth: Use macro for L2CAP hint mask on receiving config requestGustavo F. Padovan
2009-06-08Bluetooth: Use macros for L2CAP channel identifiersGustavo F. Padovan
2009-02-27Bluetooth: Remove some pointless conditionals before kfree_skb()Wei Yongjun
2009-02-27Bluetooth: Permit BT_SECURITY also for L2CAP raw socketsMarcel Holtmann
2009-02-27Bluetooth: Disallow usage of L2CAP CID setting for nowMarcel Holtmann
2009-02-27Bluetooth: Fix authentication requirements for L2CAP security checkMarcel Holtmann
2009-02-27Bluetooth: Ask upper layers for HCI disconnect reasonMarcel Holtmann