summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-02-27Bluetooth: Fix response on confirm_nameLukasz Rymanowski1-4/+6
2014-02-27Bluetooth: Update background scan parametersAndre Guedes1-0/+15
2014-02-27Bluetooth: Create hci_req_add_le_passive_scan helperAndre Guedes1-25/+31
2014-02-27Bluetooth: Add le_auto_conn file on debugfsAndre Guedes1-0/+111
2014-02-27Bluetooth: Support resolvable private addressesAndre Guedes1-0/+10
2014-02-27Bluetooth: Connection parameters and resolvable addressAndre Guedes2-4/+23
2014-02-27Bluetooth: Auto connection and power onAndre Guedes2-0/+14
2014-02-27Bluetooth: Temporarily stop background scanning on discoveryAndre Guedes2-6/+8
2014-02-27Bluetooth: Connection parameters and auto connectionAndre Guedes1-7/+35
2014-02-27Bluetooth: Introduce LE auto connect optionsAndre Guedes2-4/+25
2014-02-27Bluetooth: Introduce LE auto connection infrastructureAndre Guedes3-2/+135
2014-02-27Bluetooth: Introduce hdev->pend_le_conn listAndre Guedes1-0/+68
2014-02-27Bluetooth: Move address type conversion to outside hci_connect_leAndre Guedes3-11/+23
2014-02-27Bluetooth: Refactor HCI connection codeAndre Guedes3-28/+11
2014-02-27Bluetooth: Remove unused functionAndre Guedes1-43/+0
2014-02-27Bluetooth: Stop scanning on LE connectionAndre Guedes1-2/+90
2014-02-27Bluetooth: Declare le_conn_failed in hci_core.hAndre Guedes2-7/+3
2014-02-27Bluetooth: Create hci_req_add_le_scan_disable helperAndre Guedes2-14/+12
2014-02-27Bluetooth: Remove unneeded "force" parameter from smp_distribute_keys()Johan Hedberg3-7/+7
2014-02-27Bluetooth: Simplify logic for checking for SMP completionJohan Hedberg1-8/+11
2014-02-27Bluetooth: Track not yet received keys in SMPJohan Hedberg1-0/+6
2014-02-26Bluetooth: Ignore IRKs with no Identity AddressJohan Hedberg1-0/+13
2014-02-25Bluetooth: Fix advertising address type when toggling connectableJohan Hedberg1-10/+11
2014-02-25Bluetooth: Fix NULL pointer dereference when sending dataAndrzej Kaczmarek1-0/+16
2014-02-24Bluetooth: Clean up HCI state when doing power offJohan Hedberg1-4/+66
2014-02-24Bluetooth: Don't clear HCI_ADVERTISING when powering offJohan Hedberg1-0/+4
2014-02-24Bluetooth: Don't clear HCI_CONNECTABLE when powering offJohan Hedberg1-0/+4
2014-02-24Bluetooth: Don't clear HCI_DISCOVERABLE when powering offJohan Hedberg1-0/+4
2014-02-24Bluetooth: Move check for MGMT_CONNECTED flag into mgmt.cJohan Hedberg2-4/+9
2014-02-24Bluetooth: Move HCI_ADVERTISING handling into mgmt.cJohan Hedberg2-6/+10
2014-02-24Bluetooth: Fix canceling RPA expiry timerJohan Hedberg1-1/+3
2014-02-24Bluetooth: Enable RPA resolving if mgmt_set_privacy is calledJohan Hedberg1-0/+5
2014-02-24Bluetooth: Export current local RPA with identity informationMarcel Holtmann1-1/+2
2014-02-24Bluetooth: Store current RPA and update it if neededMarcel Holtmann1-6/+5
2014-02-24Bluetooth: Use privacy mode for non-connectable advertisingMarcel Holtmann1-2/+4
2014-02-24Bluetooth: Use unresolvable private address for active scanningMarcel Holtmann3-4/+27
2014-02-24Bluetooth: Expose current identity information in debugfsMarcel Holtmann1-2/+40
2014-02-24Bluetooth: Remove unneeded hdev->own_addr_typeJohan Hedberg1-16/+1
2014-02-24Bluetooth: Fix setting correct src_type when connecting LEJohan Hedberg1-1/+2
2014-02-24Bluetooth: Add support for Set Privacy commandJohan Hedberg1-1/+47
2014-02-24Bluetooth: Add debugfs entry for RPA regeneration timeoutJohan Hedberg1-0/+33
2014-02-24Bluetooth: Don't write static address during power onJohan Hedberg1-5/+0
2014-02-24Bluetooth: Use hci_update_random_address() for initiating LE scanJohan Hedberg1-2/+11
2014-02-24Bluetooth: Use hci_update_random_address() for enabling advertisingJohan Hedberg1-2/+6
2014-02-24Bluetooth: Use hci_update_random_address() when connecting LEJohan Hedberg1-1/+7
2014-02-24Bluetooth: Add hci_update_random_address() convenience functionJohan Hedberg1-0/+55
2014-02-24Bluetooth: Add timer for regenerating local RPAJohan Hedberg2-0/+31
2014-02-24Bluetooth: Add SMP function for generating RPAsJohan Hedberg2-0/+19
2014-02-24Bluetooth: Set the correct values for Identity Address InformationJohan Hedberg1-2/+7
2014-02-24Bluetooth: Ensure hci_conn always contains the local identity addressJohan Hedberg1-0/+20