summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Create hci_req_add_le_scan_disable helperAndre Guedes2014-02-273-14/+14
* Bluetooth: Remove unneeded "force" parameter from smp_distribute_keys()Johan Hedberg2014-02-263-7/+7
* Bluetooth: Simplify logic for checking for SMP completionJohan Hedberg2014-02-261-8/+11
* Bluetooth: Track not yet received keys in SMPJohan Hedberg2014-02-261-0/+6
* Bluetooth: Ignore IRKs with no Identity AddressJohan Hedberg2014-02-251-0/+13
* Bluetooth: Fix advertising address type when toggling connectableJohan Hedberg2014-02-251-10/+11
* Bluetooth: Fix NULL pointer dereference when sending dataAndrzej Kaczmarek2014-02-251-0/+16
* Bluetooth: Clean up HCI state when doing power offJohan Hedberg2014-02-241-4/+66
* Bluetooth: Don't clear HCI_ADVERTISING when powering offJohan Hedberg2014-02-241-0/+4
* Bluetooth: Don't clear HCI_CONNECTABLE when powering offJohan Hedberg2014-02-241-0/+4
* Bluetooth: Don't clear HCI_DISCOVERABLE when powering offJohan Hedberg2014-02-241-0/+4
* Bluetooth: Move check for MGMT_CONNECTED flag into mgmt.cJohan Hedberg2014-02-243-5/+11
* Bluetooth: Move HCI_ADVERTISING handling into mgmt.cJohan Hedberg2014-02-243-6/+11
* Bluetooth: Add convenience function for getting total connection countJohan Hedberg2014-02-241-0/+7
* Bluetooth: Fix canceling RPA expiry timerJohan Hedberg2014-02-241-1/+3
* Bluetooth: Enable RPA resolving if mgmt_set_privacy is calledJohan Hedberg2014-02-241-0/+5
* Bluetooth: Export current local RPA with identity informationMarcel Holtmann2014-02-241-1/+2
* Bluetooth: Store current RPA and update it if neededMarcel Holtmann2014-02-242-6/+6
* Bluetooth: Use privacy mode for non-connectable advertisingMarcel Holtmann2014-02-241-2/+4
* Bluetooth: Use unresolvable private address for active scanningMarcel Holtmann2014-02-244-5/+29
* Bluetooth: Expose current identity information in debugfsMarcel Holtmann2014-02-241-2/+40
* Bluetooth: Remove unneeded hdev->own_addr_typeJohan Hedberg2014-02-232-17/+1
* Bluetooth: Fix setting correct src_type when connecting LEJohan Hedberg2014-02-231-1/+2
* Bluetooth: Add support for Set Privacy commandJohan Hedberg2014-02-231-1/+47
* Bluetooth: Add debugfs entry for RPA regeneration timeoutJohan Hedberg2014-02-231-0/+33
* Bluetooth: Don't write static address during power onJohan Hedberg2014-02-231-5/+0
* Bluetooth: Use hci_update_random_address() for initiating LE scanJohan Hedberg2014-02-231-2/+11
* Bluetooth: Use hci_update_random_address() for enabling advertisingJohan Hedberg2014-02-231-2/+6
* Bluetooth: Use hci_update_random_address() when connecting LEJohan Hedberg2014-02-231-1/+7
* Bluetooth: Add hci_update_random_address() convenience functionJohan Hedberg2014-02-232-0/+57
* Bluetooth: Add timer for regenerating local RPAJohan Hedberg2014-02-234-0/+37
* Bluetooth: Add SMP function for generating RPAsJohan Hedberg2014-02-232-0/+19
* Bluetooth: Set the correct values for Identity Address InformationJohan Hedberg2014-02-231-2/+7
* Bluetooth: Ensure hci_conn always contains the local identity addressJohan Hedberg2014-02-231-0/+20
* Bluetooth: Add Privacy flag to mgmt supported/current settingsJohan Hedberg2014-02-221-0/+4
* Bluetooth: Add mgmt defines for privacyJohan Hedberg2014-02-221-0/+8
* Bluetooth: Move enable/disable_advertising higher up in mgmt.cJohan Hedberg2014-02-221-44/+44
* Bluetooth: Add initial code for distributing local IRKJohan Hedberg2014-02-223-2/+7
* Bluetooth: Add helper variables to smp_distribute_keys()Johan Hedberg2014-02-221-8/+9
* Bluetooth: Fix issue with missing management event opcodeMarcel Holtmann2014-02-221-0/+1
* Bluetooth: Fix iterating wrong list in hci_remove_irk()Johan Hedberg2014-02-211-1/+1
* Bluetooth: Increase minor version of core moduleMarcel Holtmann2014-02-211-1/+1
* Bluetooth: Provide option for changing LE advertising channel mapMarcel Holtmann2014-02-213-1/+33
* Bluetooth: Fix channel check when binding RFCOMM sockAndrzej Kaczmarek2014-02-201-6/+12
* Bluetooth: Track the current configured random addressMarcel Holtmann2014-02-203-0/+51
* Bluetooth: Replace own_address_type with force_static_address debugfsMarcel Holtmann2014-02-202-33/+63
* Bluetooth: Add comment explainging store hint for long term keysMarcel Holtmann2014-02-201-0/+11
* Bluetooth: Don't send store hint for devices using identity addressesMarcel Holtmann2014-02-201-1/+16
* Bluetooth: Add support for sending New IRK eventJohan Hedberg2014-02-194-0/+26
* Bluetooth: Move SMP LTK notification after key distributionJohan Hedberg2014-02-194-20/+31