summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAgeFilesLines
...
* Bluetooth: Fix BR/EDR Page Scan update with Add DeviceJohan Hedberg2015-11-191-13/+1
* Bluetooth: Move Stop Discovery to req_workqueueJohan Hedberg2015-11-191-67/+5
* Bluetooth: Move Start Discovery to req_workqueueJohan Hedberg2015-11-191-229/+9
* Bluetooth: Add discovery type validity helperJohan Hedberg2015-11-191-0/+40
* Bluetooth: Move LE scan disable/restart behind req_workqueueJohan Hedberg2015-11-191-2/+2
* Bluetooth: Use req_workqueue for background scanning when powering onJohan Hedberg2015-11-191-6/+4
* Bluetooth: Don't wait for HCI in Add/Remove DeviceJohan Hedberg2015-11-191-111/+50
* Bluetooth: Run all background scan updates through req_workqueueJohan Hedberg2015-11-191-1/+1
* Bluetooth: Take advantage of connection abort helpersJohan Hedberg2015-10-221-33/+3
* Bluetooth: Fix crash in SMP when unpairingJohan Hedberg2015-10-221-0/+3
* Bluetooth: Disable auto-connection parameters when unpairingJohan Hedberg2015-10-221-0/+10
* Bluetooth: Remove unnecessary indentation in unpair_device()Johan Hedberg2015-10-211-23/+32
* Bluetooth: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg2015-10-211-4/+6
* Bluetooth: Add le_addr_type() helper functionJohan Hedberg2015-10-211-38/+18
* Bluetooth: Fix removing connection parameters when unpairingJohan Hedberg2015-10-211-5/+7
* Bluetooth: Don't use remote address type to decide IRK persistencyJohan Hedberg2015-10-211-16/+2
* Bluetooth: Fix initializing conn_params in scan phaseJakub Pawlowski2015-10-161-1/+5
* Bluetooth: Fix remove_device behavior for explicit connectsJohan Hedberg2015-10-161-1/+6
* Bluetooth: Fix LE reconnection logicJohan Hedberg2015-10-161-1/+4
* Bluetooth: Fix double scan updatesJakub Pawlowski2015-10-161-1/+5
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2015-08-171-4/+11
|\
| * Bluetooth: Enable new connection establishment procedure.Jakub Pawlowski2015-08-101-3/+4
| * Bluetooth: advertisement handling in new connect procedureJakub Pawlowski2015-08-101-0/+6
| * Bluetooth: add hci_lookup_le_connectJakub Pawlowski2015-08-101-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-131-1/+1
|\ \ | |/ |/|
| * Bluetooth: fix MGMT_EV_NEW_LONG_TERM_KEY eventJakub Pawlowski2015-08-061-1/+1
* | Bluetooth: Move IRK checking logic in preparation to new connect methodJakub Pawlowski2015-07-231-0/+23
|/
* Bluetooth: Fix warning of potentially uninitialized adv_instance variableJohan Hedberg2015-06-181-6/+2
* Bluetooth: Increment management interface revisionMarcel Holtmann2015-06-181-1/+1
* Bluetooth: mgmt: multi-adv for mgmt_reenable_advertising()Florian Grandel2015-06-181-1/+12
* Bluetooth: mgmt: multi-adv for trigger_le_scan()Florian Grandel2015-06-181-0/+1
* Bluetooth: mgmt: program multi-adv on power onFlorian Grandel2015-06-181-3/+17
* Bluetooth: mgmt: multi adv for remove_advertising*()Florian Grandel2015-06-181-21/+24
* Bluetooth: mgmt/hci_core: multi-adv for add_advertising*()Florian Grandel2015-06-181-35/+73
* Bluetooth: mgmt: multi adv for clear_adv_instances()Florian Grandel2015-06-181-16/+81
* Bluetooth: mgmt: multi adv for set_advertising*()Florian Grandel2015-06-181-6/+94
* Bluetooth: mgmt: multi adv for create_instance_adv_data()Florian Grandel2015-06-181-7/+16
* Bluetooth: mgmt: multi adv for create_instance_scan_rsp_data()Florian Grandel2015-06-181-5/+12
* Bluetooth: mgmt: multi adv for enable_advertising()Florian Grandel2015-06-181-5/+12
* Bluetooth: mgmt: improve get_adv_instance_flags() readabilityFlorian Grandel2015-06-181-14/+16
* Bluetooth: mgmt: multi adv for get_adv_instance_flags()Florian Grandel2015-06-181-4/+9
* Bluetooth: mgmt: multi adv for get_current_adv_instance()Florian Grandel2015-06-181-1/+1
* Bluetooth: mgmt: multi adv for read_adv_features()Florian Grandel2015-06-181-10/+12
* Bluetooth: mgmt: rename update_*_data_for_instance()Florian Grandel2015-06-181-8/+6
* Bluetooth: mgmt: dry update_scan_rsp_data()Florian Grandel2015-06-181-33/+17
* Bluetooth: hci_core/mgmt: move adv timeout to hdevFlorian Grandel2015-06-181-16/+11
* Bluetooth: hci_core/mgmt: Introduce multi-adv listFlorian Grandel2015-06-181-1/+1
* Bluetooth: Fix exposing full value of shortened LTKsJohan Hedberg2015-06-101-1/+6
* Bluetooth: mgmt: fix typosFlorian Grandel2015-05-261-3/+3
* Bluetooth: Add local SSP OOB data to OOB ext data mgmt commandJohan Hedberg2015-04-071-2/+152