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