summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: hci_codec: Fix leaking content of local_codecsLuiz Augusto von Dentz2023-09-203-0/+3
* Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz2023-09-201-3/+5
* Bluetooth: Avoid redundant authenticationYing Hsu2023-09-201-28/+35
* Bluetooth: ISO: Fix handling of listen for unicastLuiz Augusto von Dentz2023-09-201-3/+6
* Bluetooth: Fix hci_link_tx_to RCU lock usageYing Hsu2023-09-201-0/+5
* Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTERLuiz Augusto von Dentz2023-09-201-9/+4
* Bluetooth: Delete unused hci_req_prepare_suspend() declarationYao Xiao2023-09-201-2/+0
* Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-011-15/+16
|\
| * tty: rfcomm: convert counts to size_tJiri Slaby (SUSE)2023-08-111-2/+2
| * tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-111-2/+3
| * tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-111-1/+1
| * Bluetooth: rfcomm: remove casts from tty->driver_dataJiri Slaby2023-07-311-11/+11
* | Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODEDLuiz Augusto von Dentz2023-08-241-1/+4
* | Bluetooth: ISO: Add support for periodic adv reports processingClaudia Draghicescu2023-08-242-1/+50
* | Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL gone earlyPauli Virtanen2023-08-241-8/+24
* | Bluetooth: hci_core: Fix missing instances using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz2023-08-242-4/+4
* | Bluetooth: ISO: Use defer setup to separate PA sync and BIG syncIulia Tanasescu2023-08-244-39/+190
* | Bluetooth: hci_conn: Fix sending BT_HCI_CMD_LE_CREATE_CONN_CANCELLuiz Augusto von Dentz2023-08-241-2/+1
* | Bluetooth: hci_sync: Fix UAF in hci_disconnect_all_syncLuiz Augusto von Dentz2023-08-241-20/+35
* | net: annotate data-races around sk->sk_lingertimeEric Dumazet2023-08-212-2/+2
* | Bluetooth: hci_conn: avoid checking uninitialized CIG/CIS idsPauli Virtanen2023-08-111-0/+2
* | Bluetooth: hci_event: drop only unbound CIS if Set CIG Parameters failsPauli Virtanen2023-08-111-5/+24
* | Bluetooth: Remove unnecessary NULL check before vfree()Ziyang Xuan2023-08-111-2/+1
* | Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()Manish Mandlik2023-08-111-1/+1
* | 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