summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap.c
Commit message (Expand)AuthorAgeFilesLines
* net: mark net_proto_ops as constStephen Hemminger2009-10-071-1/+1
* net: Make setsockopt() optlen be unsigned.David S. Miller2009-10-011-2/+2
* Bluetooth: Add support for L2CAP 'Send RRorRNR' actionGustavo F. Padovan2009-08-261-6/+14
* Bluetooth: Handle L2CAP case when the remote receiver is busyGustavo F. Padovan2009-08-261-2/+23
* Bluetooth: Acknowledge L2CAP packets when receiving RR-frames (F-bit=1)Gustavo F. Padovan2009-08-261-1/+5
* Bluetooth: Use proper *_unaligned_le{16,32} helpers for L2CAPGustavo F. Padovan2009-08-241-2/+2
* Bluetooth: Add locking scheme to L2CAP timeout callbacksGustavo F. Padovan2009-08-241-0/+4
* Bluetooth: Full support for receiving L2CAP SREJ framesGustavo F. Padovan2009-08-231-1/+29
* Bluetooth: Add support for L2CAP SREJ exceptionGustavo F. Padovan2009-08-231-24/+196
* Bluetooth: Add support for FCS option to L2CAPGustavo F. Padovan2009-08-221-6/+95
* Bluetooth: Enable Streaming Mode for L2CAPGustavo F. Padovan2009-08-221-9/+73
* Bluetooth: Add support for Retransmission and Monitor TimersGustavo F. Padovan2009-08-221-4/+82
* Bluetooth: Initial support for retransmission of packets with REJ framesGustavo F. Padovan2009-08-221-14/+43
* Bluetooth: Add support for Segmentation and Reassembly of SDUsGustavo F. Padovan2009-08-221-16/+154
* Bluetooth: Add initial support for ERTM packets transfersGustavo F. Padovan2009-08-221-49/+335
* Bluetooth: Create separate l2cap_send_disconn_req() functionGustavo F. Padovan2009-08-221-30/+16Star
* Bluetooth: Add configuration support for ERTM and Streaming modeGustavo F. Padovan2009-08-221-28/+234
* Bluetooth: Add L2CAP RFC option if ERTM is enabledMarcel Holtmann2009-08-221-3/+20
* Bluetooth: Allow setting of L2CAP ERTM via socket optionMarcel Holtmann2009-08-221-4/+33
* Bluetooth: Add module option to enable L2CAP ERTM supportMarcel Holtmann2009-08-221-2/+10
* Bluetooth: Remove pointless endian conversion helpersMarcel Holtmann2009-06-081-9/+10
* Bluetooth: Add basic constants for L2CAP ERTM support and use themMarcel Holtmann2009-06-081-3/+3
* Bluetooth: Fix errors and warnings in L2CAP reported by checkpatch.plGustavo F. Padovan2009-06-081-27/+43
* Bluetooth: Remove unnecessary variable initializationMarcel Holtmann2009-06-081-1/+1
* Bluetooth: Use macro for L2CAP hint mask on receiving config requestGustavo F. Padovan2009-06-081-1/+1
* Bluetooth: Use macros for L2CAP channel identifiersGustavo F. Padovan2009-06-081-9/+9
* Bluetooth: Remove some pointless conditionals before kfree_skb()Wei Yongjun2009-02-271-2/+1Star
* Bluetooth: Permit BT_SECURITY also for L2CAP raw socketsMarcel Holtmann2009-02-271-2/+2
* Bluetooth: Disallow usage of L2CAP CID setting for nowMarcel Holtmann2009-02-271-6/+10
* Bluetooth: Fix authentication requirements for L2CAP security checkMarcel Holtmann2009-02-271-10/+20
* Bluetooth: Ask upper layers for HCI disconnect reasonMarcel Holtmann2009-02-271-1/+19
* Bluetooth: Add CID field to L2CAP socket address structureMarcel Holtmann2009-02-271-21/+34
* Bluetooth: Request L2CAP fixed channel list if availableMarcel Holtmann2009-02-271-9/+31
* Bluetooth: Don't enforce authentication for L2CAP PSM 1 and 3Marcel Holtmann2009-02-271-1/+4
* Bluetooth: Fix double L2CAP connection requestMarcel Holtmann2009-02-271-0/+8
* Bluetooth: Fix race condition with L2CAP information requestMarcel Holtmann2009-02-271-3/+14
* Bluetooth: Use general bonding whenever possibleMarcel Holtmann2009-02-271-1/+15
* Bluetooth: Don't check encryption for L2CAP raw socketsMarcel Holtmann2009-02-271-0/+3
* Bluetooth: Update version numbersMarcel Holtmann2009-02-271-1/+1
* Bluetooth: Restrict application of socket optionsMarcel Holtmann2009-02-271-0/+16
* Bluetooth: Disconnect L2CAP connections without encryptionMarcel Holtmann2009-02-271-7/+19
* Bluetooth: Replace L2CAP link mode with security levelMarcel Holtmann2009-02-271-50/+110
* Bluetooth: Add enhanced security model for Simple PairingMarcel Holtmann2009-02-271-94/+40Star
* Bluetooth: Add support for deferring L2CAP connection setupMarcel Holtmann2009-02-271-9/+101
* Bluetooth: Preparation for usage of SOL_BLUETOOTHMarcel Holtmann2009-02-271-2/+49
* Bluetooth: Enable per-module dynamic debug messagesMarcel Holtmann2008-11-301-5/+0Star
* [Bluetooth] Reject L2CAP connections on an insecure ACL linkMarcel Holtmann2008-09-091-4/+11
* [Bluetooth] Enforce correct authentication requirementsMarcel Holtmann2008-09-091-2/+17
* [Bluetooth] Consolidate maintainers informationMarcel Holtmann2008-08-181-1/+1
* [Bluetooth] Allow security for outgoing L2CAP connectionsMarcel Holtmann2008-07-141-64/+108