aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2023-10-13Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameGravatar Kees Cook 1-1/+2
2023-10-13Bluetooth: avoid memcmp() out of bounds warningGravatar Arnd Bergmann 1-1/+1
2023-10-13Bluetooth: hci_sock: fix slab oob read in create_monitor_eventGravatar Edward AD 1-1/+1
2023-10-13Bluetooth: hci_event: Fix coding styleGravatar Luiz Augusto von Dentz 1-2/+1
2023-10-13Bluetooth: hci_event: Fix using memcmp when comparing keysGravatar Luiz Augusto von Dentz 1-5/+7
2023-10-11Bluetooth: Fix a refcnt underflow problem for hci_connGravatar Ziyang Xuan 1-2/+2
2023-10-11Bluetooth: hci_sync: always check if connection is alive before deletingGravatar Pauli Virtanen 1-14/+12
2023-10-11Bluetooth: Reject connection with the device which has same BD_ADDRGravatar Lee, Chun-Yi 2-0/+20
2023-10-11Bluetooth: hci_event: Ignore NULL link keyGravatar Lee, Chun-Yi 1-0/+9
2023-10-11Bluetooth: ISO: Fix invalid context errorGravatar Iulia Tanasescu 1-3/+12
2023-09-20Bluetooth: hci_codec: Fix leaking content of local_codecsGravatar Luiz Augusto von Dentz 3-0/+3
2023-09-20Bluetooth: hci_core: Fix build warningsGravatar Luiz Augusto von Dentz 1-3/+5
2023-09-20Bluetooth: Avoid redundant authenticationGravatar Ying Hsu 1-28/+35
2023-09-20Bluetooth: ISO: Fix handling of listen for unicastGravatar Luiz Augusto von Dentz 1-3/+6
2023-09-20Bluetooth: Fix hci_link_tx_to RCU lock usageGravatar Ying Hsu 1-0/+5
2023-09-20Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTERGravatar Luiz Augusto von Dentz 1-9/+4
2023-09-20Bluetooth: Delete unused hci_req_prepare_suspend() declarationGravatar Yao Xiao 1-2/+0
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-15/+16
2023-08-24Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODEDGravatar Luiz Augusto von Dentz 1-1/+4
2023-08-24Bluetooth: ISO: Add support for periodic adv reports processingGravatar Claudia Draghicescu 2-1/+50
2023-08-24Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL gone earlyGravatar Pauli Virtanen 1-8/+24
2023-08-24Bluetooth: hci_core: Fix missing instances using HCI_MAX_AD_LENGTHGravatar Luiz Augusto von Dentz 2-4/+4
2023-08-24Bluetooth: ISO: Use defer setup to separate PA sync and BIG syncGravatar Iulia Tanasescu 4-39/+190
2023-08-24Bluetooth: hci_conn: Fix sending BT_HCI_CMD_LE_CREATE_CONN_CANCELGravatar Luiz Augusto von Dentz 1-2/+1
2023-08-24Bluetooth: hci_sync: Fix UAF in hci_disconnect_all_syncGravatar Luiz Augusto von Dentz 1-20/+35
2023-08-21net: annotate data-races around sk->sk_lingertimeGravatar Eric Dumazet 2-2/+2
2023-08-11tty: rfcomm: convert counts to size_tGravatar Jiri Slaby (SUSE) 1-2/+2
2023-08-11tty: make tty_operations::write()'s count size_tGravatar Jiri Slaby (SUSE) 1-2/+3
2023-08-11tty: propagate u8 data to tty_operations::write()Gravatar Jiri Slaby (SUSE) 1-1/+1
2023-08-11Bluetooth: hci_conn: avoid checking uninitialized CIG/CIS idsGravatar Pauli Virtanen 1-0/+2
2023-08-11Bluetooth: hci_event: drop only unbound CIS if Set CIG Parameters failsGravatar Pauli Virtanen 1-5/+24
2023-08-11Bluetooth: Remove unnecessary NULL check before vfree()Gravatar Ziyang Xuan 1-2/+1
2023-08-11Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()Gravatar Manish Mandlik 1-1/+1
2023-08-11Bluetooth: Fix potential use-after-free when clear keysGravatar Min Li 1-8/+8
2023-08-11Bluetooth: hci_sync: Introduce PTR_UINT/UINT_PTR macrosGravatar Luiz Augusto von Dentz 2-11/+12
2023-08-11Bluetooth: hci_conn: Fix hci_le_set_cig_paramsGravatar Luiz Augusto von Dentz 1-94/+63
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