summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds-2/+1
2023-10-23Bluetooth: hci_sync: Fix Opcode prints in bt_dev_dbg/errMarcel Ziswiler-2/+2
2023-10-23Bluetooth: Fix double free in hci_conn_cleanupZhengHan Wang-15/+14
2023-10-23Bluetooth: ISO: Copy BASE if service data matches EIR_BAA_SERVICE_UUIDClaudia Draghicescu-4/+12
2023-10-23Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan-50/+51
2023-10-23Bluetooth: ISO: Fix bcast listener cleanupIulia Tanasescu-18/+30
2023-10-23Bluetooth: msft: __hci_cmd_sync() doesn't return NULLDan Carpenter-13/+7
2023-10-23Bluetooth: ISO: Match QoS adv handle with BIG handleIulia Tanasescu-0/+12
2023-10-23Bluetooth: ISO: Allow binding a bcast listener to 0 bisesIulia Tanasescu-3/+2
2023-10-23Bluetooth: ISO: Set CIS bit only for devices with CIS supportVlad Pruteanu-2/+2
2023-10-23Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu-19/+55
2023-10-23Bluetooth: ISO: Fix BIS cleanupIulia Tanasescu-16/+19
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-24/+62
2023-10-13Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook-1/+2
2023-10-13Bluetooth: avoid memcmp() out of bounds warningArnd Bergmann-1/+1
2023-10-13Bluetooth: hci_sock: fix slab oob read in create_monitor_eventEdward AD-1/+1
2023-10-13Bluetooth: hci_event: Fix coding styleLuiz Augusto von Dentz-2/+1
2023-10-13Bluetooth: hci_event: Fix using memcmp when comparing keysLuiz Augusto von Dentz-5/+7
2023-10-11Bluetooth: Fix a refcnt underflow problem for hci_connZiyang Xuan-2/+2
2023-10-11Bluetooth: hci_sync: always check if connection is alive before deletingPauli Virtanen-14/+12
2023-10-11Bluetooth: Reject connection with the device which has same BD_ADDRLee, Chun-Yi-0/+20
2023-10-11Bluetooth: hci_event: Ignore NULL link keyLee, Chun-Yi-0/+9
2023-10-11Bluetooth: ISO: Fix invalid context errorIulia Tanasescu-3/+12
2023-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-45/+58
2023-10-01net: implement lockless SO_PRIORITYEric Dumazet-1/+1
2023-09-20Bluetooth: hci_codec: Fix leaking content of local_codecsLuiz Augusto von Dentz-0/+3
2023-09-20Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz-3/+5
2023-09-20Bluetooth: Avoid redundant authenticationYing Hsu-28/+35
2023-09-20Bluetooth: ISO: Fix handling of listen for unicastLuiz Augusto von Dentz-3/+6
2023-09-20Bluetooth: Fix hci_link_tx_to RCU lock usageYing Hsu-0/+5
2023-09-20Bluetooth: hci_sync: Fix handling of HCI_QUIRK_STRICT_DUPLICATE_FILTERLuiz Augusto von Dentz-9/+4
2023-09-20Bluetooth: Delete unused hci_req_prepare_suspend() declarationYao Xiao-2/+0
2023-09-15Bluetooth: Do not include crypto/algapi.hHerbert Xu-2/+1
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-15/+16
2023-08-24Bluetooth: HCI: Introduce HCI_QUIRK_BROKEN_LE_CODEDLuiz Augusto von Dentz-1/+4
2023-08-24Bluetooth: ISO: Add support for periodic adv reports processingClaudia Draghicescu-1/+50
2023-08-24Bluetooth: hci_conn: fail SCO/ISO via hci_conn_failed if ACL gone earlyPauli Virtanen-8/+24
2023-08-24Bluetooth: hci_core: Fix missing instances using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz-4/+4
2023-08-24Bluetooth: ISO: Use defer setup to separate PA sync and BIG syncIulia Tanasescu-39/+190
2023-08-24Bluetooth: hci_conn: Fix sending BT_HCI_CMD_LE_CREATE_CONN_CANCELLuiz Augusto von Dentz-2/+1
2023-08-24Bluetooth: hci_sync: Fix UAF in hci_disconnect_all_syncLuiz Augusto von Dentz-20/+35
2023-08-21net: annotate data-races around sk->sk_lingertimeEric Dumazet-2/+2
2023-08-11tty: rfcomm: convert counts to size_tJiri Slaby (SUSE)-2/+2
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)-2/+3
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)-1/+1
2023-08-11Bluetooth: hci_conn: avoid checking uninitialized CIG/CIS idsPauli Virtanen-0/+2
2023-08-11Bluetooth: hci_event: drop only unbound CIS if Set CIG Parameters failsPauli Virtanen-5/+24
2023-08-11Bluetooth: Remove unnecessary NULL check before vfree()Ziyang Xuan-2/+1
2023-08-11Bluetooth: hci_sync: Avoid use-after-free in dbg for hci_add_adv_monitor()Manish Mandlik-1/+1
2023-08-11Bluetooth: Fix potential use-after-free when clear keysMin Li-8/+8