summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix address value for early disconnection eventsJohan Hedberg2014-03-201-14/+2
* Bluetooth: Fix passkey endianess in user_confirm and notify_passkeyJohan Hedberg2014-03-191-2/+2
* Bluetooth: Fix Pair Device response parameters for pairing failureJohan Hedberg2014-03-191-2/+14
* Bluetooth: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-13/+13
* Bluetooth: Make LTK and CSRK only persisent when bondingMarcel Holtmann2014-03-101-4/+5
* Bluetooth: Add support for handling signature resolving keysMarcel Holtmann2014-03-091-0/+30
* Bluetooth: Fix expected key count debug logsJohan Hedberg2014-03-071-3/+3
* Bluetooth: Add protections for updating local random addressJohan Hedberg2014-02-281-0/+7
* Bluetooth: Use __le64 type for LE random numbersMarcel Holtmann2014-02-281-1/+1
* Bluetooth: Add timer to force power offJohan Hedberg2014-02-271-3/+13
* Bluetooth: Fix disconnecting connections in non-connected statesJohan Hedberg2014-02-271-4/+40
* Bluetooth: Fix response on confirm_nameLukasz Rymanowski2014-02-271-4/+6
* Bluetooth: Update background scan parametersAndre Guedes2014-02-261-0/+15
* Bluetooth: Connection parameters and resolvable addressAndre Guedes2014-02-261-0/+2
* Bluetooth: Auto connection and power onAndre Guedes2014-02-261-0/+13
* Bluetooth: Temporarily stop background scanning on discoveryAndre Guedes2014-02-261-6/+6
* Bluetooth: Move address type conversion to outside hci_connect_leAndre Guedes2014-02-261-3/+13
* Bluetooth: Refactor HCI connection codeAndre Guedes2014-02-261-4/+4
* Bluetooth: Create hci_req_add_le_scan_disable helperAndre Guedes2014-02-261-10/+2
* Bluetooth: Fix advertising address type when toggling connectableJohan Hedberg2014-02-251-10/+11
* 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-241-1/+5
* Bluetooth: Move HCI_ADVERTISING handling into mgmt.cJohan Hedberg2014-02-241-0/+8
* Bluetooth: Enable RPA resolving if mgmt_set_privacy is calledJohan Hedberg2014-02-241-0/+5
* Bluetooth: Use privacy mode for non-connectable advertisingMarcel Holtmann2014-02-241-2/+4
* Bluetooth: Use unresolvable private address for active scanningMarcel Holtmann2014-02-241-2/+6
* Bluetooth: Add support for Set Privacy commandJohan Hedberg2014-02-231-1/+47
* 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: Add timer for regenerating local RPAJohan Hedberg2014-02-231-0/+27
* 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: Fix issue with missing management event opcodeMarcel Holtmann2014-02-221-0/+1
* Bluetooth: Provide option for changing LE advertising channel mapMarcel Holtmann2014-02-211-1/+1
* 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-191-0/+15
* Bluetooth: Move SMP LTK notification after key distributionJohan Hedberg2014-02-191-3/+3
* Bluetooth: Move New LTK store hint evaluation into mgmt_new_ltkJohan Hedberg2014-02-191-2/+7
* Bluetooth: Use Identity Address in Device Found eventJohan Hedberg2014-02-181-2/+10
* Bluetooth: Wait for SMP key distribution completion when pairingJohan Hedberg2014-02-181-6/+19
* Bluetooth: Fix removing any IRKs when unpairing devicesJohan Hedberg2014-02-181-0/+2
* Bluetooth: Remove return values from functions that don't need themJohan Hedberg2014-02-181-1/+1
* Bluetooth: Fix missing address type check for removing LTKsJohan Hedberg2014-02-181-3/+11
* Bluetooth: Implement mgmt_load_irks commandJohan Hedberg2014-02-181-0/+79
* Bluetooth: Restrict long term keys to public and static addressesMarcel Holtmann2014-02-171-3/+13
OpenPOWER on IntegriCloud