summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-11-20selftests: mptcp: add a check for 'add_addr_accepted'Gang Yan1-0/+7
2025-11-20mptcp: fix address removal logic in mptcp_pm_nl_rm_addrGang Yan1-1/+1
2025-11-20selftests: mptcp: join: userspace: longer timeoutMatthieu Baerts (NGI0)1-5/+5
2025-11-20selftests: mptcp: join: endpoints: longer timeoutMatthieu Baerts (NGI0)1-4/+4
2025-11-20selftests: mptcp: join: fastclose: remove flaky marksMatthieu Baerts (NGI0)1-2/+0
2025-11-20mptcp: fix duplicate reset on fastclosePaolo Abeni1-13/+23
2025-11-20mptcp: decouple mptcp fastclose from tcp closePaolo Abeni2-5/+10
2025-11-20mptcp: do not fallback when OoO is presentPaolo Abeni1-0/+7
2025-11-20mptcp: fix premature close in case of fallbackPaolo Abeni1-1/+2
2025-11-20mptcp: avoid unneeded subflow-level dropsPaolo Abeni2-0/+32
2025-11-20mptcp: fix ack generation for fallback mskPaolo Abeni1-1/+22
2025-11-20scsi: sg: Do not sleep in atomic contextBart Van Assche1-1/+9
2025-11-20wifi: rtw89: hw_scan: Don't let the operating channel be lastBitterblue Smith1-0/+7
2025-11-20spi: cadence-quadspi: Fix cqspi_probe() error handling for runtime pmSiddharth Vadapalli1-2/+1
2025-11-20drm/amdgpu: Add sriov vf check for VCN per queue reset support.Shikang Fan2-2/+4
2025-11-20drm/amdgpu/ttm: Fix crash when handling MMIO_REMAP in PDE flagsSrinivasan Shanmugam1-1/+1
2025-11-20drm/amdgpu/vm: Check PRT uAPI flag instead of PTE flagTimur Kristóf1-2/+2
2025-11-20drm/amdgpu: Skip emit de meta data on gfx11 with rs64 enabledYifan Zha1-2/+2
2025-11-20drm/amd: Skip power ungate during suspend for VPEMario Limonciello1-1/+2
2025-11-19tick/sched: Fix bogus condition in report_idle_softirq()Wen Yang1-6/+5
2025-11-19Merge tag 'sunxi-clk-fixes-for-6.18' of https://git.kernel.org/pub/scm/linux/...Stephen Boyd2-3/+3
2025-11-19drm/plane: Fix create_in_format_blob() return valueVille Syrjälä1-2/+2
2025-11-19Merge tag 'soc-fixes-6.18-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds26-61/+94
2025-11-19Merge tag 'pwm/for-6.18-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2025-11-19Merge tag 'hid-for-linus-2025111901' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds12-20/+57
2025-11-19net: phylink: add missing supported link modes for the fixed-linkWei Fang1-0/+3
2025-11-19Merge tag 'fixes-2025-11-19' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2025-11-19Merge drm/drm-fixes into drm-misc-fixesThomas Zimmermann698-3111/+7911
2025-11-19dt-bindings: pinctrl: xlnx,versal-pinctrl: Add missing unevaluatedProperties ...Rob Herring (Arm)1-0/+1
2025-11-19ACPI: APEI: EINJ: Fix EINJV2 initialization and injectionTony Luck1-23/+41
2025-11-19MAINTAINERS: update my email addressBartosz Golaszewski1-8/+8
2025-11-19gpio: cdev: make sure the cdev fd is still active before emitting eventsBartosz Golaszewski1-2/+7
2025-11-19perf/x86/intel/uncore: Remove superfluous checkJiri Slaby (SUSE)1-2/+0
2025-11-19Merge branch 'af_unix-fix-so_peek_off-bug-in-unix_stream_read_generic'Jakub Kicinski4-2/+165
2025-11-19selftest: af_unix: Add test for SO_PEEK_OFF.Kuniyuki Iwashima3-0/+164
2025-11-19af_unix: Read sk_peek_offset() again after sleeping in unix_stream_read_gener...Kuniyuki Iwashima1-2/+1
2025-11-19net/mlx5: Clean up only new IRQ glue on request_irq() failurePradyumn Rahar1-4/+2
2025-11-19mptcp: fix a race in mptcp_pm_del_add_timer()Eric Dumazet1-7/+13
2025-11-19Merge tag 'ipsec-2025-11-18' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski7-17/+46
2025-11-19devlink: rate: Unset parent pointer in devl_rate_nodes_destroyShay Drory1-1/+3
2025-11-19pinctrl: s32cc: initialize gpio_pin_config::list after kmalloc()Jared Kangas1-0/+1
2025-11-19pinctrl: s32cc: fix uninitialized memory in s32_pinctrl_descJared Kangas1-1/+1
2025-11-19ice: fix PTP cleanup on driver removal in error pathGrzegorz Nitka1-3/+19
2025-11-19MAINTAINERS: sync omap devicetree maintainers with omap platformAndreas Kemnade1-0/+4
2025-11-19Merge tag 'v6.18-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann11-32/+17
2025-11-19idpf: fix possible vport_config NULL pointer deref in removeEmil Tantilov1-0/+2
2025-11-18drm/xe/irq: Handle msix vector0 interruptVenkata Ramana Nayana1-17/+1
2025-11-18drm/xe: Remove duplicate DRM_EXEC selection from KconfigShuicheng Lin1-1/+0
2025-11-18drm/xe/kunit: Fix forcewake assertion in mocs testMatt Roper1-1/+1
2025-11-18drm/xe: Prevent BIT() overflow when handling invalid prefetch regionShuicheng Lin1-2/+4