summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap.c
Commit message (Expand)AuthorAgeFilesLines
* driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-081-1/+3
* Bluetooth: Fix memory leak in L2CAPAndrei Emeltchenko2010-01-301-1/+2
* Bluetooth: Remove double free of SKB pointer in L2CAPAndrei Emeltchenko2010-01-301-7/+4Star
* Bluetooth: Fix L2CAP locking scheme regressionAndrei Emeltchenko2009-12-171-0/+1
* Bluetooth: Ack L2CAP I-frames before retransmit missing packetGustavo F. Padovan2009-12-171-1/+1
* Bluetooth: Fix unset of RemoteBusy flag for L2CAPGustavo F. Padovan2009-12-171-1/+1
* Bluetooth: Add L2CAP option for max transmit valueMarcel Holtmann2009-12-031-1/+5
* Bluetooth: Fix 'SendRRorRNR' to send the ReqSeq valueGustavo F. Padovan2009-12-031-0/+2
* Bluetooth: Implement RejActioned flagGustavo F. Padovan2009-12-031-3/+35
* Bluetooth: Fix sending ReqSeq on I-framesGustavo F. Padovan2009-12-031-2/+6
* Bluetooth: Fix unset of SrejActioned flagGustavo F. Padovan2009-12-031-1/+1
* Bluetooth: Initialize variables and timers for both channel's sidesGustavo F. Padovan2009-12-031-18/+36
* net: Move && and || to end of previous lineJoe Perches2009-11-301-10/+10
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-171-4/+9
|\
| * Bluetooth: Fix regression with L2CAP configuration in Basic ModeGustavo F. Padovan2009-11-161-3/+8
| * Bluetooth: Select Basic Mode as default for SOCK_SEQPACKETGustavo F. Padovan2009-11-161-1/+1
* | net: check kern before calling security subsystemEric Paris2009-11-061-1/+1
* | net: pass kern to net_proto_family create functionEric Paris2009-11-061-1/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-271-3/+6
|\|
| * bluetooth: static lock key fixDave Young2009-10-201-3/+6
* | 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