aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/mgmt.c
AgeCommit message (Expand)Author
2021-07-20Bluetooth: Fix the HCI to MGMT status conversion tableYu Liu
2021-07-20Bluetooth: mgmt: Fix slab-out-of-bounds in tlv_data_is_validLuiz Augusto von Dentz
2020-10-17Bluetooth: MGMT: Fix not checking if BT_HS is enabledLuiz Augusto von Dentz
2018-11-04Bluetooth: SMP: fix crash in unpairingMatias Karhumaa
2016-10-19Bluetooth: Fix append max 11 bytes of name to scan rsp dataMichał Narajowski
2016-10-06Bluetooth: Refactor append name and appearanceMichał Narajowski
2016-09-22Bluetooth: Fix not updating scan rsp when adv offMichał Narajowski
2016-09-22Bluetooth: Fix NULL pointer dereference in mgmt contextArek Lichwa
2016-09-19Bluetooth: Set appearance only for LE capable controllersMichał Narajowski
2016-09-19Bluetooth: Fix missing ext info event when setting appearanceMichał Narajowski
2016-09-19Bluetooth: Add supported data types to ext info changed eventMichał Narajowski
2016-09-19Bluetooth: Add appearance to Read Ext Controller Info commandSzymon Janc
2016-09-19Bluetooth: Factor appending EIR to separate helperMichał Narajowski
2016-09-19Bluetooth: Refactor read_ext_controller_info handlerSzymon Janc
2016-09-19Bluetooth: Increment management interface revisionSzymon Janc
2016-09-19Bluetooth: Fix advertising instance validity check for flagsSzymon Janc
2016-09-19Bluetooth: Unify advertising instance flags checkSzymon Janc
2016-09-19Bluetooth: Remove unused parameter from tlv_data_is_valid functionSzymon Janc
2016-09-19Bluetooth: Add support for appearance in scan rspMichał Narajowski
2016-09-19Bluetooth: Add support for local name in scan rspMichał Narajowski
2016-09-19Bluetooth: Use kzalloc instead of kmalloc/memsetWei Yongjun
2016-09-19Bluetooth: Append local name and CoD to Extended Controller InfoMichał Narajowski
2016-09-19Bluetooth: Add framework for Extended Controller InformationMarcel Holtmann
2016-09-19Bluetooth: Use command status event for Set IO Capability errorsMarcel Holtmann
2016-09-19Bluetooth: Fix wrong Get Clock Information return parametersMarcel Holtmann
2016-09-19Bluetooth: Use individual flags for certain management eventsMarcel Holtmann
2016-09-19Bluetooth: mgmt: Fix sending redundant event for Advertising InstanceJohan Hedberg
2016-09-19Bluetooth: Introduce helper to pack mgmt version informationMarcel Holtmann
2016-07-13Bluetooth: Increment management interface revisionJohan Hedberg
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann
2016-03-11Bluetooth: Fix potential buffer overflow with Add AdvertisingJohan Hedberg
2016-03-10Bluetooth: Increment management interface revisionJohan Hedberg
2016-03-10Bluetooth: Add support for limited privacy modeJohan Hedberg
2016-01-05Bluetooth: Add support for Start Limited Discovery commandJohan Hedberg
2016-01-05Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Johan Hedberg
2015-12-10Bluetooth: Clean up current advertising instance trackingJohan Hedberg
2015-12-10Bluetooth: Remove unnecessary HCI_ADVERTISING_INSTANCE flagJohan Hedberg
2015-12-10Bluetooth: Simplify read_adv_features codeJohan Hedberg
2015-12-10Bluetooth: Perform HCI update for power on synchronouslyJohan Hedberg
2015-12-10Bluetooth: Move fast connectable code to hci_request.cJohan Hedberg
2015-12-10Bluetooth: Move EIR update to hci_request.cJohan Hedberg
2015-12-10Bluetooth: HCI name update to hci_request.cJohan Hedberg
2015-12-10Bluetooth: Move discoverable timeout behind hdev->req_workqueueJohan Hedberg
2015-12-10Bluetooth: Move discoverable changes to hdev->req_workqueueJohan Hedberg
2015-12-10Bluetooth: Perform Class of Device changes through hdev->req_workqueueJohan Hedberg
2015-12-10Bluetooth: Move connectable changes to hdev->req_workqueueJohan Hedberg
2015-12-10Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg
2015-12-10Bluetooth: Run page scan updates through hdev->req_workqueueJohan Hedberg
2015-11-23Bluetooth: Increment management interface revisionJohan Hedberg
2015-11-23Bluetooth: Fix powering on with privacy and advertisingAndrzej Kaczmarek