summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
...
* | Bluetooth: Fix potential use-after-free when clear keysMin Li2023-08-111-8/+8
* | Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macrosLuiz Augusto von Dentz2023-08-112-11/+12
* | Bluetooth: hci_conn: Fix hci_le_set_cig_paramsLuiz Augusto von Dentz2023-08-111-94/+63
* | Bluetooth: hci_core: Make hci_is_le_conn_scanning publicLuiz Augusto von Dentz2023-08-112-42/+0
* | Bluetooth: hci_conn: Fix not allowing valid CIS IDLuiz Augusto von Dentz2023-08-111-3/+6
* | Bluetooth: hci_conn: Fix modifying handle while abortingLuiz Augusto von Dentz2023-08-112-18/+38
* | Bluetooth: ISO: Fix not checking for valid CIG/CIS IDsLuiz Augusto von Dentz2023-08-111-0/+6
* | Bluetooth: hci_sync: Fix UAF on hci_abort_conn_syncLuiz Augusto von Dentz2023-08-111-16/+29
* | Bluetooth: hci_sync: Fix handling of HCI_OP_CREATE_CONN_CANCELLuiz Augusto von Dentz2023-08-111-0/+11
* | Bluetooth: hci_sync: delete CIS in BT_OPEN/CONNECT/BOUND when abortingPauli Virtanen2023-08-111-7/+9
* | Bluetooth: ISO: handle bound CIS cleanup via hci_connPauli Virtanen2023-08-112-13/+6
* | Bluetooth: Remove unused declaration amp_read_loc_info()Yue Haibing2023-08-111-1/+0
* | Bluetooth: ISO: Add support for BT_PKT_STATUSLuiz Augusto von Dentz2023-08-111-0/+20
* | Bluetooth: af_bluetooth: Make BT_PKT_STATUS genericLuiz Augusto von Dentz2023-08-113-21/+11
* | Bluetooth: Fix hci_suspend_sync crashYing Hsu2023-08-111-0/+4
* | Bluetooth: hci_debugfs: Use kstrtobool() instead of strtobool()Christophe JAILLET2023-08-111-1/+2
* | Bluetooth: MGMT: Fix always using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz2023-08-112-8/+10
* | Bluetooth: hci_sync: Don't double print name in add/remove adv_monitorDouglas Anderson2023-08-111-5/+5
* | Bluetooth: msft: Fix error code in msft_cancel_address_filter_sync()Dan Carpenter2023-08-111-1/+1
* | Bluetooth: ISO: Notify user space about failed bis connectionsIulia Tanasescu2023-08-114-38/+68
* | Bluetooth: hci_conn: Always allocate unique handlesLuiz Augusto von Dentz2023-08-112-6/+25
* | Bluetooth: hci_sync: Fix not handling ISO_LINK in hci_abort_conn_syncLuiz Augusto von Dentz2023-08-113-18/+53
* | Bluetooth: hci_conn: Consolidate code for aborting connectionsLuiz Augusto von Dentz2023-08-113-146/+46
* | Bluetooth: hci_sync: Enable events for BIS capable devicesClaudia Draghicescu2023-08-111-0/+3
* | Bluetooth: msft: Extended monitor tracking by address filterHilda Wu2023-08-111-15/+397
* | Bluetooth: ISO: Support multiple BIGsIulia Tanasescu2023-08-113-42/+61
* | Bluetooth: hci_sock: Forward credentials to monitorLuiz Augusto von Dentz2023-08-111-2/+65
* | Bluetooth: Init sk_peer_* on bt_sock_allocLuiz Augusto von Dentz2023-08-113-28/+25
* | Bluetooth: Consolidate code around sk_alloc into a helper functionLuiz Augusto von Dentz2023-08-117-54/+30
* | Bluetooth: ISO: do not emit new LE Create CIS if previous is pendingPauli Virtanen2023-08-114-76/+115
* | Bluetooth: ISO: Add support for connecting multiple BISesIulia Tanasescu2023-08-113-73/+159
* | Bluetooth: Check for ISO support in controllerClaudia Draghicescu2023-08-111-0/+6
|/
* Bluetooth: MGMT: Use correct address for memcpy()Andy Shevchenko2023-07-201-1/+1
* Bluetooth: SCO: fix sco_conn related locking and validity issuesPauli Virtanen2023-07-201-11/+12
* Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no linkSiddh Raman Pant2023-07-201-2/+2
* Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor()Douglas Anderson2023-07-201-1/+3
* Bluetooth: ISO: fix iso_conn related locking and validity issuesPauli Virtanen2023-07-201-22/+31
* Bluetooth: hci_event: call disconnect callback before deleting connPauli Virtanen2023-07-201-0/+3
* Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen2023-07-205-44/+159
* Bluetooth: hci_event: Fix parsing of CIS Established EventLuiz Augusto von Dentz2023-06-291-15/+34
* Bluetooth: hci_conn: Use kmemdup() to replace kzalloc + memcpyJiapeng Chong2023-06-291-3/+1
* Bluetooth: hci_sysfs: make bt_class a static const structureIvan Orlov2023-06-291-7/+7
* Bluetooth: ISO: Rework sync_interval to be sync_factorLuiz Augusto von Dentz2023-06-292-4/+4
* Bluetooth: MGMT: Fix marking SCAN_RSP as not connectableLuiz Augusto von Dentz2023-06-291-10/+5
* Bluetooth: hci_event: fix Set CIG Parameters error status handlingPauli Virtanen2023-06-291-1/+2
* Bluetooth: ISO: use hci_sync for setting CIG parametersPauli Virtanen2023-06-291-8/+39
* Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cbSungwoo Kim2023-06-291-0/+2
* Bluetooth: fix use-bdaddr-property quirkJohan Hovold2023-06-291-5/+3
* Bluetooth: fix invalid-bdaddr quirk for non-persistent setupJohan Hovold2023-06-291-17/+11
* Bluetooth: L2CAP: Fix use-after-freeZhengping Jiang2023-06-291-0/+5