aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2012-06-05Bluetooth: Allow only one LE connection attemptAndrzej Kaczmarek
2012-06-05Bluetooth: Remove unused err var from l2cap_segment_sdu()Gustavo Padovan
2012-06-05Bluetooth: Create function to return the ERTM header sizeGustavo Padovan
2012-06-05Bluetooth: Make l2cap_att_channel return voidAndrei Emeltchenko
2012-06-05Bluetooth: Make l2cap_conless_channel return voidAndrei Emeltchenko
2012-06-05Bluetooth: Make l2cap_data_channel return voidAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Do not reference hci_connAndrei Emeltchenko
2012-06-05Bluetooth: Do not check func ready existenceAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Manage incoming connectionsAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Handling fixed channelsAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Process A2MP Command ResponsesAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Process A2MP Disc Physlink RequestAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Process A2MP Create Physlink RequestAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Process A2MP Get AMP Assoc RequestAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Process A2MP Get Info RequestAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Process A2MP Change NotifyAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Process A2MP Discover RequestAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Process A2MP Command RejectAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Process A2MP messagesAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Add chan callbacksAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Build and Send msg helpersAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: AMP Manager basic functionsAndrei Emeltchenko
2012-06-05Bluetooth: A2MP: Create A2MP channelAndrei Emeltchenko
2012-06-05Bluetooth: trivial: Use defined PSMLEN instead of magicAndrei Emeltchenko
2012-06-05Bluetooth: check for already existent channel before create new oneGustavo Padovan
2012-06-05Bluetooth: Move check for backlog size to l2cap_sock.cGustavo Padovan
2012-06-05Bluetooth: Use chan->state instead of sk->sk_stateGustavo Padovan
2012-06-05Bluetooth: Add l2cap_chan->ops->ready()Andrei Emeltchenko
2012-06-05Bluetooth: Move clean up code and set of SOCK_ZAPPED to l2cap_sock.cAndrei Emeltchenko
2012-06-05Bluetooth: Use chan as parameters for l2cap chan opsGustavo Padovan
2012-06-05Bluetooth: Really fix registering hci with duplicate nameSasha Levin
2012-06-05Bluetooth: Use l2cap_chan_ready() in LE pathGustavo Padovan
2012-06-05Bluetooth: Remove extra l2cap_state_change(BT_CONNECTED)Gustavo Padovan
2012-06-05Bluetooth: Get a more accurate L2CAP PDU lenGustavo Padovan
2012-06-05Bluetooth: Use __constant modifier in HCI codeAndrei Emeltchenko
2012-06-05Bluetooth: Use __constant when dealing with constantsAndrei Emeltchenko
2012-06-05Bluetooth: Define and use PSM identifiersAndrei Emeltchenko
2012-06-05Bluetooth: Use lmp_ssp_capable() macroGustavo Padovan
2012-06-05Bluetooth: Send a configuration request after security confirmationMat Martineau
2012-06-05Bluetooth: Define L2CAP conf continuation flagAndrei Emeltchenko
2012-06-05Bluetooth: Remove unneeded EXPORT_SYMBOLGustavo Padovan
2012-06-05Bluetooth: Remove unnecessary headers includeGustavo Padovan
2012-06-05Bluetooth: Fix coding style in the subsystemGustavo Padovan
2012-06-05Bluetooth: Remove 'register' usage from the subsystemGustavo Padovan
2012-06-05Bluetooth: Remove most of the inline usageGustavo Padovan
2012-06-05Bluetooth: trivial: Remove empty lineAndrei Emeltchenko
2012-06-05Bluetooth: Preserve L2CAP flags valuesAndrei Emeltchenko
2012-06-05Bluetooth: Use defined link key sizeAndrei Emeltchenko
2012-06-05Bluetooth: Rename HCI_QUIRK_NO_RESET to HCI_QUIRK_RESET_ON_CLOSESzymon Janc
2012-06-05Bluetooth: Remove dead int returnsGustavo Padovan