summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-12-13net: hns: fix wrong head when modify the tx feature when sending packetsYonglong Liu2-23/+33
2023-12-13net: atlantic: Fix NULL dereference of skb pointer inDaniil Maximov3-13/+19
2023-12-13ionic: Fix dim work handling in split interrupt modeBrett Creeley1-8/+8
2023-12-13ionic: fix snprintf format length warningShannon Nelson1-1/+1
2023-12-13net: bnxt: fix a potential use-after-free in bnxt_init_tcDinghao Liu1-0/+1
2023-12-13iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zeroJacob Keller2-11/+2
2023-12-13i40e: Fix unexpected MFS warning messageIvan Vecera1-1/+1
2023-12-13octeontx2-af: fix a use-after-free in rvu_npa_register_reportersZhipeng Lu1-4/+1
2023-12-13net: stmmac: fix FPE events losingJianheng Zhang6-30/+35
2023-12-13octeontx2-pf: consider both Rx and Tx packet stats for adaptive interrupt coa...Naveen Mamindlapalli2-10/+19
2023-12-13arcnet: restoring support for multiple Sohard Arcnet cardsThomas Reichinger2-43/+48
2023-12-13platform/mellanox: Check devm_hwmon_device_register_with_groups() return valueKunwu Chan1-0/+2
2023-12-13platform/mellanox: Add null pointer checks for devm_kasprintf()Kunwu Chan1-0/+12
2023-12-13mlxbf-bootctl: correctly identify secure boot with development keysDavid Thompson1-13/+26
2023-12-13r8152: Add RTL8152_INACCESSIBLE to r8153_aldps_en()Douglas Anderson1-0/+2
2023-12-13r8152: Add RTL8152_INACCESSIBLE to r8153_pre_firmware_1()Douglas Anderson1-0/+2
2023-12-13r8152: Add RTL8152_INACCESSIBLE to r8156b_wait_loading_flash()Douglas Anderson1-0/+2
2023-12-13r8152: Add RTL8152_INACCESSIBLE checks to more loopsDouglas Anderson1-0/+8
2023-12-13r8152: Rename RTL8152_UNPLUG to RTL8152_INACCESSIBLEDouglas Anderson1-48/+48
2023-12-13hv_netvsc: rndis_filter needs to select NLSRandy Dunlap1-0/+1
2023-12-13octeontx2-af: Check return value of nix_get_nixlf before using nixlfSubbaraya Sundeep1-1/+7
2023-12-13octeontx2-pf: Add missing mutex lock in otx2_get_pauseparamSubbaraya Sundeep1-1/+5
2023-12-13platform/x86: wmi: Skip blocks with zero instancesArmin Wolf1-0/+5
2023-12-13of: dynamic: Fix of_reconfig_get_state_change() return value documentationLuca Ceresoli1-2/+3
2023-12-13platform/x86: asus-wmi: Move i8042 filter install to shared asus-wmi codeHans de Goede3-12/+9
2023-12-13drm/amdgpu: correct chunk_ptr to a pointer to chunk.YuanShang1-1/+1
2023-12-13tg3: Increment tx_dropped in tg3_tso_bug()Alex Pakhunov1-1/+3
2023-12-13tg3: Move the [rt]x_dropped counters to tg3_napiAlex Pakhunov2-7/+35
2023-12-13i2c: designware: Fix corrupted memory seen in the ISRJan Bottorff1-8/+8
2023-12-13vdpa/mlx5: preserve CVQ vringh indexSteve Sistare1-1/+6
2023-12-08xen: simplify evtchn_do_upcall() call mazeJuergen Gross2-20/+3
2023-12-08xen: Allow platform PCI interrupt to be sharedDavid Woodhouse2-6/+8
2023-12-08r8169: fix deadlock on RTL8125 in jumbo mtu modeHeiner Kallweit1-1/+4
2023-12-08r8169: disable ASPM in case of tx timeoutHeiner Kallweit1-1/+13
2023-12-08drm/amd/display: Fix MPCC 1DLUT programmingIlya Bakoulin1-4/+2
2023-12-08drm/amd/display: Fix the delta clamping for shaper LUTHarry Wentland7-13/+25
2023-12-08drm/amd/display: clean code-style issues in dcn30_set_mpc_shaper_3dlutMelissa Wen1-18/+19
2023-12-08drm/amd/display: Expand kernel doc for DCRodrigo Siqueira7-3/+82
2023-12-08mmc: sdhci-sprd: Fix vqmmc not shutting down after the card was pulledWenchao Chen1-0/+25
2023-12-08mmc: core: add helpers mmc_regulator_enable/disable_vqmmcHeiner Kallweit1-0/+41
2023-12-08drm/amd/pm: fix a memleak in aldebaran_tables_initDinghao Liu1-1/+4
2023-12-08iommu/vt-d: Make context clearing consistent with context mappingLu Baolu1-2/+2
2023-12-08iommu/vt-d: Disable PCI ATS in legacy passthrough modeLu Baolu1-1/+2
2023-12-08iommu/vt-d: Add device_block_translation() helperLu Baolu1-6/+38
2023-12-08iommu/vt-d: Allocate pasid table in device probe pathLu Baolu1-8/+12
2023-12-08iommu/vt-d: Omit devTLB invalidation requests when TES=0Lu Baolu1-0/+18
2023-12-08cpufreq: imx6q: Don't disable 792 Mhz OPP unnecessarilyChristoph Niedermaier1-1/+1
2023-12-08cpufreq: imx6q: don't warn for disabling a non-existing frequencyChristoph Niedermaier1-14/+16
2023-12-08drm/amd/display: Guard against invalid RPTR/WPTR being setNicholas Kazlauskas1-3/+15
2023-12-08drm/amd/display: Restore rptr/wptr for DMCUB as workaroundJinZe.Xu8-0/+52