aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-02-27Bluetooth: Use kernel int types instead of ones from stdint.hGravatar Johan Hedberg 4-11/+11
2012-02-24Bluetooth: Remove duplicated code in l2cap conn reqGravatar Andrei Emeltchenko 1-30/+19
2012-02-24Bluetooth: Fix double locking in LE and conless chanGravatar Andrei Emeltchenko 1-20/+4
2012-02-24Bluetooth: Fix init request completion with AMP controllersGravatar Andrei Emeltchenko 1-1/+4
2012-02-24Bluetooth: Fix init request completion with old controllersGravatar Johan Hedberg 1-0/+2
2012-02-24Bluetooth: mgmt: Fix clear_uuids responseGravatar Johan Hedberg 1-4/+19
2012-02-24Bluetooth: mgmt: Fix dev_class related command response timingGravatar Johan Hedberg 1-5/+65
2012-02-24Bluetooth: mgmt: Track pending class changesGravatar Johan Hedberg 1-2/+27
2012-02-23Bluetooth: mgmt: Add flags parameter to device_connectedGravatar Johan Hedberg 2-6/+8
2012-02-23Bluetooth: mgmt: Fix clear UUIDs responseGravatar Johan Hedberg 1-1/+2
2012-02-23Bluetooth: mgmt: Move service cache setting to a more sensible placeGravatar Johan Hedberg 1-4/+6
2012-02-23Bluetooth: mgmt: Fix return value of add/remove_uuidGravatar Johan Hedberg 1-2/+3
2012-02-23Bluetooth: mgmt: Fix update_eir/class with HCI_AUTO_OFF flag setGravatar Johan Hedberg 1-2/+5
2012-02-23Bluetooth: Set DISCOVERY_STOPPED if controller resetsGravatar Andre Guedes 1-0/+2
2012-02-23Bluetooth: mgmt: Fix count parameter in get_connections replyGravatar Johan Hedberg 1-7/+7
2012-02-23Bluetooth: Remove socket lock checkGravatar Andrei Emeltchenko 1-4/+4
2012-02-23Bluetooth: Change sk lock to chan lock in L2CAP coreGravatar Andrei Emeltchenko 2-70/+114
2012-02-23Bluetooth: Add unlocked __l2cap_chan_add functionGravatar Andrei Emeltchenko 1-2/+7
2012-02-23Bluetooth: mgmt: Add legacy pairing info to dev_found eventsGravatar Johan Hedberg 3-14/+24
2012-02-23Bluetooth: mgmt: Fix device_found parametersGravatar Johan Hedberg 1-1/+2
2012-02-23Bluetooth: mgmt: Fix unpair_device responsesGravatar Johan Hedberg 1-17/+19
2012-02-23Bluetooth: mgmt: Add missing powered checks to commandsGravatar Johan Hedberg 1-1/+36
2012-02-23Bluetooth: mgmt: Allow class of device changes while powered offGravatar Johan Hedberg 1-5/+5
2012-02-23Bluetooth: mgmt: Check for HCI_UP in update_eir() and update_class()Gravatar Johan Hedberg 1-0/+6
2012-02-23Bluetooth: mgmt: Fix return value for set_classGravatar Johan Hedberg 1-1/+1
2012-02-23Bluetooth: Fix clearing of dev_class when powering downGravatar Johan Hedberg 1-0/+1
2012-02-23Bluetooth: mgmt: Fix missing short_name in read_infoGravatar Johan Hedberg 1-0/+1
2012-02-23Bluetooth: mgmt: Fix name_changed event for short name changesGravatar Johan Hedberg 1-0/+4
2012-02-23Bluetooth: mgmt: Allow local name changes while powered offGravatar Johan Hedberg 2-15/+36
2012-02-23Bluetooth: Fix read_name updating when HCI_SETUP is not setGravatar Johan Hedberg 1-1/+2
2012-02-23Bluetooth: Add hdev->short_name for EIR generationGravatar Johan Hedberg 1-0/+3
2012-02-23Bluetooth: Send management event for class of device changesGravatar Marcel Holtmann 2-4/+19
2012-02-23Bluetooth: Fix handling of discoverable setting with timeoutGravatar Marcel Holtmann 1-0/+11
2012-02-23Bluetooth: Disabling discoverable with timeout is invalidGravatar Marcel Holtmann 1-2/+5
2012-02-23Bluetooth: mgmt: Fix updating EIR when updating the nameGravatar Johan Hedberg 2-3/+4
2012-02-23Bluetooth: Fix EIR data clearing when powering offGravatar Johan Hedberg 1-0/+2
2012-02-23Bluetooth: mgmt: Implement Set LE commandGravatar Johan Hedberg 2-2/+124
2012-02-23Bluetooth: mgmt: Fix Set SSP supported checkGravatar Johan Hedberg 1-6/+6
2012-02-23Bluetooth: Enable timestamps for control channelGravatar Marcel Holtmann 2-0/+4
2012-02-23Bluetooth: Explicitly clear EIR data upon hci_dev setupGravatar Johan Hedberg 1-4/+13
2012-02-23Bluetooth: mgmt: Fix clearing of hdev->eirGravatar Johan Hedberg 1-0/+2
2012-02-23Bluetooth: mgmt: Fix EIR toggling with SSPGravatar Johan Hedberg 1-6/+5
2012-02-23Bluetooth: Fix coding style issues in mgmt codeGravatar Andrei Emeltchenko 1-4/+4
2012-02-23Bluetooth: Fix two minor style issues in HCI codeGravatar Marcel Holtmann 2-2/+2
2012-02-23Bluetooth: Fix two minor style issues in management codeGravatar Marcel Holtmann 1-2/+2
2012-02-23Bluetooth: mgmt: Make Set SSP command callable while powered offGravatar Johan Hedberg 2-19/+45
2012-02-23Bluetooth: Remove unneeded hci_cc_read_ssp_mode functionGravatar Johan Hedberg 1-19/+0
2012-02-23Bluetooth: mgmt: Make Set Link Security callable while powered offGravatar Johan Hedberg 2-5/+34
2012-02-23Bluetooth: Add socket error functionGravatar Andrei Emeltchenko 1-9/+21
2012-02-23Bluetooth: Add locked and unlocked state_changeGravatar Andrei Emeltchenko 1-16/+25