summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-08-29mptcp: avoid duplicated SUB_CLOSED eventsMatthieu Baerts (NGI0)
2024-08-29selftests: mptcp: join: check re-re-adding ID 0 endpMatthieu Baerts (NGI0)
2024-08-29mptcp: pm: fix ID 0 endp usage after multiple re-creationsMatthieu Baerts (NGI0)
2024-08-29mptcp: pm: do not remove already closed subflowsMatthieu Baerts (NGI0)
2024-08-29selftests: mptcp: join: no extra msg if no counterMatthieu Baerts (NGI0)
2024-08-29selftests: mptcp: join: check re-adding init endp with != idMatthieu Baerts (NGI0)
2024-08-29mptcp: pm: reset MPC endp ID when re-addedMatthieu Baerts (NGI0)
2024-08-29mptcp: pm: skip connecting to already established sfMatthieu Baerts (NGI0)
2024-08-29mptcp: pm: send ACK on an active subflowMatthieu Baerts (NGI0)
2024-08-29selftests: mptcp: join: check removing ID 0 endpointMatthieu Baerts (NGI0)
2024-08-29mptcp: pm: fix RM_ADDR ID for the initial subflowMatthieu Baerts (NGI0)
2024-08-29mptcp: pm: reuse ID 0 after delete and re-addMatthieu Baerts (NGI0)
2024-08-29Merge tag 'amd-drm-fixes-6.11-2024-08-28' of https://gitlab.freedesktop.org/a...Dave Airlie
2024-08-29Merge tag 'random-6.11-rc6-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-08-28net: busy-poll: use ktime_get_ns() instead of local_clock()Eric Dumazet
2024-08-28Merge tag 'wireless-2024-08-28' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski
2024-08-28selinux,smack: don't bypass permissions check in inode_setsecctx hookScott Mayhew
2024-08-28cifs: Fix FALLOC_FL_ZERO_RANGE to preflush buffered part of target regionDavid Howells
2024-08-28Merge tag 'riscv-soc-fixes-for-v6.11-rc6' of https://git.kernel.org/pub/scm/l...Arnd Bergmann
2024-08-28Merge tag 'qcom-arm64-fixes-for-6.11' of https://git.kernel.org/pub/scm/linux...Arnd Bergmann
2024-08-28Merge tag 'qcom-arm64-defconfig-fixes-for-6.11' of https://git.kernel.org/pub...Arnd Bergmann
2024-08-28Merge tag 'qcom-drivers-fixes-for-6.11' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann
2024-08-28Merge tag 'imx-fixes-6.11' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann
2024-08-28Merge tag 'omap-for-v6.11/fixes-signed' of https://git.kernel.org/pub/scm/lin...Arnd Bergmann
2024-08-29Merge tag 'loongarch-fixes-6.11-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-08-29Merge tag 'platform-drivers-x86-v6.11-5' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-08-29Merge tag 'nfsd-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...Linus Torvalds
2024-08-29Merge tag 'for-6.11-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-08-28block: fix detection of unsupported WRITE SAME in blkdev_issue_write_zeroesDarrick J. Wong
2024-08-28drm/v3d: Disable preemption while updating GPU statsTvrtko Ursulin
2024-08-28drm/amd/pm: Drop unsupported features on smu v14_0_2Candice Li
2024-08-28drm/amd/pm: Add support for new P2S table revisionLijo Lazar
2024-08-28drm/amdgpu: support for gc_info table v1.3Likun Gao
2024-08-28drm/amd/display: avoid using null object of framebufferMa Ke
2024-08-28drm/amdgpu/gfx12: set UNORD_DISPATCH in compute MQDsAlex Deucher
2024-08-28drm/amd/pm: update message interface for smu v14.0.2/3Kenneth Feng
2024-08-28drm/amdgpu/swsmu: always force a state reprogram on initAlex Deucher
2024-08-28drm/amdgpu/smu13.0.7: print index for profilesAlex Deucher
2024-08-28drm/amdgpu: align pp_power_profile_mode with kernel docsAlex Deucher
2024-08-28dmaengine: dw-edma: Do not enable watermark interrupts for HDMAMrinmay Sarkar
2024-08-28dmaengine: dw-edma: Fix unmasking STOP and ABORT interrupts for HDMAMrinmay Sarkar
2024-08-28cifs: Fix copy offload to flush destination regionDavid Howells
2024-08-28netfs, cifs: Fix handling of short DIO readDavid Howells
2024-08-28cifs: Fix lack of credit renegotiation on read retryDavid Howells
2024-08-28drm/i915/dp_mst: Fix MST state after a sink resetImre Deak
2024-08-28Merge tag 'v6.11-rc5-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-08-28Merge tag 'tpmdd-next-6.11-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-08-27sctp: fix association labeling in the duplicate COOKIE-ECHO caseOndrej Mosnacek
2024-08-27Merge branch 'mptcp-close-subflow-when-receiving-tcp-fin-and-misc'Jakub Kicinski
2024-08-27mptcp: pr_debug: add missing \n at the endMatthieu Baerts (NGI0)