summaryrefslogtreecommitdiffstats
path: root/net/bluetooth
AgeCommit message (Expand)AuthorLines
2024-02-28Bluetooth: Enforce validation on max value of connection intervalKai-Heng Feng-1/+11
2024-02-28Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUESTLuiz Augusto von Dentz-1/+4
2024-02-28Bluetooth: mgmt: Fix limited discoverable off timeoutFrédéric Danis-1/+3
2024-02-28Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDRZijun Hu-2/+2
2024-02-28Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_securityYuxuan Hu-1/+1
2024-02-28Bluetooth: hci_sync: Fix accept_list when attempting to suspendLuiz Augusto von Dentz-1/+4
2024-02-28Bluetooth: Avoid potential use-after-free in hci_error_resetYing Hsu-3/+4
2024-02-28Bluetooth: hci_sync: Check the correct flag before starting a scanJonas Dreßler-1/+1
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1/+1
2023-12-22Bluetooth: Fix atomicity violation in {min,max}_key_size_setGui-Dong Han-4/+8
2023-12-22Bluetooth: L2CAP: Fix possible multiple reject sendFrédéric Danis-1/+2
2023-12-22Bluetooth: hci_sync: fix BR/EDR wakeup bugclancy shang-4/+6
2023-12-22Bluetooth: hci_conn: Check non NULL function before calling for HFP offloadZijun Hu-3/+8
2023-12-22Bluetooth: ISO: Avoid creating child socket if PA sync is terminatingIulia Tanasescu-3/+48
2023-12-22Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz-14/+5
2023-12-22Bluetooth: hci_core: Remove le_restart_scan workLuiz Augusto von Dentz-106/+7
2023-12-22Bluetooth: Add documentation to exported functions in libYuran Pereira-3/+66
2023-12-22Bluetooth: ISO: Reassociate a socket with an active BISIulia Tanasescu-4/+107
2023-12-22Bluetooth: ISO: Allow binding a PA sync socketIulia Tanasescu-5/+62
2023-12-15Bluetooth: af_bluetooth: Fix Use-After-Free in bt_sock_recvmsgHyunwoo Kim-1/+6
2023-12-15Bluetooth: Add more enc key size checkAlex Lu-1/+15
2023-12-15Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao-7/+25
2023-12-15Bluetooth: L2CAP: Send reject on command corrupted requestFrédéric Danis-6/+15
2023-12-15Bluetooth: hci_event: shut up a false-positive warningArnd Bergmann-0/+3
2023-12-15Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sentLuiz Augusto von Dentz-1/+2
2023-12-15Bluetooth: Fix not notifying when connection encryption changesLuiz Augusto von Dentz-7/+1
2023-12-08tty: make tty_operations::send_xchar accept u8 charJiri Slaby (SUSE)-1/+1
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