aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-06-05Bluetooth: A2MP: Manage incoming connectionsAndrei Emeltchenko2-4/+31
2012-06-05Bluetooth: A2MP: Handling fixed channelsAndrei Emeltchenko2-2/+18
2012-06-05Bluetooth: A2MP: Process A2MP Command ResponsesAndrei Emeltchenko1-0/+12
2012-06-05Bluetooth: A2MP: Process A2MP Disc Physlink RequestAndrei Emeltchenko1-0/+36
2012-06-05Bluetooth: A2MP: Process A2MP Create Physlink RequestAndrei Emeltchenko1-0/+40
2012-06-05Bluetooth: A2MP: Process A2MP Get AMP Assoc RequestAndrei Emeltchenko1-0/+35
2012-06-05Bluetooth: A2MP: Process A2MP Get Info RequestAndrei Emeltchenko1-0/+37
2012-06-05Bluetooth: A2MP: Process A2MP Change NotifyAndrei Emeltchenko1-0/+19
2012-06-05Bluetooth: A2MP: Process A2MP Discover RequestAndrei Emeltchenko1-0/+85
2012-06-05Bluetooth: A2MP: Process A2MP Command RejectAndrei Emeltchenko1-0/+19
2012-06-05Bluetooth: A2MP: Process A2MP messagesAndrei Emeltchenko1-0/+65
2012-06-05Bluetooth: A2MP: Add chan callbacksAndrei Emeltchenko1-0/+55
2012-06-05Bluetooth: A2MP: Build and Send msg helpersAndrei Emeltchenko1-0/+46
2012-06-05Bluetooth: A2MP: AMP Manager basic functionsAndrei Emeltchenko2-0/+58
2012-06-05Bluetooth: A2MP: Create A2MP channelAndrei Emeltchenko3-4/+74
2012-06-05Bluetooth: trivial: Use defined PSMLEN instead of magicAndrei Emeltchenko1-1/+1
2012-06-05Bluetooth: check for already existent channel before create new oneGustavo Padovan1-9/+4
2012-06-05Bluetooth: Move check for backlog size to l2cap_sock.cGustavo Padovan2-12/+6
2012-06-05Bluetooth: Use chan->state instead of sk->sk_stateGustavo Padovan1-7/+2
2012-06-05Bluetooth: Add l2cap_chan->ops->ready()Andrei Emeltchenko2-15/+24
2012-06-05Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.cAndrei Emeltchenko2-46/+70
2012-06-05Bluetooth: Use chan as parameters for l2cap chan opsGustavo Padovan2-23/+23
2012-06-05Bluetooth: Really fix registering hci with duplicate nameSasha Levin1-17/+24
2012-06-05Bluetooth: Use l2cap_chan_ready() in LE pathGustavo Padovan1-4/+1
2012-06-05Bluetooth: Remove extra l2cap_state_change(BT_CONNECTED)Gustavo Padovan1-3/+0
2012-06-05Bluetooth: Get a more accurate L2CAP PDU lenGustavo Padovan1-1/+7
2012-06-05Bluetooth: Use __constant modifier in HCI codeAndrei Emeltchenko3-22/+22
2012-06-05Bluetooth: Use __constant when dealing with constantsAndrei Emeltchenko1-27/+27
2012-06-05Bluetooth: Define and use PSM identifiersAndrei Emeltchenko2-4/+4
2012-06-05Bluetooth: Use lmp_ssp_capable() macroGustavo Padovan1-1/+1
2012-06-05Bluetooth: Send a configuration request after security confirmationMat Martineau1-0/+11
2012-06-05Bluetooth: Define L2CAP conf continuation flagAndrei Emeltchenko1-5/+5
2012-06-05Bluetooth: Remove unneeded EXPORT_SYMBOLGustavo Padovan2-9/+0
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan20-249/+14
2012-06-05Bluetooth: Fix coding style in the subsystemGustavo Padovan8-27/+48
2012-06-05Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan3-3/+3
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan10-126/+104
2012-06-05Bluetooth: trivial: Remove empty lineAndrei Emeltchenko1-1/+0
2012-06-05Bluetooth: Preserve L2CAP flags valuesAndrei Emeltchenko1-2/+2
2012-06-05Bluetooth: Use defined link key sizeAndrei Emeltchenko3-3/+3
2012-06-05Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSESzymon Janc1-2/+2
2012-06-05Bluetooth: Remove dead int returnsGustavo Padovan1-32/+16
2012-06-05Bluetooth: Remove double check for BT_CONNECTEDGustavo Padovan1-3/+0
2012-06-05Bluetooth: Silent sparse warningsAndrei Emeltchenko1-6/+6
2012-06-05Bluetooth: Do not purge queue in Basic ModeGustavo Padovan1-2/+12
2012-06-05Bluetooth: Enable ERTM by defaultMat Martineau1-1/+1
2012-06-05Bluetooth: Set txwin values for streaming modeMat Martineau1-0/+1
2012-06-05Bluetooth: Remove unneccesary inlineMat Martineau1-1/+1
2012-06-05Bluetooth: Simplify the ERTM ack timeoutMat Martineau1-3/+7
2012-06-05Bluetooth: Use the ERTM transmit state machine from timeout handlersMat Martineau1-11/+8