summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-03ethernet: atheros: fix return value check in atl1e_tso_csum()Yuanjun Gong1-2/+5
2023-08-03atheros: fix return value check in atl1_tso()Yuanjun Gong1-2/+5
2023-08-03phy: hisilicon: Fix an out of bounds check in hisi_inno_phy_probe()Harshit Mogalapalli1-1/+1
2023-08-03vxlan: fix GRO with VXLAN-GPEJiri Benc1-15/+69
2023-08-03vxlan: generalize vxlan_parse_gpe_hdr and remove unused argsJiri Benc1-30/+28
2023-08-03vxlan: calculate correct header length for GPEJiri Benc3-18/+20
2023-08-03net: hns3: fix wrong bw weight of disabled tc issueJijie Shao2-4/+16
2023-08-03net: hns3: fix wrong tc bandwidth weight data issueJijie Shao1-2/+1
2023-08-03net: hns3: fix the imp capability bit cannot exceed 32 bits issueHao Lan2-4/+20
2023-08-03net: phy: marvell10g: fix 88x3310 power upJiawen Wu1-0/+7
2023-08-03iavf: check for removal state before IAVF_FLAG_PF_COMMS_FAILEDJacob Keller1-3/+3
2023-08-03iavf: fix potential deadlock on allocation failureJacob Keller1-2/+3
2023-08-03i40e: Fix an NULL vs IS_ERR() bug for debugfs_create_dir()Wang Ming1-1/+1
2023-08-03media: mtk_jpeg_core: avoid unused-variable warningArnd Bergmann3-11/+3
2023-08-03media: mtk-jpeg: move data/code inside CONFIG_OF blocksRandy Dunlap1-413/+415
2023-08-03media: amphion: Fix firmware path to match linux-firmwareNicolas Dufresne1-2/+2
2023-08-03media: staging: atomisp: select V4L2_FWNODESakari Ailus1-0/+1
2023-08-03media: tc358746: Address compiler warningsSakari Ailus1-2/+2
2023-08-03soundwire: amd: Fix a check for errors in probe()Dan Carpenter1-2/+2
2023-08-03soundwire: qcom: update status correctly with maskSrinivas Kandagatla1-1/+1
2023-08-03phy: qcom-snps-femto-v2: properly enable ref clockAdrien Thierry1-15/+48
2023-08-03phy: qcom-snps-femto-v2: keep cfg_ahb_clk enabled during runtime suspendAdrien Thierry1-9/+0
2023-08-03phy: mediatek: hdmi: mt8195: fix prediv bad upper limit testGuillaume Ranquet1-1/+1
2023-08-03phy: phy-mtk-dp: Fix an error code in probe()Dan Carpenter1-1/+1
2023-08-03ext4: fix rbtree traversal bug in ext4_mb_use_preallocatedOjaswin Mujoo1-27/+131
2023-08-03ext4: mballoc: Remove useless setting of ac_criteriaRitesh Harjani1-2/+4
2023-08-03ext4: add EXT4_MB_HINT_GOAL_ONLY test in ext4_mb_use_preallocatedKemeng Shi1-1/+33
2023-08-03drm/amd/display: Prevent vtotal from being set to 0Daniel Miess1-1/+5
2023-08-03drm/amd/display: Fix possible underflow for displays with large vblankDaniel Miess1-12/+7
2023-08-03drm/amd/display: update extended blank for dcn314 onwardsGabe Teeger8-57/+29
2023-08-03drm/amd/display: Add FAMS validation before trying to use itRodrigo Siqueira4-2/+14
2023-08-03maple_tree: fix 32 bit mas_next testingLiam R. Howlett1-1/+4
2023-08-03maple_tree: add __init and __exit to test moduleLiam R. Howlett3-151/+155
2023-08-03drm/ttm: never consider pinned BOs for eviction&swapChristian König1-0/+6
2023-08-03drm/amd/display: Set minimum requirement for using PSR-SU on PhoenixMario Limonciello3-0/+8
2023-08-03drm/amd/display: Set minimum requirement for using PSR-SU on RembrandtMario Limonciello7-5/+25
2023-08-03drm/amd/display: Update correct DCN314 register headerCruise Hung4-2/+100
2023-08-03drm/amd/display: fix dcn315 single stream crb allocationDmytro Laktyushkin1-3/+12
2023-08-03drm/amd/display: add pixel rate based CRB allocation supportDmytro Laktyushkin6-17/+154
2023-08-03drm/amd/display: Keep disable aux-i delay as 0Michael Strauss1-6/+10
2023-08-03drm/amd/display: Convert Delaying Aux-I Disable To Monitor PatchMichael Strauss3-7/+12
2023-08-03PCI: rockchip: Don't advertise MSI-X in PCIe capabilitiesRick Wertenbroek2-0/+29
2023-08-03PCI: rockchip: Fix window mapping and address translation for endpointRick Wertenbroek2-88/+75
2023-08-03PCI: rockchip: Remove writes to unused registersRick Wertenbroek1-10/+0
2023-08-03PCI/ASPM: Avoid link retraining raceIlpo Järvinen1-0/+11
2023-08-03PCI/ASPM: Factor out pcie_wait_for_retrain()Ilpo Järvinen1-12/+18
2023-08-03PCI/ASPM: Return 0 or -ETIMEDOUT from pcie_retrain_link()Bjorn Helgaas1-9/+11
2023-08-03i2c: nomadik: Remove a useless call in the remove functionChristophe JAILLET1-2/+0
2023-08-03i2c: nomadik: Use devm_clk_get_enabled()Andi Shyti1-15/+3
2023-08-03i2c: nomadik: Remove unnecessary goto labelAndi Shyti1-13/+8