aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/mgmt.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-11Bluetooth: Refactor code for outgoing dedicated bondingGravatar Mikel Astiz 1-4/+1
2014-03-28Bluetooth: Keep msec in DISCOV_LE_TIMEOUTGravatar Lukasz Rymanowski 1-1/+1
2014-03-28Bluetooth: Add new debugfs parameterGravatar Lukasz Rymanowski 1-1/+1
2014-03-28Bluetooth: Keep msec in DISCOV_INTERLEAVED_TIMEOUTGravatar Lukasz Rymanowski 1-4/+9
2014-03-26Bluetooth: Fix line splitting of mgmt_device_found parametersGravatar Johan Hedberg 1-2/+2
2014-03-26Bluetooth: Add scan_rsp parameter to mgmt_device_found()Gravatar Johan Hedberg 1-5/+11
2014-03-20Bluetooth: Fix address value for early disconnection eventsGravatar Johan Hedberg 1-14/+2
2014-03-19Bluetooth: Fix passkey endianess in user_confirm and notify_passkeyGravatar Johan Hedberg 1-2/+2
2014-03-19Bluetooth: Fix Pair Device response parameters for pairing failureGravatar Johan Hedberg 1-2/+14
2014-03-12Bluetooth: Convert uses of __constant_<foo> to <foo>Gravatar Joe Perches 1-13/+13
2014-03-10Bluetooth: Make LTK and CSRK only persisent when bondingGravatar Marcel Holtmann 1-4/+5
2014-03-09Bluetooth: Add support for handling signature resolving keysGravatar Marcel Holtmann 1-0/+30
2014-03-07Bluetooth: Fix expected key count debug logsGravatar Johan Hedberg 1-3/+3
2014-02-28Bluetooth: Add protections for updating local random addressGravatar Johan Hedberg 1-0/+7
2014-02-28Bluetooth: Use __le64 type for LE random numbersGravatar Marcel Holtmann 1-1/+1
2014-02-27Bluetooth: Add timer to force power offGravatar Johan Hedberg 1-3/+13
2014-02-27Bluetooth: Fix disconnecting connections in non-connected statesGravatar Johan Hedberg 1-4/+40
2014-02-27Bluetooth: Fix response on confirm_nameGravatar Lukasz Rymanowski 1-4/+6
2014-02-26Bluetooth: Update background scan parametersGravatar Andre Guedes 1-0/+15
2014-02-26Bluetooth: Connection parameters and resolvable addressGravatar Andre Guedes 1-0/+2
2014-02-26Bluetooth: Auto connection and power onGravatar Andre Guedes 1-0/+13
2014-02-26Bluetooth: Temporarily stop background scanning on discoveryGravatar Andre Guedes 1-6/+6
2014-02-26Bluetooth: Move address type conversion to outside hci_connect_leGravatar Andre Guedes 1-3/+13
2014-02-26Bluetooth: Refactor HCI connection codeGravatar Andre Guedes 1-4/+4
2014-02-26Bluetooth: Create hci_req_add_le_scan_disable helperGravatar Andre Guedes 1-10/+2
2014-02-25Bluetooth: Fix advertising address type when toggling connectableGravatar Johan Hedberg 1-10/+11
2014-02-24Bluetooth: Clean up HCI state when doing power offGravatar Johan Hedberg 1-4/+66
2014-02-24Bluetooth: Don't clear HCI_ADVERTISING when powering offGravatar Johan Hedberg 1-0/+4
2014-02-24Bluetooth: Don't clear HCI_CONNECTABLE when powering offGravatar Johan Hedberg 1-0/+4
2014-02-24Bluetooth: Don't clear HCI_DISCOVERABLE when powering offGravatar Johan Hedberg 1-0/+4
2014-02-24Bluetooth: Move check for MGMT_CONNECTED flag into mgmt.cGravatar Johan Hedberg 1-1/+5
2014-02-24Bluetooth: Move HCI_ADVERTISING handling into mgmt.cGravatar Johan Hedberg 1-0/+8
2014-02-24Bluetooth: Enable RPA resolving if mgmt_set_privacy is calledGravatar Johan Hedberg 1-0/+5
2014-02-24Bluetooth: Use privacy mode for non-connectable advertisingGravatar Marcel Holtmann 1-2/+4
2014-02-24Bluetooth: Use unresolvable private address for active scanningGravatar Marcel Holtmann 1-2/+6
2014-02-23Bluetooth: Add support for Set Privacy commandGravatar Johan Hedberg 1-1/+47
2014-02-23Bluetooth: Don't write static address during power onGravatar Johan Hedberg 1-5/+0
2014-02-23Bluetooth: Use hci_update_random_address() for initiating LE scanGravatar Johan Hedberg 1-2/+11
2014-02-23Bluetooth: Use hci_update_random_address() for enabling advertisingGravatar Johan Hedberg 1-2/+6
2014-02-23Bluetooth: Add timer for regenerating local RPAGravatar Johan Hedberg 1-0/+27
2014-02-22Bluetooth: Add Privacy flag to mgmt supported/current settingsGravatar Johan Hedberg 1-0/+4
2014-02-22Bluetooth: Move enable/disable_advertising higher up in mgmt.cGravatar Johan Hedberg 1-44/+44
2014-02-22Bluetooth: Fix issue with missing management event opcodeGravatar Marcel Holtmann 1-0/+1
2014-02-21Bluetooth: Provide option for changing LE advertising channel mapGravatar Marcel Holtmann 1-1/+1
2014-02-20Bluetooth: Add comment explainging store hint for long term keysGravatar Marcel Holtmann 1-0/+11
2014-02-20Bluetooth: Don't send store hint for devices using identity addressesGravatar Marcel Holtmann 1-1/+16
2014-02-19Bluetooth: Add support for sending New IRK eventGravatar Johan Hedberg 1-0/+15
2014-02-19Bluetooth: Move SMP LTK notification after key distributionGravatar Johan Hedberg 1-3/+3
2014-02-19Bluetooth: Move New LTK store hint evaluation into mgmt_new_ltkGravatar Johan Hedberg 1-2/+7
2014-02-18Bluetooth: Use Identity Address in Device Found eventGravatar Johan Hedberg 1-2/+10