summaryrefslogtreecommitdiff
path: root/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2025-03-28Bluetooth: Fix error code in chan_alloc_skb_cb()Dan Carpenter1-1/+6
2025-03-22Bluetooth: L2CAP: Fix corrupted list in hci_chan_delLuiz Augusto von Dentz2-97/+56
2025-03-22Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmdLuiz Augusto von Dentz1-5/+34
2025-03-22Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"Luiz Augusto von Dentz5-27/+19
2025-03-22Bluetooth: hci_event: Fix enabling passive scanningLuiz Augusto von Dentz1-15/+22
2025-03-13Bluetooth: Add check for mgmt_alloc_skb() in mgmt_device_connected()Haoxiang Li1-0/+3
2025-03-13Bluetooth: Add check for mgmt_alloc_skb() in mgmt_remote_name()Haoxiang Li1-0/+2
2025-03-07Bluetooth: L2CAP: Fix L2CAP_ECRED_CONN_RSP responseLuiz Augusto von Dentz1-2/+7
2025-02-17Bluetooth: L2CAP: accept zero as a special value for MTU auto-selectionFedor Pchelkin1-2/+2
2025-02-17Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_allocFedor Pchelkin1-1/+2
2025-02-17Bluetooth: MGMT: Fix slab-use-after-free Read in mgmt_remove_adv_monitor_syncMazin Al Haddad1-1/+11
2025-01-17Bluetooth: btmtk: Fix failed to send func ctrl for MediaTek devices.Chris Lu1-2/+2
2025-01-17Bluetooth: MGMT: Fix Add Device to responding before completingLuiz Augusto von Dentz1-2/+36
2025-01-17Bluetooth: hci_sync: Fix not setting Random Address when requiredLuiz Augusto von Dentz1-5/+6
2025-01-09Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz5-19/+27
2024-12-19Bluetooth: iso: Fix circular lock in iso_conn_big_syncIulia Tanasescu1-7/+27
2024-12-19Bluetooth: iso: Fix circular lock in iso_listen_bisIulia Tanasescu1-2/+12
2024-12-19Bluetooth: SCO: Add support for 16 bits transparent voice settingFrédéric Danis1-14/+15
2024-12-19Bluetooth: iso: Fix recursive locking warningIulia Tanasescu1-2/+6
2024-12-19Bluetooth: iso: Always release hdev at the end of iso_listen_bisIulia Tanasescu1-2/+1
2024-12-19Bluetooth: hci_event: Fix using rcu_read_(un)lock while iteratingLuiz Augusto von Dentz1-22/+11
2024-12-19Bluetooth: Improve setsockopt() handling of malformed user inputMichal Luczaj5-31/+33
2024-12-14Bluetooth: Support new quirks for ATS2851Danil Pylaev2-1/+15
2024-12-14Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packetLuiz Augusto von Dentz1-4/+9
2024-12-14Bluetooth: hci_conn: Use disable_delayed_work_syncLuiz Augusto von Dentz1-3/+3
2024-12-14Bluetooth: hci_conn: Reduce hci_conn_drop() calls in two functionsMarkus Elfring1-10/+3
2024-12-14Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcomm_sock_alloc()Ignat Korchagin1-5/+5
2024-12-14Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_cre...Ignat Korchagin1-0/+1
2024-12-05Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}()Andrej Shadura1-4/+6
2024-12-05Bluetooth: MGMT: Fix possible deadlocksLuiz Augusto von Dentz1-9/+18
2024-12-05Bluetooth: MGMT: Fix slab-use-after-free Read in set_powered_syncLuiz Augusto von Dentz1-2/+9
2024-12-05Bluetooth: fix use-after-free in device_for_each_child()Dmitry Antipov1-11/+4
2024-12-05Bluetooth: ISO: Send BIG Create Sync via hci_syncIulia Tanasescu2-1/+25
2024-12-05Bluetooth: ISO: Do not emit LE BIG Create Sync if previous is pendingIulia Tanasescu3-16/+95
2024-12-05Bluetooth: ISO: Do not emit LE PA Create Sync if previous is pendingIulia Tanasescu2-39/+103
2024-12-05Bluetooth: ISO: Use kref to track lifetime of iso_connLuiz Augusto von Dentz1-17/+71
2024-11-12Bluetooth: hci_core: Fix calling mgmt_device_connectedLuiz Augusto von Dentz1-2/+0
2024-10-30Bluetooth: hci: fix null-ptr-deref in hci_read_supported_codecsSungwoo Kim1-7/+11
2024-10-24Merge tag 'net-6.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds5-24/+70
2024-10-23Bluetooth: ISO: Fix UAF on iso_sock_timeoutLuiz Augusto von Dentz1-6/+12
2024-10-23Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz2-6/+34
2024-10-23Bluetooth: hci_core: Disable works on hci_unregister_devLuiz Augusto von Dentz2-12/+24
2024-10-16Bluetooth: bnep: fix wild-memory-access in proto_unregisterYe Bin1-2/+1
2024-10-16Bluetooth: Remove debugfs directory on module init failureAaron Thompson1-0/+1
2024-10-16Bluetooth: Call iso_exit() on module unloadAaron Thompson1-0/+2
2024-10-16Bluetooth: ISO: Fix multiple init when debugfs is disabledAaron Thompson1-5/+1
2024-10-04Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_syncLuiz Augusto von Dentz1-0/+3
2024-10-04Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_changeLuiz Augusto von Dentz1-2/+0
2024-10-03Merge tag 'net-6.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-26/+22
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro9-9/+9