aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-11Bluetooth: Fix potential buffer overflow with Add AdvertisingJohan Hedberg1-0/+4
2016-03-10Bluetooth: Increment management interface revisionJohan Hedberg1-1/+1
2016-03-10Bluetooth: Add support for limited privacy modeJohan Hedberg1-2/+18
2016-01-05Bluetooth: Add support for Start Limited Discovery commandJohan Hedberg1-9/+44
2016-01-05Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Johan Hedberg1-1/+2
2015-12-10Bluetooth: Clean up current advertising instance trackingJohan Hedberg1-4/+6
2015-12-10Bluetooth: Remove unnecessary HCI_ADVERTISING_INSTANCE flagJohan Hedberg1-7/+1
2015-12-10Bluetooth: Simplify read_adv_features codeJohan Hedberg1-20/+8
2015-12-10Bluetooth: Perform HCI update for power on synchronouslyJohan Hedberg1-128/+8
2015-12-10Bluetooth: Move fast connectable code to hci_request.cJohan Hedberg1-39/+4
2015-12-10Bluetooth: Move EIR update to hci_request.cJohan Hedberg1-195/+8
2015-12-10Bluetooth: HCI name update to hci_request.cJohan Hedberg1-12/+2
2015-12-10Bluetooth: Move discoverable timeout behind hdev->req_workqueueJohan Hedberg1-39/+2
2015-12-10Bluetooth: Move discoverable changes to hdev->req_workqueueJohan Hedberg1-77/+13
2015-12-10Bluetooth: Perform Class of Device changes through hdev->req_workqueueJohan Hedberg1-47/+7
2015-12-10Bluetooth: Move connectable changes to hdev->req_workqueueJohan Hedberg1-74/+12
2015-12-10Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg1-534/+40
2015-12-10Bluetooth: Run page scan updates through hdev->req_workqueueJohan Hedberg1-8/+8
2015-11-23Bluetooth: Increment management interface revisionJohan Hedberg1-1/+1
2015-11-23Bluetooth: Fix powering on with privacy and advertisingAndrzej Kaczmarek1-7/+7
2015-11-22Bluetooth: Add support for Get Advertising Size Information commandMarcel Holtmann1-0/+58
2015-11-22Bluetooth: Simplify if statements in tlv_data_is_valid functionMarcel Holtmann1-9/+11
2015-11-22Bluetooth: Add instance range check for Add Advertising commandMarcel Holtmann1-0/+4
2015-11-19Bluetooth: Fix specifying role for LE connectionsJohan Hedberg1-2/+1
2015-11-19Bluetooth: Fix BR/EDR Page Scan update with Add DeviceJohan Hedberg1-13/+1
2015-11-19Bluetooth: Move Stop Discovery to req_workqueueJohan Hedberg1-67/+5
2015-11-19Bluetooth: Move Start Discovery to req_workqueueJohan Hedberg1-229/+9
2015-11-19Bluetooth: Add discovery type validity helperJohan Hedberg1-0/+40
2015-11-19Bluetooth: Move LE scan disable/restart behind req_workqueueJohan Hedberg1-2/+2
2015-11-19Bluetooth: Use req_workqueue for background scanning when powering onJohan Hedberg1-6/+4
2015-11-19Bluetooth: Don't wait for HCI in Add/Remove DeviceJohan Hedberg1-111/+50
2015-11-19Bluetooth: Run all background scan updates through req_workqueueJohan Hedberg1-1/+1
2015-10-22Bluetooth: Take advantage of connection abort helpersJohan Hedberg1-33/+3
2015-10-22Bluetooth: Fix crash in SMP when unpairingJohan Hedberg1-0/+3
2015-10-22Bluetooth: Disable auto-connection parameters when unpairingJohan Hedberg1-0/+10
2015-10-21Bluetooth: Remove unnecessary indentation in unpair_device()Johan Hedberg1-23/+32
2015-10-21Bluetooth: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg1-4/+6
2015-10-21Bluetooth: Add le_addr_type() helper functionJohan Hedberg1-38/+18
2015-10-21Bluetooth: Fix removing connection parameters when unpairingJohan Hedberg1-5/+7
2015-10-21Bluetooth: Don't use remote address type to decide IRK persistencyJohan Hedberg1-16/+2
2015-10-16Bluetooth: Fix initializing conn_params in scan phaseJakub Pawlowski1-1/+5
2015-10-16Bluetooth: Fix remove_device behavior for explicit connectsJohan Hedberg1-1/+6
2015-10-16Bluetooth: Fix LE reconnection logicJohan Hedberg1-1/+4
2015-10-16Bluetooth: Fix double scan updatesJakub Pawlowski1-1/+5
2015-08-17Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextDavid S. Miller1-4/+11
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-08-10Bluetooth: Enable new connection establishment procedure.Jakub Pawlowski1-3/+4
2015-08-10Bluetooth: advertisement handling in new connect procedureJakub Pawlowski1-0/+6
2015-08-10Bluetooth: add hci_lookup_le_connectJakub Pawlowski1-1/+1
2015-08-06Bluetooth: fix MGMT_EV_NEW_LONG_TERM_KEY eventJakub Pawlowski1-1/+1