summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)Author
2014-02-26Bluetooth: Add le_auto_conn file on debugfsAndre Guedes
2014-02-26Bluetooth: Support resolvable private addressesAndre Guedes
2014-02-26Bluetooth: Connection parameters and resolvable addressAndre Guedes
2014-02-26Bluetooth: Auto connection and power onAndre Guedes
2014-02-26Bluetooth: Temporarily stop background scanning on discoveryAndre Guedes
2014-02-26Bluetooth: Connection parameters and auto connectionAndre Guedes
2014-02-26Bluetooth: Introduce LE auto connect optionsAndre Guedes
2014-02-26Bluetooth: Introduce LE auto connection infrastructureAndre Guedes
2014-02-26Bluetooth: Introduce hdev->pend_le_conn listAndre Guedes
2014-02-26Bluetooth: Move address type conversion to outside hci_connect_leAndre Guedes
2014-02-26Bluetooth: Refactor HCI connection codeAndre Guedes
2014-02-26Bluetooth: Remove unused functionAndre Guedes
2014-02-26Bluetooth: Stop scanning on LE connectionAndre Guedes
2014-02-26Bluetooth: Declare le_conn_failed in hci_core.hAndre Guedes
2014-02-26Bluetooth: Create hci_req_add_le_scan_disable helperAndre Guedes
2014-02-26Bluetooth: Remove unneeded "force" parameter from smp_distribute_keys()Johan Hedberg
2014-02-26Bluetooth: Simplify logic for checking for SMP completionJohan Hedberg
2014-02-26Bluetooth: Track not yet received keys in SMPJohan Hedberg
2014-02-25Bluetooth: Ignore IRKs with no Identity AddressJohan Hedberg
2014-02-25Bluetooth: Fix advertising address type when toggling connectableJohan Hedberg
2014-02-25Bluetooth: Fix NULL pointer dereference when sending dataAndrzej Kaczmarek
2014-02-24Bluetooth: Clean up HCI state when doing power offJohan Hedberg
2014-02-24Bluetooth: Don't clear HCI_ADVERTISING when powering offJohan Hedberg
2014-02-24Bluetooth: Don't clear HCI_CONNECTABLE when powering offJohan Hedberg
2014-02-24Bluetooth: Don't clear HCI_DISCOVERABLE when powering offJohan Hedberg
2014-02-24Bluetooth: Move check for MGMT_CONNECTED flag into mgmt.cJohan Hedberg
2014-02-24Bluetooth: Move HCI_ADVERTISING handling into mgmt.cJohan Hedberg
2014-02-24Bluetooth: Fix canceling RPA expiry timerJohan Hedberg
2014-02-24HID: hidp: Add a comment that some devices depend on the current behavior of ...Frank Praznik
2014-02-24Bluetooth: Enable RPA resolving if mgmt_set_privacy is calledJohan Hedberg
2014-02-24Bluetooth: Export current local RPA with identity informationMarcel Holtmann
2014-02-24Bluetooth: Store current RPA and update it if neededMarcel Holtmann
2014-02-24Bluetooth: Use privacy mode for non-connectable advertisingMarcel Holtmann
2014-02-24Bluetooth: Use unresolvable private address for active scanningMarcel Holtmann
2014-02-24Bluetooth: Expose current identity information in debugfsMarcel Holtmann
2014-02-23Bluetooth: Remove unneeded hdev->own_addr_typeJohan Hedberg
2014-02-23Bluetooth: Fix setting correct src_type when connecting LEJohan Hedberg
2014-02-23Bluetooth: Add support for Set Privacy commandJohan Hedberg
2014-02-23Bluetooth: Add debugfs entry for RPA regeneration timeoutJohan Hedberg
2014-02-23Bluetooth: Don't write static address during power onJohan Hedberg
2014-02-23Bluetooth: Use hci_update_random_address() for initiating LE scanJohan Hedberg
2014-02-23Bluetooth: Use hci_update_random_address() for enabling advertisingJohan Hedberg
2014-02-23Bluetooth: Use hci_update_random_address() when connecting LEJohan Hedberg
2014-02-23Bluetooth: Add hci_update_random_address() convenience functionJohan Hedberg
2014-02-23Bluetooth: Add timer for regenerating local RPAJohan Hedberg
2014-02-23Bluetooth: Add SMP function for generating RPAsJohan Hedberg
2014-02-23Bluetooth: Set the correct values for Identity Address InformationJohan Hedberg
2014-02-23Bluetooth: Ensure hci_conn always contains the local identity addressJohan Hedberg
2014-02-22Bluetooth: Add Privacy flag to mgmt supported/current settingsJohan Hedberg
2014-02-22Bluetooth: Move enable/disable_advertising higher up in mgmt.cJohan Hedberg