summaryrefslogtreecommitdiff
path: root/include/net/bluetooth
AgeCommit message (Expand)AuthorFilesLines
2025-05-02Bluetooth: SCO: Fix UAF on sco_sock_timeoutLuiz Augusto von Dentz1-0/+1
2025-02-01Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz1-0/+9
2024-09-12Revert "Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LE"Luiz Augusto von Dentz1-5/+0
2024-07-05Bluetooth: L2CAP: Fix rejecting L2CAP_CONN_PARAM_UPDATE_REQLuiz Augusto von Dentz1-4/+32
2024-01-26Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz1-1/+0
2024-01-05Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao1-0/+5
2023-10-25Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook1-1/+1
2023-10-25Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz1-1/+1
2022-08-03Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz1-0/+1
2022-07-29Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz1-2/+1
2022-07-29Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz1-1/+1
2022-07-29Bluetooth: Add bt_skb_sendmmsg helperLuiz Augusto von Dentz1-0/+38
2022-07-29Bluetooth: Add bt_skb_sendmsg helperLuiz Augusto von Dentz1-0/+28
2022-05-15Bluetooth: Fix the creation of hdev->nameItay Iellin1-0/+3
2022-04-13Bluetooth: Fix not checking for valid hdev on bt_dev_{info,warn,err,dbg}Luiz Augusto von Dentz1-6/+8
2022-01-16Bluetooth: add quirk disabling LE Read Transmit PowerAditya Garg1-0/+9
2021-08-16Bluetooth: Store advertising handle so it can be re-enabledLuiz Augusto von Dentz1-0/+1
2021-08-05Bluetooth: Add support hdev to allocate private dataTedd Ho-Jeong An1-1/+12
2021-08-04Bluetooth: Fix not generating RPA when requiredLuiz Augusto von Dentz1-0/+4
2021-08-04Bluetooth: HCI: Add proper tracking for enable status of adv instancesLuiz Augusto von Dentz1-0/+1
2021-07-29Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa1-0/+1
2021-06-26Bluetooth: Fix Set Extended (Scan Response) DataLuiz Augusto von Dentz2-6/+8
2021-06-26Bluetooth: use inclusive language when filtering devicesArchie Pusaka2-12/+12
2021-06-26Bluetooth: use inclusive language when tracking connectionsArchie Pusaka1-3/+3
2021-06-26Bluetooth: use inclusive language in SMPArchie Pusaka1-1/+1
2021-06-26Bluetooth: use inclusive language in HCI LE featuresArchie Pusaka1-3/+3
2021-06-26Bluetooth: use inclusive language to describe CPBArchie Pusaka2-15/+15
2021-06-26Bluetooth: use inclusive language in hci_core.hArchie Pusaka1-22/+22
2021-06-26Bluetooth: Add ncmd=0 recovery handlingManish Mandlik2-0/+2
2021-06-26Bluetooth: Return whether a connection is outboundYu Liu2-1/+2
2021-04-08Bluetooth: Allow Microsoft extension to indicate curve validationMarcel Holtmann1-0/+1
2021-04-08Bluetooth: Fix default values for advertising intervalMarcel Holtmann1-2/+2
2021-04-07Bluetooth: Add support for reading AOSP vendor capabilitiesMarcel Holtmann1-0/+11
2021-03-22Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka1-0/+1
2021-03-15Bluetooth: L2CAP: Fix not checking for maximum number of DCIDLuiz Augusto von Dentz1-0/+1
2021-03-03Bluetooth: Allow scannable adv with extended MGMT APIsDaniel Winkler1-0/+1
2021-03-03Bluetooth: Remove unneeded commands for suspendAbhishek Pandit-Subedi1-0/+1
2021-02-01Bluetooth: Skip eSCO 2M params when not supportedYu Liu1-0/+1
2021-01-29Bluetooth: Add new HCI_QUIRK_NO_SUSPEND_NOTIFIER quirkHans de Goede1-0/+8
2021-01-25Bluetooth: L2CAP: Fix handling fragmented lengthLuiz Augusto von Dentz1-0/+1
2021-01-25Bluetooth: disable advertisement filters during suspendHoward Chung1-0/+2
2021-01-25Bluetooth: advmon offload MSFT remove monitorArchie Pusaka1-2/+6
2021-01-25Bluetooth: advmon offload MSFT add monitorArchie Pusaka1-3/+14
2021-01-25Bluetooth: advmon offload MSFT add rssi supportArchie Pusaka2-0/+25
2020-12-07Bluetooth: Change MGMT security info CMD to be more genericDaniel Winkler1-5/+10
2020-12-07Bluetooth: Query LE tx power on startupDaniel Winkler2-0/+9
2020-12-07Bluetooth: Use intervals and tx power from mgmt cmdsDaniel Winkler1-1/+4
2020-12-07Bluetooth: Break add adv into two mgmt commandsDaniel Winkler2-0/+36
2020-12-07Bluetooth: Add helper to set adv dataDaniel Winkler1-0/+3
2020-12-07Bluetooth: Add toggle to switch off interleave scanHoward Chung1-0/+1