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-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
2022-07-22Bluetooth: use memset avoid memory leaksXiaohui Zhang
2022-07-22Bluetooth: fix an error code in hci_register_dev()Dan Carpenter
2022-07-22Bluetooth: Unregister suspend with userchannelAbhishek Pandit-Subedi
2022-07-22Bluetooth: Fix index added after unregisterAbhishek Pandit-Subedi
2022-07-22Bluetooth: When HCI work queue is drained, only queue chained workSchspa Shi
2022-07-22Bluetooth: clear the temporary linkkey in hci_conn_cleanupAlain Michaud
2022-07-05Bluetooth: core: Fix deadlock on hci_power_on_sync.Vasyl Vavrychuk
2022-06-06bluetooth: don't use bitmaps for random flag accessesLinus Torvalds
2022-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-23Bluetooth: hci_conn: Fix hci_connect_le_syncLuiz Augusto von Dentz
2022-05-23Bluetooth: hci_sync: use hci_skb_event() helperAhmad Fatoum
2022-05-19Bluetooth: eir: Add helpers for managing service dataLuiz Augusto von Dentz
2022-05-13Bluetooth: hci_sync: Fix attempting to suspend with unfiltered passive scanLuiz Augusto von Dentz
2022-05-13Bluetooth: MGMT: Add conditions for setting HCI_CONN_FLAG_REMOTE_WAKEUPLuiz Augusto von Dentz
2022-05-13Bluetooth: core: Fix missing power_on work cancel on HCI closeVasyl Vavrychuk
2022-05-13Bluetooth: protect le accept and resolv lists with hdev->lockNiels Dossche
2022-05-13Bluetooth: use hdev lock for accept_list and reject_list in conn reqNiels Dossche
2022-05-13Bluetooth: use hdev lock in activate_scan for hci_is_adv_monitoringNiels Dossche
2022-05-13Bluetooth: Print broken quirksLuiz Augusto von Dentz
2022-05-13Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz
2022-05-13Bluetooth: Keep MGMT pending queue ordered FIFOBrian Gix