Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-03Bluetooth: hci_sync: Fix hci_read_buffer_size_syncLuiz Augusto von Dentz
2022-08-26Bluetooth: hci_sync: hold hdev->lock when cleanup hci_connZhengping Jiang
2022-08-26Bluetooth: move from strlcpy with unused retval to strscpyWolfram Sang
2022-08-26Bluetooth: hci_event: Fix checking conn for le_conn_complete_evtArchie Pusaka
2022-08-26Bluetooth: ISO: Fix not handling shutdown conditionLuiz Augusto von Dentz
2022-08-26Bluetooth: hci_sync: fix double mgmt_pending_free() in remove_adv_monitor()Tetsuo Handa
2022-08-26Bluetooth: MGMT: Fix Get Device FlagsLuiz Augusto von Dentz
2022-08-26Bluetooth: L2CAP: Fix build errors in some archsLuiz Augusto von Dentz
2022-08-26Bluetooth: hci_sync: Fix suspend performance regressionLuiz Augusto von Dentz
2022-08-26Bluetooth: hci_event: Fix vendor (unknown) opcode status handlingHans de Goede
2022-08-09Bluetooth: ISO: Fix not using the correct QoSLuiz Augusto von Dentz
2022-08-09Bluetooth: don't try to cancel uninitialized works at mgmt_index_removed()Tetsuo Handa
2022-08-09Bluetooth: ISO: Fix iso_sock_getsockopt for BT_DEFER_SETUPLuiz Augusto von Dentz
2022-08-09Bluetooth: MGMT: Fixes build warnings with C=1Luiz Augusto von Dentz
2022-08-09Bluetooth: hci_event: Fix build warning with C=1Luiz Augusto von Dentz
2022-08-09Bluetooth: ISO: Fix memory corruptionLuiz Augusto von Dentz
2022-08-09Bluetooth: Fix null pointer deref on unexpected status eventSoenke Huster
2022-08-09Bluetooth: ISO: Fix info leak in iso_sock_getsockopt()Luiz Augusto von Dentz
2022-08-09Bluetooth: hci_conn: Fix updating ISO QoS PHYLuiz Augusto von Dentz
2022-08-09Bluetooth: ISO: unlock on error path in iso_sock_setsockopt()Dan Carpenter
2022-08-09Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regressionLuiz Augusto von Dentz
2022-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-26Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz
2022-07-26Bluetooth: Always set event mask on suspendAbhishek Pandit-Subedi
2022-07-26Bluetooth: mgmt: Fix double free on error pathDan Carpenter
2022-07-23Bluetooth: ISO: Add broadcast supportLuiz Augusto von Dentz
2022-07-23Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz
2022-07-23Bluetooth: Add BTPROTO_ISO socket typeLuiz Augusto von Dentz
2022-07-23Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz
2022-07-22Bluetooth: hci_core: Introduce hci_recv_event_dataLuiz Augusto von Dentz
2022-07-22Bluetooth: Convert delayed discov_off to hci_syncBrian Gix
2022-07-22Bluetooth: Remove update_scan hci_request dependancyBrian Gix
2022-07-22Bluetooth: Remove dead code from hci_request.cBrian Gix
2022-07-22Bluetooth: MGMT: Fix holding hci_conn reference while command is queuedLuiz Augusto von Dentz
2022-07-22Bluetooth: mgmt: Fix using hci_conn_abortLuiz Augusto von Dentz
2022-07-22Bluetooth: Use bt_status to convert from errnoLuiz Augusto von Dentz
2022-07-22Bluetooth: Add bt_statusLuiz Augusto von Dentz
2022-07-22Bluetooth: hci_sync: Split hci_dev_open_syncLuiz Augusto von Dentz
2022-07-22Bluetooth: hci_sync: Refactor remove Adv MonitorManish Mandlik
2022-07-22Bluetooth: hci_sync: Refactor add Adv MonitorManish Mandlik
2022-07-22Bluetooth: hci_sync: Remove HCI_QUIRK_BROKEN_ERR_DATA_REPORTINGZijun Hu
2022-07-22Bluetooth: hci_sync: Check LMP feature bit instead of quirkZijun Hu
2022-07-22Bluetooth: hci_sync: Correct hci_set_event_mask_page_2_sync() event maskZijun Hu
2022-07-22Bluetooth: hci_sync: Don't remove connected devices from accept listLuiz Augusto von Dentz
2022-07-22Bluetooth: hci_sync: Fix not updating privacy_modeLuiz Augusto von Dentz
2022-07-22Bluetooth: Collect kcov coverage from hci_rx_workTamas Koczka
2022-07-22Bluetooth: hci_sync: Fix resuming scan after suspend resumeZhengping Jiang
2022-07-22Bluetooth: mgmt: Fix refresh cached connection infoZhengping Jiang
2022-07-22Bluetooth: HCI: Fix not always setting Scan Response/Advertising DataLuiz Augusto von Dentz
2022-07-22Bluetooth: eir: Fix using strlen with hdev->{dev_name,short_name}Luiz Augusto von Dentz