aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-04-02net: stmmac: move "TSO supported" message to stmmac_set_gso_features()Russell King (Oracle)1-3/+3
2026-04-02net: stmmac: check txpbl for TSORussell King (Oracle)1-0/+14
2026-04-02net: stmmac: add warning when TSO is requested but unsupportedRussell King (Oracle)1-1/+3
2026-04-02net: stmmac: make stmmac_set_gso_features() more readableRussell King (Oracle)1-7/+13
2026-04-02net: stmmac: split out gso features setupRussell King (Oracle)1-7/+14
2026-04-02net: stmmac: simplify GSO/TSO test in stmmac_xmit()Russell King (Oracle)2-12/+19
2026-04-02net: stmmac: move check for hardware checksum supportedRussell King (Oracle)1-19/+19
2026-04-02net: stmmac: move TSO VLAN tag insertion to core codeRussell King (Oracle)1-13/+10
2026-04-02net: stmmac: add GSO MSS checksRussell King (Oracle)1-1/+8
2026-04-02net: stmmac: add TSO check for header lengthRussell King (Oracle)1-1/+16
2026-04-02net: stmmac: add stmmac_tso_header_size()Russell King (Oracle)1-5/+15
2026-04-02net: stmmac: fix TSO support when some channels have TBS availableRussell King (Oracle)1-4/+28
2026-04-02net: stmmac: fix .ndo_fix_features()Russell King (Oracle)1-8/+2
2026-04-02net: stmmac: fix channel TSO enable on resumeRussell King (Oracle)1-1/+1
2026-04-02ata: libata-eh: Do not retry reset if the device is goneIgor Pylypiv1-1/+1
2026-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski152-687/+1561
2026-04-02PCI: dwc: Fix type mismatch for kstrtou32_from_user() return valueHans Zhang1-9/+12
2026-04-02thermal/drivers/brcmstb_thermal: Use max to simplify brcmstb_get_tempThorsten Blum1-5/+3
2026-04-02Merge tag 'net-7.0-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds51-180/+519
2026-04-02Merge tag 'iommu-fixes-v7.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linuxLinus Torvalds2-2/+2
2026-04-02Merge tag 'auxdisplay-v7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/andy/linux-auxdisplayLinus Torvalds2-4/+13
2026-04-02Merge tag 'reset-fixes-for-v7.0-2' into reset/nextPhilipp Zabel2-25/+40
2026-04-02cpufreq: Pass the policy to cpufreq_driver->adjust_perf()K Prateek Nayak3-7/+6
2026-04-02cpufreq/amd-pstate: Pass the policy to amd_pstate_update()K Prateek Nayak1-7/+4
2026-04-02cpufreq/amd-pstate-ut: Add a unit test for raw EPPMario Limonciello (AMD)3-4/+120
2026-04-02cpufreq/amd-pstate: Add support for raw EPP writesMario Limonciello (AMD)2-10/+27
2026-04-02cpufreq/amd-pstate: Add support for platform profile classMario Limonciello (AMD)3-6/+107
2026-04-02cpufreq/amd-pstate: add kernel command line to override dynamic eppMario Limonciello (AMD)1-0/+11
2026-04-02cpufreq/amd-pstate: Add dynamic energy performance preferenceMario Limonciello (AMD)3-7/+143
2026-04-02cpufreq/amd-pstate: Cache the max frequency in cpudataMario Limonciello (AMD)2-18/+11
2026-04-02amd-pstate-ut: Add a testcase to validate the visibility of driver attributesGautham R. Shenoy3-5/+146
2026-04-02amd-pstate-ut: Add module parameter to select testcasesGautham R. Shenoy1-1/+30
2026-04-02amd-pstate: Introduce a tracepoint trace_amd_pstate_cppc_req2()Gautham R. Shenoy2-3/+46
2026-04-02amd-pstate: Add sysfs support for floor_freq and floor_countGautham R. Shenoy2-6/+89
2026-04-02amd-pstate: Add support for CPPC_REQ2 and FLOOR_PERFGautham R. Shenoy2-1/+85
2026-04-02amd-pstate: Make certain freq_attrs conditionally visibleGautham R. Shenoy1-31/+93
2026-04-02amd-pstate: Update cppc_req_cached in fast_switch caseGautham R. Shenoy1-1/+0
2026-04-02amd-pstate: Fix memory leak in amd_pstate_epp_cpu_init()Gautham R. Shenoy1-1/+1
2026-04-02eth: fbnic: Increase FBNIC_QUEUE_SIZE_MIN to 64Dimitri Daskalakis1-1/+1
2026-04-02drivers/base/memory: fix stale reference to memory_block_add_nid()Kexin Sun1-1/+1
2026-04-02device property: Document how to check for the property presenceAndy Shevchenko1-3/+11
2026-04-02mei: csc: wake device while reading firmware statusAlexander Usyskin3-4/+18
2026-04-02mei: csc: support controller with separate PCI deviceAlexander Usyskin8-1/+311
2026-04-02mei: convert PCI error to common errnoAlexander Usyskin2-2/+2
2026-04-02mei: trace: print return value of pci_cfg_readAlexander Usyskin4-12/+17
2026-04-02mei: me: move trace into firmware status readAlexander Usyskin4-12/+12
2026-04-02mei: fix idle print specifiersAlexander Usyskin1-1/+1
2026-04-02mei: me: use PCI_DEVICE_DATA macroAlexander Usyskin4-171/+165
2026-04-02sonypi: Convert ACPI driver to a platform oneRafael J. Wysocki1-12/+13
2026-04-02most: usb: Use kzalloc_objs for endpoint address arrayThorsten Blum1-4/+2