summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Introduce LE auto connect optionsAndre Guedes2014-02-272-4/+25
* Bluetooth: Introduce LE auto connection infrastructureAndre Guedes2014-02-273-2/+135
* Bluetooth: Introduce hdev->pend_le_conn listAndre Guedes2014-02-271-0/+68
* Bluetooth: Move address type conversion to outside hci_connect_leAndre Guedes2014-02-273-11/+23
* Bluetooth: Refactor HCI connection codeAndre Guedes2014-02-273-28/+11
* Bluetooth: Remove unused functionAndre Guedes2014-02-271-43/+0
* Bluetooth: Stop scanning on LE connectionAndre Guedes2014-02-271-2/+90
* Bluetooth: Declare le_conn_failed in hci_core.hAndre Guedes2014-02-272-7/+3
* Bluetooth: Create hci_req_add_le_scan_disable helperAndre Guedes2014-02-272-14/+12
* 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-242-4/+9
* Bluetooth: Move HCI_ADVERTISING handling into mgmt.cJohan Hedberg2014-02-242-6/+10
* 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-241-6/+5
* Bluetooth: Use privacy mode for non-connectable advertisingMarcel Holtmann2014-02-241-2/+4
* Bluetooth: Use unresolvable private address for active scanningMarcel Holtmann2014-02-243-4/+27
* Bluetooth: Expose current identity information in debugfsMarcel Holtmann2014-02-241-2/+40
* Bluetooth: Remove unneeded hdev->own_addr_typeJohan Hedberg2014-02-231-16/+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-231-0/+55
* Bluetooth: Add timer for regenerating local RPAJohan Hedberg2014-02-232-0/+31
* 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: Move enable/disable_advertising higher up in mgmt.cJohan Hedberg2014-02-221-44/+44
* Bluetooth: Add initial code for distributing local IRKJohan Hedberg2014-02-221-2/+4
* 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-212-1/+32
* Bluetooth: Fix channel check when binding RFCOMM sockAndrzej Kaczmarek2014-02-201-6/+12