summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Bluetooth: Update discovery state earlier in hci_discovery_set_stateJohan Hedberg2014-07-071-4/+6
* Bluetooth: Remove unnecessary return value from check_pending_le_connJohan Hedberg2014-07-071-7/+5Star
* Bluetooth: Remove redundant IRK lookup in mgmt_device_found()Johan Hedberg2014-07-071-10/+2Star
* Bluetooth: Fix connecting devices during LE device discoveryJohan Hedberg2014-07-071-18/+29
* Bluetooth: Use BTUSB_BROKEN_ISOC flag for CSR USB sniffer devicesMarcel Holtmann2014-07-071-4/+4
* Bluetooth: Enforce providing hdev->send driver callbackMarcel Holtmann2014-07-061-1/+1
* Bluetooth: Fix memory leaking when hdev->send returns an errorMarcel Holtmann2014-07-061-2/+7
* Bluetooth: Ignore isochronous endpoints for Intel USB bootloaderMarcel Holtmann2014-07-061-1/+2
* Bluetooth: Handle Intel USB bootloader with buggy interruptMarcel Holtmann2014-07-061-0/+12
* Bluetooth: Fix updating background scan for LE connect completeJohan Hedberg2014-07-061-3/+2Star
* Bluetooth: Remove module parameters for ignoring USB devicesMarcel Holtmann2014-07-061-21/+0Star
* Bluetooth: Skip unconfigured init procedure for raw-only devicesMarcel Holtmann2014-07-061-0/+3
* Bluetooth: Add support for Intel bootloader devicesMarcel Holtmann2014-07-061-1/+8
* Bluetooth: Use lower timeout for LE auto-connectionsJohan Hedberg2014-07-066-7/+13
* Bluetooth: Clear HCI_RAW flag when controller becomes configuredMarcel Holtmann2014-07-062-0/+7
* Bluetooth: Add support for changing the public device addressMarcel Holtmann2014-07-063-7/+70
* Bluetooth: Run controller setup after external configurationMarcel Holtmann2014-07-064-6/+29
* Bluetooth: Fix sending Device Removed when clearing all parametersJohan Hedberg2014-07-063-20/+14Star
* Bluetooth: Restrict blocked device check in l2cap_recv_frame to LEJohan Hedberg2014-07-061-1/+5
* Bluetooth: Store Bluetooth address from controller setupMarcel Holtmann2014-07-052-1/+8
* Bluetooth: Run special init procedure for unconfigured controllersMarcel Holtmann2014-07-051-0/+40
* Bluetooth: Use a more simpler style for HCI event callbacksMarcel Holtmann2014-07-051-54/+88
* Bluetooth: Add support for New Configuration Options management eventMarcel Holtmann2014-07-042-0/+13
* Bluetooth: Move mgmt_event helper function to different locationMarcel Holtmann2014-07-041-30/+30
* Bluetooth: Add support for Set External Configuration management commandMarcel Holtmann2014-07-043-2/+82
* Bluetooth: Support HCI_QUIRK_EXTERNAL_CONFIG for hci_vhci driverMarcel Holtmann2014-07-041-2/+6
* Bluetooth: Fix quirks that are valid during setup driver callbackMarcel Holtmann2014-07-041-2/+9
* Bluetooth: Add quirk for external configuration requirementMarcel Holtmann2014-07-043-2/+19
* Bluetooth: Allow reading configuration info when unconfiguredMarcel Holtmann2014-07-041-1/+7
* Bluetooth: Set HCI_QUIRK_INVALID_BADDR for BCM20702A0 default addressMarcel Holtmann2014-07-041-1/+3
* Bluetooth: Set HCI_QUIRK_INVALID_BADDR for Intel USB default addressMarcel Holtmann2014-07-041-1/+3
* Bluetooth: Add quirk for invalid controller address settingMarcel Holtmann2014-07-043-5/+32
* Bluetooth: Document the existing device quirksMarcel Holtmann2014-07-041-0/+25
* Bluetooth: Use list_del when freeing the list entryJohan Hedberg2014-07-041-1/+1
* Bluetooth: Don't take actions on blocked devices when scanningJohan Hedberg2014-07-041-0/+4
* Bluetooth: Fix constant for public address configurationMarcel Holtmann2014-07-041-1/+2
* Bluetooth: Use hci_pend_le_action_lookup to look up report entriesJohan Hedberg2014-07-041-5/+3Star
* Bluetooth: Make hci_pend_le_conn_lookup more general purposedJohan Hedberg2014-07-043-6/+7
* Bluetooth: Remove unused hci_pend_le_conn_add functionJohan Hedberg2014-07-042-11/+0Star
* Bluetooth: Remove unnecessary usage of hci_pend_le_conn_addJohan Hedberg2014-07-041-1/+3
* Bluetooth: Fix clearing and restarting all LE actions on power cycleJohan Hedberg2014-07-043-29/+28Star
* Bluetooth: Remove unused hci_pend_le_conn_del() functionJohan Hedberg2014-07-042-11/+0Star
* Bluetooth: Simplify hci_conn_params->action list usageJohan Hedberg2014-07-043-23/+17Star
* Bluetooth: Don't bother doing anything if auto_connect doesn't changeJohan Hedberg2014-07-041-0/+3
* Bluetooth: Simplify use of hci_pend_le_conns_clear()Johan Hedberg2014-07-041-6/+4Star
* Bluetooth: Convert pend_le_reports into a listJohan Hedberg2014-07-044-10/+15
* Bluetooth: Convert pend_le_conn list to a generic action listJohan Hedberg2014-07-042-6/+6
* Bluetooth: Fix missing return statement in process_adv_reportJohan Hedberg2014-07-041-0/+1
* Bluetooth: Add support for controller configuration info commandMarcel Holtmann2014-07-042-0/+39
* Bluetooth: Add identity address check in param lookup functionsJohan Hedberg2014-07-032-4/+8