aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/l2cap_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-05Bluetooth: Add implementation for retransmitting all unacked framesMat Martineau1-1/+105
2012-06-05Bluetooth: Add the ERTM receive state machineMat Martineau1-2/+353
2012-06-05Bluetooth: Update l2cap_send_i_or_rr_or_rnr to fit the spec betterMat Martineau1-21/+19
2012-06-05Bluetooth: Use the transmit state machine for busy state changesMat Martineau1-39/+6
2012-06-05Bluetooth: Refactor l2cap_send_ackMat Martineau1-17/+43
2012-06-05Bluetooth: Remove receive code that has been supercededMat Martineau1-492/+0
2012-06-05Bluetooth: Add streaming mode receive and incoming packet classifierMat Martineau1-6/+130
2012-06-05Bluetooth: Consolidate common receive code for ERTM and streaming modeMat Martineau1-64/+62
2012-06-05Bluetooth: Refactor l2cap_send_sframeMat Martineau1-36/+51
2012-06-05Bluetooth: Refactor l2cap_ertm_sendMat Martineau1-40/+39
2012-06-05Bluetooth: Refactor l2cap_streaming_sendMat Martineau1-17/+31
2012-06-05Bluetooth: Add a new L2CAP ERTM transmit state machine.Mat Martineau1-8/+246
2012-06-05Bluetooth: Change default state of ERTM disable flagMat Martineau1-1/+1
2012-06-05Bluetooth: Fix early return from l2cap_chan_delMat Martineau1-2/+5
2012-06-05Bluetooth: Free allocated ERTM SREJ list if init failsMat Martineau1-1/+5
2012-05-16Bluetooth: Create flags for bt_sk()Gustavo Padovan1-6/+8
2012-05-16Bluetooth: Restore locking semantics when looking up L2CAP channelsMat Martineau1-7/+3
2012-05-16Bluetooth: Fix a redundant and problematic incoming MTU checkMat Martineau1-20/+0
2012-05-16Bluetooth: improve readability of l2cap_seq_list codeGustavo Padovan1-15/+18
2012-05-16Bluetooth: Fix skb length calculationGustavo Padovan1-0/+3
2012-05-16Bluetooth: Fix wrong set of skb fragmentsGustavo Padovan1-4/+8
2012-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetoothGustavo Padovan1-0/+5
2012-05-15Bluetooth: Initialize the transmit queue for L2CAP streaming modeMat Martineau1-1/+2
2012-05-14Bluetooth: Update tx_send_head when sending ERTM dataMat Martineau1-0/+3
2012-05-14Bluetooth: notify userspace of security level changeGustavo Padovan1-0/+5
2012-05-09Bluetooth: Refactor L2CAP ERTM and streaming transmit segmentationMat Martineau1-58/+86
2012-05-09Bluetooth: Remove unneeded calculation and magic numberAndrei Emeltchenko1-2/+2
2012-05-09Bluetooth: Remove hlen variableGustavo Padovan1-3/+3
2012-05-09Bluetooth: Remove unneeded elements from size calculationGustavo Padovan1-1/+1
2012-05-09Bluetooth: Add Code Aurora Forum copyrightMat Martineau1-0/+1
2012-05-09Bluetooth: Make better use of l2cap_chan reference countingMat Martineau1-0/+6
2012-05-09Bluetooth: Remove unused functionMat Martineau1-11/+0
2012-05-09Bluetooth: Initialize new l2cap_chan structure membersMat Martineau1-8/+17
2012-05-09Bluetooth: Move recently-added ERTM header packing functionsMat Martineau1-100/+100
2012-05-09Bluetooth: Remove duplicate structure members from bt_skb_cbMat Martineau1-19/+19
2012-05-09Bluetooth: Use address type info from user-spaceAndre Guedes1-5/+6
2012-05-09Bluetooth: Add dst_type parameter to hci_connectAndre Guedes1-4/+4
2012-05-09Bluetooth: Add support for reusing the same hci_conn for LE linksVinicius Costa Gomes1-23/+40
2012-05-09Bluetooth: Search global l2cap channels by src/dst addressesIdo Yariv1-12/+31
2012-05-09Bluetooth: Don't distribute keys in case of Encryption FailureHemant Gupta1-1/+2
2012-05-09Bluetooth: Functions for handling ERTM control fieldsMat Martineau1-0/+113
2012-05-09Bluetooth: Add the l2cap_seq_list structure for tracking framesMat Martineau1-8/+142
2012-05-09Bluetooth: Remove err parameter from alloc_skb()Gustavo Padovan1-17/+13
2012-05-09Bluetooth: Adds set_default function in L2CAP setupAndrei Emeltchenko1-0/+11
2012-05-09Bluetooth: Remove sk parameter from l2cap_chan_create()Gustavo Padovan1-4/+2
2012-05-09Bluetooth: Make L2CAP chan_add functions staticAndrei Emeltchenko1-2/+2
2012-05-09Bluetooth: Remove unneeded timer clearAndrei Emeltchenko1-3/+0
2012-05-09Bluetooth: trivial: Fix endian conversion modeAndrei Emeltchenko1-2/+2
2012-05-09Bluetooth: Convert error codes to le16Andrei Emeltchenko1-2/+2
2012-05-09Bluetooth: Correct CID endian notationAndrei Emeltchenko1-2/+4