aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/mgmt.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-19Bluetooth: Fix BR/EDR Page Scan update with Add DeviceGravatar Johan Hedberg 1-13/+1
2015-11-19Bluetooth: Move Stop Discovery to req_workqueueGravatar Johan Hedberg 1-67/+5
2015-11-19Bluetooth: Move Start Discovery to req_workqueueGravatar Johan Hedberg 1-229/+9
2015-11-19Bluetooth: Add discovery type validity helperGravatar Johan Hedberg 1-0/+40
2015-11-19Bluetooth: Move LE scan disable/restart behind req_workqueueGravatar Johan Hedberg 1-2/+2
2015-11-19Bluetooth: Use req_workqueue for background scanning when powering onGravatar Johan Hedberg 1-6/+4
2015-11-19Bluetooth: Don't wait for HCI in Add/Remove DeviceGravatar Johan Hedberg 1-111/+50
2015-11-19Bluetooth: Run all background scan updates through req_workqueueGravatar Johan Hedberg 1-1/+1
2015-10-22Bluetooth: Take advantage of connection abort helpersGravatar Johan Hedberg 1-33/+3
2015-10-22Bluetooth: Fix crash in SMP when unpairingGravatar Johan Hedberg 1-0/+3
2015-10-22Bluetooth: Disable auto-connection parameters when unpairingGravatar Johan Hedberg 1-0/+10
2015-10-21Bluetooth: Remove unnecessary indentation in unpair_device()Gravatar Johan Hedberg 1-23/+32
2015-10-21Bluetooth: Use hci_conn_hash_lookup_le() when possibleGravatar Johan Hedberg 1-4/+6
2015-10-21Bluetooth: Add le_addr_type() helper functionGravatar Johan Hedberg 1-38/+18
2015-10-21Bluetooth: Fix removing connection parameters when unpairingGravatar Johan Hedberg 1-5/+7
2015-10-21Bluetooth: Don't use remote address type to decide IRK persistencyGravatar Johan Hedberg 1-16/+2
2015-10-16Bluetooth: Fix initializing conn_params in scan phaseGravatar Jakub Pawlowski 1-1/+5
2015-10-16Bluetooth: Fix remove_device behavior for explicit connectsGravatar Johan Hedberg 1-1/+6
2015-10-16Bluetooth: Fix LE reconnection logicGravatar Johan Hedberg 1-1/+4
2015-10-16Bluetooth: Fix double scan updatesGravatar Jakub Pawlowski 1-1/+5
2015-08-17Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar David S. Miller 1-4/+11
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2015-08-10Bluetooth: Enable new connection establishment procedure.Gravatar Jakub Pawlowski 1-3/+4
2015-08-10Bluetooth: advertisement handling in new connect procedureGravatar Jakub Pawlowski 1-0/+6
2015-08-10Bluetooth: add hci_lookup_le_connectGravatar Jakub Pawlowski 1-1/+1
2015-08-06Bluetooth: fix MGMT_EV_NEW_LONG_TERM_KEY eventGravatar Jakub Pawlowski 1-1/+1
2015-07-23Bluetooth: Move IRK checking logic in preparation to new connect methodGravatar Jakub Pawlowski 1-0/+23
2015-06-18Bluetooth: Fix warning of potentially uninitialized adv_instance variableGravatar Johan Hedberg 1-6/+2
2015-06-18Bluetooth: Increment management interface revisionGravatar Marcel Holtmann 1-1/+1
2015-06-18Bluetooth: mgmt: multi-adv for mgmt_reenable_advertising()Gravatar Florian Grandel 1-1/+12
2015-06-18Bluetooth: mgmt: multi-adv for trigger_le_scan()Gravatar Florian Grandel 1-0/+1
2015-06-18Bluetooth: mgmt: program multi-adv on power onGravatar Florian Grandel 1-3/+17
2015-06-18Bluetooth: mgmt: multi adv for remove_advertising*()Gravatar Florian Grandel 1-21/+24
2015-06-18Bluetooth: mgmt/hci_core: multi-adv for add_advertising*()Gravatar Florian Grandel 1-35/+73
2015-06-18Bluetooth: mgmt: multi adv for clear_adv_instances()Gravatar Florian Grandel 1-16/+81
2015-06-18Bluetooth: mgmt: multi adv for set_advertising*()Gravatar Florian Grandel 1-6/+94
2015-06-18Bluetooth: mgmt: multi adv for create_instance_adv_data()Gravatar Florian Grandel 1-7/+16
2015-06-18Bluetooth: mgmt: multi adv for create_instance_scan_rsp_data()Gravatar Florian Grandel 1-5/+12
2015-06-18Bluetooth: mgmt: multi adv for enable_advertising()Gravatar Florian Grandel 1-5/+12
2015-06-18Bluetooth: mgmt: improve get_adv_instance_flags() readabilityGravatar Florian Grandel 1-14/+16
2015-06-18Bluetooth: mgmt: multi adv for get_adv_instance_flags()Gravatar Florian Grandel 1-4/+9
2015-06-18Bluetooth: mgmt: multi adv for get_current_adv_instance()Gravatar Florian Grandel 1-1/+1
2015-06-18Bluetooth: mgmt: multi adv for read_adv_features()Gravatar Florian Grandel 1-10/+12
2015-06-18Bluetooth: mgmt: rename update_*_data_for_instance()Gravatar Florian Grandel 1-8/+6
2015-06-18Bluetooth: mgmt: dry update_scan_rsp_data()Gravatar Florian Grandel 1-33/+17
2015-06-18Bluetooth: hci_core/mgmt: move adv timeout to hdevGravatar Florian Grandel 1-16/+11
2015-06-18Bluetooth: hci_core/mgmt: Introduce multi-adv listGravatar Florian Grandel 1-1/+1
2015-06-10Bluetooth: Fix exposing full value of shortened LTKsGravatar Johan Hedberg 1-1/+6
2015-05-26Bluetooth: mgmt: fix typosGravatar Florian Grandel 1-3/+3
2015-04-07Bluetooth: Add local SSP OOB data to OOB ext data mgmt commandGravatar Johan Hedberg 1-2/+152