aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/l2cap.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-06Bluetooth: Don't accept ConfigReq if we aren't in the BT_CONFIG stateGravatar Gustavo F. Padovan 1-1/+7
2010-12-01Bluetooth: clean up l2cap codeGravatar Andrei Emeltchenko 1-4/+3
2010-12-01Bluetooth: Fix error handling for l2cap_init()Gravatar Anderson Lizardo 1-2/+5
2010-12-01Bluetooth: Get rid of __l2cap_get_sock_by_psm()Gravatar Gustavo F. Padovan 1-13/+9
2010-12-01Bluetooth: timer check sk is not owned before freeingGravatar Andrei Emeltchenko 1-12/+20
2010-12-01Bluetooth: Check sk is not owned before freeing l2cap_connGravatar Andrei Emeltchenko 1-0/+26
2010-11-09Bluetooth: fix endianness conversion in L2CAPGravatar Gustavo F. Padovan 1-2/+2
2010-11-09Bluetooth: fix unaligned access to l2cap conf dataGravatar steven miao 1-4/+4
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-2/+2
2010-10-17Bluetooth: fix oops in l2cap_connect_reqGravatar Nathan Holstein 1-2/+2
2010-10-12Bluetooth: Update conf_state before send config_req outGravatar Haijun Liu 1-0/+1
2010-10-12Bluetooth: Use the proper error value from bt_skb_send_alloc()Gravatar Gustavo F. Padovan 1-4/+4
2010-10-12Bluetooth: check for l2cap header in start fragmentGravatar Andrei Emeltchenko 1-1/+2
2010-10-12Bluetooth: check L2CAP length in first ACL fragmentGravatar Andrei Emeltchenko 1-0/+16
2010-10-12Bluetooth: Use a stream-oriented recvmsg with SOCK_STREAM L2CAP sockets.Gravatar Mat Martineau 1-0/+3
2010-10-12Bluetooth: Validate PSM values in calls to connect() and bind()Gravatar Mat Martineau 1-4/+21
2010-10-04Bluetooth: Disallow to change L2CAP_OPTIONS values when connectedGravatar Gustavo F. Padovan 1-0/+5
2010-09-30Revert "Bluetooth: Don't accept ConfigReq if we aren't in the BT_CONFIG state"Gravatar Gustavo F. Padovan 1-7/+1
2010-09-30Bluetooth: Simplify L2CAP Streaming mode sendingGravatar Gustavo F. Padovan 1-17/+7
2010-09-30Bluetooth: fix MTU L2CAP configuration parameterGravatar Andrei Emeltchenko 1-3/+3
2010-09-30Bluetooth: Only enable L2CAP FCS for ERTM or streamingGravatar Mat Martineau 1-6/+13
2010-08-10Bluetooth: Fix incorrect setting of remote_tx_win for L2CAP ERTMGravatar Mat Martineau 1-2/+0
2010-08-10Bluetooth: Fix endianness issue with L2CAP MPS configurationGravatar Mat Martineau 1-4/+5
2010-08-04Bluetooth: Check result code of L2CAP information responseGravatar Ville Tervo 1-0/+9
2010-08-04Bluetooth: Don't send RFC for Basic Mode if only it is supportedGravatar Gustavo F. Padovan 1-3/+12
2010-07-21Bluetooth: Enable L2CAP Extended features by defaultGravatar Gustavo F. Padovan 1-9/+9
2010-07-21Bluetooth: Add Google's copyright to L2CAPGravatar Gustavo F. Padovan 1-0/+1
2010-07-21Bluetooth: Update L2CAP version informationGravatar Gustavo F. Padovan 1-1/+1
2010-07-21Bluetooth: Add Copyright notice to L2CAPGravatar Gustavo F. Padovan 1-0/+1
2010-07-21Bluetooth: Keep code under column 80Gravatar Gustavo F. Padovan 1-21/+25
2010-07-21Bluetooth: Fix bug in kzalloc allocation sizeGravatar Gustavo F. Padovan 1-1/+1
2010-07-21Bluetooth: Send ConfigReq after send a ConnectionRspGravatar Gustavo F. Padovan 1-3/+41
2010-07-21Bluetooth: Fix error return on L2CAP-HCI interface.Gravatar João Paulo Rechi Vita 1-3/+3
2010-07-21Bluetooth: Fix error value for wrong FCS.Gravatar João Paulo Rechi Vita 1-1/+1
2010-07-21Bluetooth: Fix error return for l2cap_connect_rsp().Gravatar João Paulo Rechi Vita 1-2/+2
2010-07-21Bluetooth: Fix error return value on sendmsg.Gravatar João Paulo Rechi Vita 1-1/+1
2010-07-21Bluetooth: Fix error return value on sendmsg.Gravatar João Paulo Rechi Vita 1-1/+1
2010-07-21Bluetooth: Make l2cap_streaming_send() void.Gravatar João Paulo Rechi Vita 1-3/+2
2010-07-21Bluetooth: Fix l2cap_sock_connect error return.Gravatar João Paulo Rechi Vita 1-0/+1
2010-07-21Bluetooth: Improve ERTM local busy handlingGravatar Gustavo F. Padovan 1-36/+47
2010-07-21Bluetooth: Add backlog queue to ERTM codeGravatar Gustavo F. Padovan 1-53/+79
2010-07-21Bluetooth: Remove the send_lock spinlock from ERTMGravatar Gustavo F. Padovan 1-27/+1
2010-07-21Bluetooth: Don't accept ConfigReq if we aren't in the BT_CONFIG stateGravatar Gustavo F. Padovan 1-1/+7
2010-07-21Bluetooth: Disconnect early if mode is not supportedGravatar Gustavo F. Padovan 1-16/+40
2010-07-21Bluetooth: Remove check for supported modeGravatar Gustavo F. Padovan 1-7/+2
2010-07-21Bluetooth: Refuse ConfigRsp with different modeGravatar Gustavo F. Padovan 1-1/+5
2010-07-21Bluetooth: Actively send request for Basic ModeGravatar Gustavo F. Padovan 1-6/+11
2010-07-21Bluetooth: Prefer Basic Mode on receipt of ConfigReqGravatar Gustavo F. Padovan 1-3/+0
2010-07-21Bluetooth: Disconnect the channel if we don't want the proposed modeGravatar Gustavo F. Padovan 1-1/+2
2010-07-21Bluetooth: Change the way we set ERTM mode as mandatoryGravatar Gustavo F. Padovan 1-4/+18