summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-08-11macintosh/adb: fix oob read in do_adb_query() functionNing Qiang1-1/+1
2022-08-11Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3586Hilda Wu1-0/+2
2022-08-11Bluetooth: btusb: Add Realtek RTL8852C support ID 0x13D3:0x3587Hilda Wu1-0/+2
2022-08-11Bluetooth: btusb: Add Realtek RTL8852C support ID 0x0CB8:0xC558Hilda Wu1-0/+2
2022-08-11Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04C5:0x1675Hilda Wu1-0/+2
2022-08-11Bluetooth: btusb: Add Realtek RTL8852C support ID 0x04CA:0x4007Hilda Wu1-0/+4
2022-08-11Bluetooth: btusb: Add support of IMC Networks PID 0x3568Aaron Ma1-0/+3
2022-08-11Bluetooth: hci_bcm: Add DT compatible for CYW55572Hakan Jansson1-0/+1
2022-08-11Bluetooth: hci_bcm: Add BCM4349B1 variantAhmad Fatoum2-0/+3
2022-08-11Bluetooth: hci_qca: Return wakeup for qca_wakeupSai Teja Aluvala1-1/+1
2022-08-11ACPI: APEI: Better fix to avoid spamming the console with old error logsTony Luck1-8/+23
2022-08-11ACPI: video: Shortening quirk list by identifying Clevo by board_name onlyWerner Sembach1-34/+0
2022-08-11ACPI: video: Force backlight native for some TongFang devicesWerner Sembach1-1/+50
2022-08-03EDAC/synopsys: Re-enable the error interrupts on v3 hwSherry Sun1-22/+25
2022-08-03EDAC/synopsys: Use the correct register to disable the error interrupt on v3 hwSherry Sun1-2/+5
2022-08-03EDAC/ghes: Set the DIMM label unconditionallyToshi Kani1-3/+8
2022-08-03stmmac: dwmac-mediatek: fix resource leak in probeDan Carpenter1-4/+5
2022-08-03net/funeth: Fix fun_xdp_tx() and XDP packet reclaimDimitris Michailidis3-15/+16
2022-08-03sfc: disable softirqs for ptp TXAlejandro Lucero1-0/+22
2022-08-03virtio-net: fix the race between refill work and closeJason Wang1-3/+34
2022-08-03scsi: ufs: core: Fix a race condition related to device managementBart Van Assche1-18/+40
2022-08-03scsi: ufs: Support clearing multiple commands at onceBart Van Assche1-14/+28
2022-08-03octeontx2-pf: cn10k: Fix egress ratelimit configurationSunil Goutham1-21/+55
2022-08-03i40e: Fix interface init with MSI interrupts (no MSI-X)Michal Maloszewski1-0/+4
2022-08-03net: macsec: fix potential resource leak in macsec_add_rxsa() and macsec_add_...Jianglei Nie1-2/+2
2022-08-03macsec: always read MACSEC_SA_ATTR_PN as a u64Sabrina Dubroca1-3/+3
2022-08-03macsec: limit replay window size with XPNSabrina Dubroca1-4/+12
2022-08-03macsec: fix error message in macsec_add_rxsa and _txsaSabrina Dubroca1-2/+2
2022-08-03macsec: fix NULL deref in macsec_add_rxsaSabrina Dubroca1-1/+2
2022-08-03mlxsw: spectrum_router: simplify list unwindingTom Rix1-12/+8
2022-08-03net: sungem_phy: Add of_node_put() for reference returned by of_get_parent()Liang He1-0/+1
2022-08-03net: pcs: xpcs: propagate xpcs_read error to xpcs_get_state_c37_sgmiiVladimir Oltean1-1/+1
2022-08-03scsi: mpt3sas: Stop fw fault watchdog work item during system shutdownDavid Jeffery1-0/+1
2022-08-03scsi: core: Fix warning in scsi_alloc_sgtables()Jason Yan1-1/+1
2022-08-03octeontx2-pf: Fix UDP/TCP src and dst port tc filtersSubbaraya Sundeep1-12/+18
2022-08-03scsi: ufs: host: Hold reference returned by of_parse_phandle()Liang He1-2/+13
2022-08-03ice: Fix VSIs unable to share unicast MACAnirudh Venkataramanan2-40/+2
2022-08-03ice: do not setup vlan for loopback VSIMaciej Fijalkowski1-3/+5
2022-08-03ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)Maciej Fijalkowski1-1/+2
2022-08-03ice: Fix max VLANs available for VFPrzemyslaw Patynowski1-1/+2
2022-08-03drm/simpledrm: Fix return type of simpledrm_simple_display_pipe_mode_valid()Nathan Chancellor1-1/+1
2022-08-03nouveau/svm: Fix to migrate all requested pagesAlistair Popple1-1/+5
2022-08-03intel_idle: Fix false positive RCU splats due to incorrect hardirqs stateWaiman Long1-1/+7
2022-07-29crypto: qat - re-enable registration of algorithmsGiovanni Cabiddu2-14/+0
2022-07-29crypto: qat - add param check for DHGiovanni Cabiddu1-0/+4
2022-07-29crypto: qat - add param check for RSAGiovanni Cabiddu1-0/+8
2022-07-29crypto: qat - remove dma_free_coherent() for DHGiovanni Cabiddu1-49/+34
2022-07-29crypto: qat - remove dma_free_coherent() for RSAGiovanni Cabiddu1-77/+60
2022-07-29crypto: qat - fix memory leak in RSAGiovanni Cabiddu1-11/+1
2022-07-29crypto: qat - add backlog mechanismGiovanni Cabiddu9-18/+123