summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorLines
2025-11-26amd-xgbe: let the MAC manage PHY PMRaju Rangoju-5/+10
2025-11-26eth: fbnic: Fix counter roll-over issueMohsin Bashir-1/+1
2025-11-26net: hibmcge: add support for pagepool on rxJijie Shao-33/+142
2025-11-26net: hibmcge: reduce packet drop under stress testingJijie Shao-10/+37
2025-11-26net: hibmcge: add support for tracepoint to dump some fields of rx_descTao Lan-0/+93
2025-11-26net: dsa: sja1105: fix SGMII linking at 10M or 100M but not passing trafficVladimir Oltean-7/+0
2025-11-26net: fman_memac: report structured ethtool countersVladimir Oltean-0/+146
2025-11-26net: dpaa: fman_memac: complete phylink support with 2500base-xVladimir Oltean-0/+4
2025-11-26net: phy: dp83867: implement configurability for SGMII in-band auto-negotiationVladimir Oltean-7/+29
2025-11-26of: Skip devicetree kunit tests when RISCV+ACPI doesn't populate root nodeGuenter Roeck-2/+3
2025-11-26soc: tegra: Simplify with of_machine_device_match()Krzysztof Kozlowski-11/+1
2025-11-26soc: qcom: ubwc: Simplify with of_machine_get_match_data()Krzysztof Kozlowski-10/+4
2025-11-26powercap: dtpm: Simplify with of_machine_get_match_data()Krzysztof Kozlowski-15/+1
2025-11-26platform: surface: Simplify with of_machine_get_match_data()Krzysztof Kozlowski-12/+1
2025-11-26irqchip/atmel-aic: Simplify with of_machine_get_match_data()Krzysztof Kozlowski-12/+3
2025-11-26firmware: qcom: scm: Simplify with of_machine_device_match()Krzysztof Kozlowski-16/+1
2025-11-26cpuidle: big_little: Simplify with of_machine_device_match()Krzysztof Kozlowski-10/+1
2025-11-26cpufreq: sun50i: Simplify with of_machine_device_match()Krzysztof Kozlowski-10/+1
2025-11-26cpufreq: mediatek: Simplify with of_machine_get_match_data()Krzysztof Kozlowski-10/+2
2025-11-26cpufreq: dt-platdev: Simplify with of_machine_get_match_data()Krzysztof Kozlowski-11/+4
2025-11-26of: Add wrappers to match root node with OF device ID tablesKrzysztof Kozlowski-0/+47
2025-11-26fm10k: extract GRXRINGS from .get_rxnfcBreno Leitao-14/+3
2025-11-26ixgbevf: extract GRXRINGS from .get_rxnfcBreno Leitao-11/+3
2025-11-26igc: extract GRXRINGS from .get_rxnfcBreno Leitao-3/+8
2025-11-26igb: extract GRXRINGS from .get_rxnfcBreno Leitao-4/+8
2025-11-26idpf: extract GRXRINGS from .get_rxnfcBreno Leitao-3/+20
2025-11-26ice: extract GRXRINGS from .get_rxnfcBreno Leitao-4/+15
2025-11-26iavf: extract GRXRINGS from .get_rxnfcBreno Leitao-4/+14
2025-11-26i40e: extract GRXRINGS from .get_rxnfcBreno Leitao-4/+15
2025-11-26net: stmmac: pci: Use generic PCI suspend/resume routinesYao Zi-34/+5
2025-11-26net: stmmac: loongson: Use generic PCI suspend/resume routinesYao Zi-34/+5
2025-11-26net: stmmac: Add generic suspend/resume helper for PCI-based controllersYao Zi-0/+66
2025-11-26net: wwan: mhi: Keep modem name match with Foxconn T99W640Slark Xiao-1/+1
2025-11-26ptp: ptp_ines: add HW timestamp configuration reportingVadim Fedorenko-0/+23
2025-11-26net: phy: nxp-c45-tja11xx: add HW timestamp configuration reportingVadim Fedorenko-0/+14
2025-11-26phy: mscc: add HW timestamp configuration reportingVadim Fedorenko-0/+13
2025-11-26net: phy: dp83640: add HW timestamp configuration reportingVadim Fedorenko-4/+17
2025-11-26net: phy: broadcom: add HW timestamp configuration reportingVadim Fedorenko-0/+13
2025-11-26phy: add hwtstamp_get callback to phy driversVadim Fedorenko-0/+3
2025-11-26phy: rename hwtstamp callback to hwtstamp_setVadim Fedorenko-37/+40
2025-11-26ASoC: stm32: sai: fix device and OF node leaks onMark Brown-370/+712
2025-11-26vhost: rewind next_avail_head while discarding descriptorsJason Wang-36/+103
2025-11-26drm/amd/display: Enable support for Gamma 2.2Alex Hung-3/+9
2025-11-26drm/colorop: Add DRM_COLOROP_1D_CURVE_GAMMA22 to 1D CurveAlex Hung-0/+2
2025-11-26drm/amd/display: Disable CRTC degamma when color pipeline is enabledAlex Hung-14/+12
2025-11-26drm/amd/display: Ensure 3D LUT for color pipelineAlex Hung-71/+78
2025-11-26drm/amd/display: Add AMD color pipeline docHarry Wentland-20/+102
2025-11-26drm/amd/display: add 3D LUT coloropAlex Hung-0/+175
2025-11-26drm/colorop: Add 3D LUT support to color pipelineAlex Hung-0/+86
2025-11-26drm/colorop: allow non-bypass coloropsHarry Wentland-31/+49