aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-27bluetooth: handle l2cap_create_connless_pdu() errorsDan Carpenter1-1/+4
2010-04-01net: check the length of the socket address passed to connect(2)Changli Gao1-1/+2
2010-03-21Bluetooth: Fix kernel crash on L2CAP stress testsAndrei Emeltchenko1-0/+5
2010-03-21Bluetooth: Convert debug files to actually use debugfs instead of sysfsMarcel Holtmann1-21/+30
2010-03-21Bluetooth: Fix potential bad memory access with sysfs filesMarcel Holtmann1-1/+9
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen1-1/+3
2010-01-30Bluetooth: Fix memory leak in L2CAPAndrei Emeltchenko1-1/+2
2010-01-30Bluetooth: Remove double free of SKB pointer in L2CAPAndrei Emeltchenko1-7/+4
2009-12-17Bluetooth: Fix L2CAP locking scheme regressionAndrei Emeltchenko1-0/+1
2009-12-17Bluetooth: Ack L2CAP I-frames before retransmit missing packetGustavo F. Padovan1-1/+1
2009-12-17Bluetooth: Fix unset of RemoteBusy flag for L2CAPGustavo F. Padovan1-1/+1
2009-12-03Bluetooth: Add L2CAP option for max transmit valueMarcel Holtmann1-1/+5
2009-12-03Bluetooth: Fix 'SendRRorRNR' to send the ReqSeq valueGustavo F. Padovan1-0/+2
2009-12-03Bluetooth: Implement RejActioned flagGustavo F. Padovan1-3/+35
2009-12-03Bluetooth: Fix sending ReqSeq on I-framesGustavo F. Padovan1-2/+6
2009-12-03Bluetooth: Fix unset of SrejActioned flagGustavo F. Padovan1-1/+1
2009-12-03Bluetooth: Initialize variables and timers for both channel's sidesGustavo F. Padovan1-18/+36
2009-11-29net: Move && and || to end of previous lineJoe Perches1-10/+10
2009-11-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+9
2009-11-16Bluetooth: Fix regression with L2CAP configuration in Basic ModeGustavo F. Padovan1-3/+8
2009-11-16Bluetooth: Select Basic Mode as default for SOCK_SEQPACKETGustavo F. Padovan1-1/+1
2009-11-05net: check kern before calling security subsystemEric Paris1-1/+1
2009-11-05net: pass kern to net_proto_family create functionEric Paris1-1/+2
2009-10-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+6
2009-10-19bluetooth: static lock key fixDave Young1-3/+6
2009-10-07net: mark net_proto_ops as constStephen Hemminger1-1/+1
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