aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2025-09-19ptp_ocp: make ptp_ocp driver compatible with PTP_EXTTS_REQUEST2Vadim Fedorenko1-4/+2
2025-09-19net: ti: icssm-prueth: unwind cleanly in probe()Dan Carpenter1-16/+14
2025-09-19net/mlx5e: Add flow rules for the decrypted ESP packetsJianbo Liu3-17/+241
2025-09-19net/mlx5e: Add flow groups for the packets decrypted by crypto offloadJianbo Liu5-6/+85
2025-09-19net/mlx5e: Recirculate decrypted packets into TTC tableJianbo Liu2-5/+23
2025-09-19net/mlx5: Change TTC rules to match on undecrypted ESP packetsJianbo Liu5-15/+109
2025-09-19net: tun: Update napi->skb after XDP processWang Liang1-0/+3
2025-09-19Merge tag 'iommu-fixes-v6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linuxLinus Torvalds5-17/+54
2025-09-19cpufreq: intel_pstate: Use likely() optimization in intel_pstate_sample()Yaxiong Tian1-1/+1
2025-09-19cpufreq: Add defensive check during driver registrationZihuan Zhang1-0/+1
2025-09-19cpufreq: intel_pstate: Enable HWP without EPP if DEC is enabledRafael J. Wysocki1-16/+56
2025-09-19ACPI: processor: idle: Redefine two functions as voidRafael J. Wysocki1-22/+19
2025-09-19ACPI: processor: Update cpuidle driver check in __acpi_processor_start()Rafael J. Wysocki1-1/+1
2025-09-19vfio/pds: replace bitmap_free with vfreeZilin Guan1-1/+1
2025-09-19vfio: return -ENOTTY for unsupported device featureAlex Mastro1-1/+1
2025-09-19hisi_acc_vfio_pci: Fix reference leak in hisi_acc_vfio_debug_initMiaoqian Lin1-1/+5
2025-09-19vfio/platform: Mark reset drivers for removalAlex Williamson4-3/+9
2025-09-19vfio/amba: Mark for removalAlex Williamson2-1/+6
2025-09-19ASoC: fsl: fsl_qmc_audio: Reduce amount ofMark Brown1-11/+33
2025-09-19Merge tag 'block-6.17-20250918' of git://git.kernel.dk/linuxLinus Torvalds6-0/+6
2025-09-19Merge tag 'gpio-fixes-for-v6.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds2-2/+21
2025-09-19Input: atmel_mxt_ts - add support for generic touchscreen configurationsSvyatoslav Ryhel1-4/+7
2025-09-19PCI: sg2042: Add Sophgo SG2042 PCIe driverChen Wang3-0/+145
2025-09-19PCI: cadence: Check for the existence of cdns_pcie::ops before using itChen Wang3-6/+6
2025-09-19can: esd_usb: Avoid errors triggered from USB disconnectStefan Mätje1-8/+26
2025-09-19can: esd_usb: Rework display of error messagesStefan Mätje1-16/+20
2025-09-19Merge tag 'mmc-v6.17-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds4-20/+87
2025-09-19can: rcar_can: Convert to %peGeert Uytterhoeven1-7/+7
2025-09-19can: rcar_can: Do not print alloc_candev() failuresGeert Uytterhoeven1-1/+0
2025-09-19can: rcar_can: Mailbox bitfield conversionGeert Uytterhoeven1-5/+7
2025-09-19can: rcar_can: BCR bitfield conversionGeert Uytterhoeven1-7/+8
2025-09-19can: rcar_can: TFCR bitfield conversionGeert Uytterhoeven1-5/+2
2025-09-19can: rcar_can: CTLR bitfield conversionGeert Uytterhoeven1-13/+20
2025-09-19can: rcar_can: Convert to GENMASK()Geert Uytterhoeven1-4/+4
2025-09-19can: rcar_can: Convert to BIT()Geert Uytterhoeven1-68/+69
2025-09-19can: rcar_can: Convert to Runtime PMGeert Uytterhoeven1-24/+24
2025-09-19can: rcar_can: Add helper variable dev to rcar_can_probe()Geert Uytterhoeven1-12/+11
2025-09-19can: rcar_can: Consistently use ndev for net_device pointersGeert Uytterhoeven1-4/+4
2025-09-19can: peak_usb: fix shift-out-of-bounds issueStéphane Grosjean1-1/+1
2025-09-19Merge tag 'pmdomain-v6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pmLinus Torvalds5-9/+20
2025-09-19can: mcba_usb: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-0/+1
2025-09-19can: sun4i_can: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-0/+1
2025-09-19can: hi311x: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-0/+1
2025-09-19can: etas_es58x: populate ndo_change_mtu() to prevent buffer overflowVincent Mailhol1-1/+2
2025-09-19can: rcar_canfd: Fix controller mode settingDuy Nguyen1-3/+4
2025-09-19can: hi311x: fix null pointer dereference when resuming from sleep before interface was enabledChen Yufeng1-16/+17
2025-09-19Merge tag 'v6.17-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2025-09-19net: intel: fm10k: Fix parameter idx set but not usedBrahmajit Das4-6/+5
2025-09-19ixgbevf: fix proper type for error code in ixgbevf_resume()Aleksandr Loktionov1-1/+1
2025-09-19iavf: fix proper type for error code in iavf_resume()Aleksandr Loktionov1-1/+1