summaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap.c
AgeCommit message (Expand)Author
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-10-19bluetooth: static lock key fixDave Young
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
2009-02-27Bluetooth: Add CID field to L2CAP socket address structureMarcel Holtmann
2009-02-27Bluetooth: Request L2CAP fixed channel list if availableMarcel Holtmann
2009-02-27Bluetooth: Don't enforce authentication for L2CAP PSM 1 and 3Marcel Holtmann
2009-02-27Bluetooth: Fix double L2CAP connection requestMarcel Holtmann
2009-02-27Bluetooth: Fix race condition with L2CAP information requestMarcel Holtmann
2009-02-27Bluetooth: Use general bonding whenever possibleMarcel Holtmann
2009-02-27Bluetooth: Don't check encryption for L2CAP raw socketsMarcel Holtmann
2009-02-27Bluetooth: Update version numbersMarcel Holtmann
2009-02-27Bluetooth: Restrict application of socket optionsMarcel Holtmann
2009-02-27Bluetooth: Disconnect L2CAP connections without encryptionMarcel Holtmann
2009-02-27Bluetooth: Replace L2CAP link mode with security levelMarcel Holtmann
2009-02-27Bluetooth: Add enhanced security model for Simple PairingMarcel Holtmann
2009-02-27Bluetooth: Add support for deferring L2CAP connection setupMarcel Holtmann
2009-02-27Bluetooth: Preparation for usage of SOL_BLUETOOTHMarcel Holtmann
2008-11-30Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann
2008-09-09[Bluetooth] Reject L2CAP connections on an insecure ACL linkMarcel Holtmann
2008-09-09[Bluetooth] Enforce correct authentication requirementsMarcel Holtmann