aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
AgeCommit message (Expand)Author
2024-05-02Bluetooth: SCO: Fix not validating setsockopt user inputLuiz Augusto von Dentz
2024-01-25Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz
2024-01-05Bluetooth: MGMT/SMP: Fix address type when using SMP over BREDR/LEXiao Yao
2024-01-05Bluetooth: use inclusive language in SMPArchie Pusaka
2023-10-25Bluetooth: hci_sock: Correctly bounds check and pad HCI_MON_NEW_INDEX nameKees Cook
2023-10-25Bluetooth: hci_core: Fix build warningsLuiz Augusto von Dentz
2023-04-05Bluetooth: L2CAP: Fix not checking for maximum number of DCIDLuiz Augusto von Dentz
2022-08-03Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz
2022-07-29Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz
2022-07-29Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz
2022-07-29Bluetooth: Add bt_skb_sendmmsg helperLuiz Augusto von Dentz
2022-07-29Bluetooth: Add bt_skb_sendmsg helperLuiz Augusto von Dentz
2022-06-09Bluetooth: use inclusive language when filtering devicesArchie Pusaka
2022-06-09Bluetooth: Interleave with allowlist scanHoward Chung
2022-05-15Bluetooth: Fix the creation of hdev->nameItay Iellin
2022-04-13Bluetooth: Fix not checking for valid hdev on bt_dev_{info,warn,err,dbg}Luiz Augusto von Dentz
2021-08-12Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa
2021-07-14Bluetooth: Fix Set Extended (Scan Response) DataLuiz Augusto von Dentz
2021-05-14Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka
2021-03-07Bluetooth: Add new HCI_QUIRK_NO_SUSPEND_NOTIFIER quirkHans de Goede
2020-09-25Bluetooth: L2CAP: Fix calling sk_filter on non-socket based channelLuiz Augusto von Dentz
2020-09-13Bluetooth: Emit controller suspend and resume eventsAbhishek Pandit-Subedi
2020-09-13Bluetooth: Add suspend reason for device disconnectAbhishek Pandit-Subedi
2020-09-13Bluetooth: Add mgmt suspend and resume eventsAbhishek Pandit-Subedi
2020-09-11Bluetooth: Add MGMT capability flags for tx power and ext advertisingDaniel Winkler
2020-07-30Bluetooth: Enable controller RPA resolution using Experimental featureSathish Narasimman
2020-07-30Bluetooth: Enable RPA TimeoutSathish Narasimman
2020-07-30Bluetooth: Configure controller address resolution if availableMarcel Holtmann
2020-07-30Bluetooth: Translate additional address type correctlyMarcel Holtmann
2020-07-28Bluetooth: btusb: Fix and detect most of the Chinese Bluetooth controllersIsmael Ferreras Morezuelas
2020-07-16Bluetooth: Fix update of connection state in `hci_encrypt_cfm`Patrick Steinhardt
2020-07-07Bluetooth: Adding a configurable autoconnect timeoutAlain Michaud
2020-06-22Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz
2020-06-22Bluetooth: use configured params for ext advAlain Michaud
2020-06-18Bluetooth: Terminate the link if pairing is cancelledManish Mandlik
2020-06-18Bluetooth: Update background scan and report device based on advertisement mo...Miao-chen Chou
2020-06-18Bluetooth: Add handler of MGMT_OP_REMOVE_ADV_MONITORMiao-chen Chou
2020-06-18Bluetooth: Add handler of MGMT_OP_ADD_ADV_PATTERNS_MONITORMiao-chen Chou
2020-06-18Bluetooth: Add handler of MGMT_OP_READ_ADV_MONITOR_FEATURESMiao-chen Chou
2020-06-18Bluetooth: Add definitions for advertisement monitor featuresMiao-chen Chou
2020-06-18Bluetooth: Add get/set device flags mgmt opAbhishek Pandit-Subedi
2020-06-18Bluetooth: Replace wakeable in hci_conn_paramsAbhishek Pandit-Subedi
2020-06-18Bluetooth: Replace wakeable list with flagAbhishek Pandit-Subedi
2020-06-18Bluetooth: Add bdaddr_list_with_flags for classic whitelistAbhishek Pandit-Subedi
2020-06-12Bluetooth: centralize default value initialization.Alain Michaud
2020-06-12Bluetooth: mgmt: read/set system parameter definitionsAlain Michaud
2020-06-12Bluetooth: Use only 8 bits for the HCI CMSG state flagsAlain Michaud
2020-06-12Bluetooth: Add support for BT_PKT_STATUS CMSG data for SCO connectionsAlain Michaud
2020-05-20Bluetooth: Consolidate encryption handling in hci_encrypt_cfmLuiz Augusto von Dentz
2020-05-18Bluetooth: L2CAP: Replace zero-length array with flexible-arrayGustavo A. R. Silva