summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Increment management interface revisionJohan Hedberg2016-07-131-1/+1
* Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann2016-07-091-8/+8
* Bluetooth: Fix potential buffer overflow with Add AdvertisingJohan Hedberg2016-03-111-0/+4
* Bluetooth: Increment management interface revisionJohan Hedberg2016-03-101-1/+1
* Bluetooth: Add support for limited privacy modeJohan Hedberg2016-03-101-2/+18
* Bluetooth: Add support for Start Limited Discovery commandJohan Hedberg2016-01-051-9/+44
* Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Johan Hedberg2016-01-051-1/+2
* Bluetooth: Clean up current advertising instance trackingJohan Hedberg2015-12-101-4/+6
* Bluetooth: Remove unnecessary HCI_ADVERTISING_INSTANCE flagJohan Hedberg2015-12-101-7/+1
* Bluetooth: Simplify read_adv_features codeJohan Hedberg2015-12-101-20/+8
* Bluetooth: Perform HCI update for power on synchronouslyJohan Hedberg2015-12-101-128/+8
* Bluetooth: Move fast connectable code to hci_request.cJohan Hedberg2015-12-101-39/+4
* Bluetooth: Move EIR update to hci_request.cJohan Hedberg2015-12-101-195/+8
* Bluetooth: HCI name update to hci_request.cJohan Hedberg2015-12-101-12/+2
* Bluetooth: Move discoverable timeout behind hdev->req_workqueueJohan Hedberg2015-12-101-39/+2
* Bluetooth: Move discoverable changes to hdev->req_workqueueJohan Hedberg2015-12-101-77/+13
* Bluetooth: Perform Class of Device changes through hdev->req_workqueueJohan Hedberg2015-12-101-47/+7
* Bluetooth: Move connectable changes to hdev->req_workqueueJohan Hedberg2015-12-101-74/+12
* Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg2015-12-101-534/+40
* Bluetooth: Run page scan updates through hdev->req_workqueueJohan Hedberg2015-12-101-8/+8
* Bluetooth: Increment management interface revisionJohan Hedberg2015-11-231-1/+1
* Bluetooth: Fix powering on with privacy and advertisingAndrzej Kaczmarek2015-11-231-7/+7
* Bluetooth: Add support for Get Advertising Size Information commandMarcel Holtmann2015-11-221-0/+58
* Bluetooth: Simplify if statements in tlv_data_is_valid functionMarcel Holtmann2015-11-221-9/+11
* Bluetooth: Add instance range check for Add Advertising commandMarcel Holtmann2015-11-221-0/+4
* Bluetooth: Fix specifying role for LE connectionsJohan Hedberg2015-11-191-2/+1
* 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