summaryrefslogtreecommitdiffstats
path: root/net/bluetooth (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Create function to return the ERTM header sizeGustavo Padovan2012-06-051-14/+11
* Bluetooth: Make l2cap_att_channel return voidAndrei Emeltchenko2012-06-051-5/+3
* Bluetooth: Make l2cap_conless_channel return voidAndrei Emeltchenko2012-06-051-4/+3
* Bluetooth: Make l2cap_data_channel return voidAndrei Emeltchenko2012-06-051-5/+4
* Bluetooth: A2MP: Do not reference hci_connAndrei Emeltchenko2012-06-052-3/+3
* Bluetooth: Do not check func ready existenceAndrei Emeltchenko2012-06-051-2/+1
* Bluetooth: A2MP: Manage incoming connectionsAndrei Emeltchenko2012-06-052-4/+31
* Bluetooth: A2MP: Handling fixed channelsAndrei Emeltchenko2012-06-052-2/+18
* Bluetooth: A2MP: Process A2MP Command ResponsesAndrei Emeltchenko2012-06-051-0/+12
* Bluetooth: A2MP: Process A2MP Disc Physlink RequestAndrei Emeltchenko2012-06-051-0/+36
* Bluetooth: A2MP: Process A2MP Create Physlink RequestAndrei Emeltchenko2012-06-051-0/+40
* Bluetooth: A2MP: Process A2MP Get AMP Assoc RequestAndrei Emeltchenko2012-06-051-0/+35
* Bluetooth: A2MP: Process A2MP Get Info RequestAndrei Emeltchenko2012-06-051-0/+37
* Bluetooth: A2MP: Process A2MP Change NotifyAndrei Emeltchenko2012-06-051-0/+19
* Bluetooth: A2MP: Process A2MP Discover RequestAndrei Emeltchenko2012-06-051-0/+85
* Bluetooth: A2MP: Process A2MP Command RejectAndrei Emeltchenko2012-06-051-0/+19
* Bluetooth: A2MP: Process A2MP messagesAndrei Emeltchenko2012-06-051-0/+65
* Bluetooth: A2MP: Add chan callbacksAndrei Emeltchenko2012-06-051-0/+55
* Bluetooth: A2MP: Build and Send msg helpersAndrei Emeltchenko2012-06-051-0/+46
* Bluetooth: A2MP: AMP Manager basic functionsAndrei Emeltchenko2012-06-052-0/+58
* Bluetooth: A2MP: Create A2MP channelAndrei Emeltchenko2012-06-053-4/+74
* Bluetooth: trivial: Use defined PSMLEN instead of magicAndrei Emeltchenko2012-06-051-1/+1
* Bluetooth: check for already existent channel before create new oneGustavo Padovan2012-06-051-9/+4
* Bluetooth: Move check for backlog size to l2cap_sock.cGustavo Padovan2012-06-052-12/+6
* Bluetooth: Use chan->state instead of sk->sk_stateGustavo Padovan2012-06-051-7/+2
* Bluetooth: Add l2cap_chan->ops->ready()Andrei Emeltchenko2012-06-052-15/+24
* Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.cAndrei Emeltchenko2012-06-052-46/+70
* Bluetooth: Use chan as parameters for l2cap chan opsGustavo Padovan2012-06-052-23/+23
* Bluetooth: Really fix registering hci with duplicate nameSasha Levin2012-06-051-17/+24
* Bluetooth: Use l2cap_chan_ready() in LE pathGustavo Padovan2012-06-051-4/+1
* Bluetooth: Remove extra l2cap_state_change(BT_CONNECTED)Gustavo Padovan2012-06-051-3/+0
* Bluetooth: Get a more accurate L2CAP PDU lenGustavo Padovan2012-06-051-1/+7
* Bluetooth: Use __constant modifier in HCI codeAndrei Emeltchenko2012-06-053-22/+22
* Bluetooth: Use __constant when dealing with constantsAndrei Emeltchenko2012-06-051-27/+27
* Bluetooth: Define and use PSM identifiersAndrei Emeltchenko2012-06-052-4/+4
* Bluetooth: Use lmp_ssp_capable() macroGustavo Padovan2012-06-051-1/+1
* Bluetooth: Send a configuration request after security confirmationMat Martineau2012-06-051-0/+11
* Bluetooth: Define L2CAP conf continuation flagAndrei Emeltchenko2012-06-051-5/+5
* Bluetooth: Remove unneeded EXPORT_SYMBOLGustavo Padovan2012-06-052-9/+0
* Bluetooth: Remove unnecessary headers includeGustavo Padovan2012-06-0520-249/+14
* Bluetooth: Fix coding style in the subsystemGustavo Padovan2012-06-058-27/+48
* Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan2012-06-053-3/+3
* Bluetooth: Remove most of the inline usageGustavo Padovan2012-06-0510-126/+104
* Bluetooth: trivial: Remove empty lineAndrei Emeltchenko2012-06-051-1/+0
* Bluetooth: Preserve L2CAP flags valuesAndrei Emeltchenko2012-06-051-2/+2
* Bluetooth: Use defined link key sizeAndrei Emeltchenko2012-06-053-3/+3
* Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSESzymon Janc2012-06-051-2/+2
* Bluetooth: Remove dead int returnsGustavo Padovan2012-06-051-32/+16
* Bluetooth: Remove double check for BT_CONNECTEDGustavo Padovan2012-06-051-3/+0
* Bluetooth: Silent sparse warningsAndrei Emeltchenko2012-06-051-6/+6