summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix locking of hdev when calling into SMP codeJohan Hedberg2014-06-131-1/+6
* Bluetooth: Reuse hci_stop_discovery function when cleaning up HCI stateJohan Hedberg2014-06-131-3/+1Star
* Bluetooth: Refactor discovery stopping into its own functionJohan Hedberg2014-06-131-44/+49
* Bluetooth: Fix properly ignoring LTKs of unknown typesJohan Hedberg2014-05-311-2/+8
* Bluetooth: Clearly distinguish mgmt LTK type from authenticated propertyJohan Hedberg2014-05-231-3/+16
* Bluetooth: Make SMP context private to smp.cJohan Hedberg2014-05-201-0/+1
* Bluetooth: Add missing msecs to jiffies conversionAndrzej Kaczmarek2014-05-161-1/+2
* Bluetooth: Add support for max_tx_power in Get Conn InfoAndrzej Kaczmarek2014-05-161-6/+17
* Bluetooth: Avoid polling TX power for LE linksAndrzej Kaczmarek2014-05-161-4/+10
* Bluetooth: Add support to get connection informationAndrzej Kaczmarek2014-05-161-0/+196
* Bluetooth: Increment management interface revisionMarcel Holtmann2014-05-091-1/+1
* Bluetooth: Refactor code for outgoing dedicated bondingMikel Astiz2014-04-111-4/+1Star
* Bluetooth: Keep msec in DISCOV_LE_TIMEOUTLukasz Rymanowski2014-03-281-1/+1
* Bluetooth: Add new debugfs parameterLukasz Rymanowski2014-03-281-1/+1
* Bluetooth: Keep msec in DISCOV_INTERLEAVED_TIMEOUTLukasz Rymanowski2014-03-281-4/+9
* Bluetooth: Fix line splitting of mgmt_device_found parametersJohan Hedberg2014-03-261-2/+2
* Bluetooth: Add scan_rsp parameter to mgmt_device_found()Johan Hedberg2014-03-261-5/+11
* Bluetooth: Fix address value for early disconnection eventsJohan Hedberg2014-03-201-14/+2Star
* Bluetooth: Fix passkey endianess in user_confirm and notify_passkeyJohan Hedberg2014-03-201-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-281-3/+13
* Bluetooth: Fix disconnecting connections in non-connected statesJohan Hedberg2014-02-281-4/+40
* Bluetooth: Fix response on confirm_nameLukasz Rymanowski2014-02-271-4/+6
* Bluetooth: Update background scan parametersAndre Guedes2014-02-271-0/+15
* Bluetooth: Connection parameters and resolvable addressAndre Guedes2014-02-271-0/+2
* Bluetooth: Auto connection and power onAndre Guedes2014-02-271-0/+13
* Bluetooth: Temporarily stop background scanning on discoveryAndre Guedes2014-02-271-6/+6
* Bluetooth: Move address type conversion to outside hci_connect_leAndre Guedes2014-02-271-3/+13
* Bluetooth: Refactor HCI connection codeAndre Guedes2014-02-271-4/+4
* Bluetooth: Create hci_req_add_le_scan_disable helperAndre Guedes2014-02-271-10/+2Star
* 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/+0Star
* 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