aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2023-08-11Bluetooth: hci_core: Make hci_is_le_conn_scanning publicGravatar Luiz Augusto von Dentz 2-42/+0
2023-08-11Bluetooth: hci_conn: Fix not allowing valid CIS IDGravatar Luiz Augusto von Dentz 1-3/+6
2023-08-11Bluetooth: hci_conn: Fix modifying handle while abortingGravatar Luiz Augusto von Dentz 2-18/+38
2023-08-11Bluetooth: ISO: Fix not checking for valid CIG/CIS IDsGravatar Luiz Augusto von Dentz 1-0/+6
2023-08-11Bluetooth: hci_sync: Fix UAF on hci_abort_conn_syncGravatar Luiz Augusto von Dentz 1-16/+29
2023-08-11Bluetooth: hci_sync: Fix handling of HCI_OP_CREATE_CONN_CANCELGravatar Luiz Augusto von Dentz 1-0/+11
2023-08-11Bluetooth: hci_sync: delete CIS in BT_OPEN/CONNECT/BOUND when abortingGravatar Pauli Virtanen 1-7/+9
2023-08-11Bluetooth: ISO: handle bound CIS cleanup via hci_connGravatar Pauli Virtanen 2-13/+6
2023-08-11Bluetooth: Remove unused declaration amp_read_loc_info()Gravatar Yue Haibing 1-1/+0
2023-08-11Bluetooth: ISO: Add support for BT_PKT_STATUSGravatar Luiz Augusto von Dentz 1-0/+20
2023-08-11Bluetooth: af_bluetooth: Make BT_PKT_STATUS genericGravatar Luiz Augusto von Dentz 3-21/+11
2023-08-11Bluetooth: Fix hci_suspend_sync crashGravatar Ying Hsu 1-0/+4
2023-08-11Bluetooth: hci_debugfs: Use kstrtobool() instead of strtobool()Gravatar Christophe JAILLET 1-1/+2
2023-08-11Bluetooth: MGMT: Fix always using HCI_MAX_AD_LENGTHGravatar Luiz Augusto von Dentz 2-8/+10
2023-08-11Bluetooth: hci_sync: Don't double print name in add/remove adv_monitorGravatar Douglas Anderson 1-5/+5
2023-08-11Bluetooth: msft: Fix error code in msft_cancel_address_filter_sync()Gravatar Dan Carpenter 1-1/+1
2023-08-11Bluetooth: ISO: Notify user space about failed bis connectionsGravatar Iulia Tanasescu 4-38/+68
2023-08-11Bluetooth: hci_conn: Always allocate unique handlesGravatar Luiz Augusto von Dentz 2-6/+25
2023-08-11Bluetooth: hci_sync: Fix not handling ISO_LINK in hci_abort_conn_syncGravatar Luiz Augusto von Dentz 3-18/+53
2023-08-11Bluetooth: hci_conn: Consolidate code for aborting connectionsGravatar Luiz Augusto von Dentz 3-146/+46
2023-08-11Bluetooth: hci_sync: Enable events for BIS capable devicesGravatar Claudia Draghicescu 1-0/+3
2023-08-11Bluetooth: msft: Extended monitor tracking by address filterGravatar Hilda Wu 1-15/+397
2023-08-11Bluetooth: ISO: Support multiple BIGsGravatar Iulia Tanasescu 3-42/+61
2023-08-11Bluetooth: hci_sock: Forward credentials to monitorGravatar Luiz Augusto von Dentz 1-2/+65
2023-08-11Bluetooth: Init sk_peer_* on bt_sock_allocGravatar Luiz Augusto von Dentz 3-28/+25
2023-08-11Bluetooth: Consolidate code around sk_alloc into a helper functionGravatar Luiz Augusto von Dentz 7-54/+30
2023-08-11Bluetooth: ISO: do not emit new LE Create CIS if previous is pendingGravatar Pauli Virtanen 4-76/+115
2023-08-11Bluetooth: ISO: Add support for connecting multiple BISesGravatar Iulia Tanasescu 3-73/+159
2023-08-11Bluetooth: Check for ISO support in controllerGravatar Claudia Draghicescu 1-0/+6
2023-07-31Bluetooth: rfcomm: remove casts from tty->driver_dataGravatar Jiri Slaby 1-11/+11
2023-07-20Bluetooth: MGMT: Use correct address for memcpy()Gravatar Andy Shevchenko 1-1/+1
2023-07-20Bluetooth: SCO: fix sco_conn related locking and validity issuesGravatar Pauli Virtanen 1-11/+12
2023-07-20Bluetooth: hci_conn: return ERR_PTR instead of NULL when there is no linkGravatar Siddh Raman Pant 1-2/+2
2023-07-20Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_remove_adv_monitor()Gravatar Douglas Anderson 1-1/+3
2023-07-20Bluetooth: ISO: fix iso_conn related locking and validity issuesGravatar Pauli Virtanen 1-22/+31
2023-07-20Bluetooth: hci_event: call disconnect callback before deleting connGravatar Pauli Virtanen 1-0/+3
2023-07-20Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncGravatar Pauli Virtanen 5-44/+159
2023-06-29Bluetooth: hci_event: Fix parsing of CIS Established EventGravatar Luiz Augusto von Dentz 1-15/+34
2023-06-29Bluetooth: hci_conn: Use kmemdup() to replace kzalloc + memcpyGravatar Jiapeng Chong 1-3/+1
2023-06-29Bluetooth: hci_sysfs: make bt_class a static const structureGravatar Ivan Orlov 1-7/+7
2023-06-29Bluetooth: ISO: Rework sync_interval to be sync_factorGravatar Luiz Augusto von Dentz 2-4/+4
2023-06-29Bluetooth: MGMT: Fix marking SCAN_RSP as not connectableGravatar Luiz Augusto von Dentz 1-10/+5
2023-06-29Bluetooth: hci_event: fix Set CIG Parameters error status handlingGravatar Pauli Virtanen 1-1/+2
2023-06-29Bluetooth: ISO: use hci_sync for setting CIG parametersGravatar Pauli Virtanen 1-8/+39
2023-06-29Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cbGravatar Sungwoo Kim 1-0/+2
2023-06-29Bluetooth: fix use-bdaddr-property quirkGravatar Johan Hovold 1-5/+3
2023-06-29Bluetooth: fix invalid-bdaddr quirk for non-persistent setupGravatar Johan Hovold 1-17/+11
2023-06-29Bluetooth: L2CAP: Fix use-after-freeGravatar Zhengping Jiang 1-0/+5
2023-06-05Bluetooth: L2CAP: Add missing checks for invalid DCIDGravatar Sungwoo Kim 1-0/+9
2023-06-05Bluetooth: ISO: use correct CIS order in Set CIG Parameters eventGravatar Pauli Virtanen 1-18/+26