summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-16Merge tag 'f2fs-fix-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-10-16bpf: Fix memory leak in __lookup_instance error pathShardul Bankar
2025-10-16Merge tag 'for-6.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-10-16Merge tag 'v6.18-rc1-smb-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2025-10-16Merge tag 'net-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-10-16Merge tag 'ata-6.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds
2025-10-16selftests: arg_parsing: Ensure data is flushed to disk before reading.Xing Guo
2025-10-16HID: logitech-hidpp: Add HIDPP_QUIRK_RESET_HI_RES_SCROLLStuart Hayhurst
2025-10-16drm/rockchip: dw_hdmi: use correct SCLIN mask for RK3228Alok Tiwari
2025-10-16drm/ci: disable broken MR check in sanity jobVignesh Raman
2025-10-16drm/msm: make sure last_fence is always updatedAnna Maniscalco
2025-10-16drm/msm/a6xx: Fix GMU firmware parserAkhil P Oommen
2025-10-16drm/msm: Fix pgtable prealloc error pathRob Clark
2025-10-16udp: do not use skb_release_head_state() before skb_attempt_defer_free()Eric Dumazet
2025-10-16spi: airoha: fix reading/writing of flashes with more than one plane per lunMikhail Kshevetskiy
2025-10-16spi: airoha: switch back to non-dma mode in the case of errorMikhail Kshevetskiy
2025-10-16spi: airoha: add support of dual/quad wires spi modes to exec_op() handlerMikhail Kshevetskiy
2025-10-16spi: airoha: return an error for continuous mode dirmap creation casesMikhail Kshevetskiy
2025-10-16slab: reset slab->obj_ext when freeing and it is OBJEXTS_ALLOC_FAILHao Ge
2025-10-16drm/sched: Fix potential double free in drm_sched_job_add_resv_dependenciesTvrtko Ursulin
2025-10-16RISC-V: KVM: Fix check for local interrupts on riscv32Samuel Holland
2025-10-16ASoC: nau8821: Fix IRQ handling and improve jackMark Brown
2025-10-16ASoC: Add QCS615 sound card supportMark Brown
2025-10-16ALSA: usb-audio: fix vendor quirk for Logitech H390Pauli Virtanen
2025-10-16ALSA: usb-audio: add volume quirks for MS LifeChat LX-3000Pauli Virtanen
2025-10-15drm/xe/evict: drop bogus assertMatthew Auld
2025-10-15drm/xe/migrate: don't misalign current bytesMatthew Auld
2025-10-15drm/xe/kunit: Fix kerneldoc for parameterized testsMatt Roper
2025-10-15drm/xe/svm: Ensure data will be migrated to system if indicated by madvise.Thomas Hellström
2025-10-15smb: client: Consolidate cmac(aes) shash allocationEric Biggers
2025-10-15smb: client: Remove obsolete crypto_shash allocationsEric Biggers
2025-10-15smb: client: Use HMAC-MD5 library for NTLMv2Eric Biggers
2025-10-15smb: client: Use MD5 library for SMB1 signature calculationEric Biggers
2025-10-15smb: client: Use MD5 library for M-F symlink hashingEric Biggers
2025-10-15smb: client: Use HMAC-SHA256 library for SMB2 signature calculationEric Biggers
2025-10-15smb: client: Use HMAC-SHA256 library for key generationEric Biggers
2025-10-15smb: client: Use SHA-512 library for SMB3.1.1 preauth hashEric Biggers
2025-10-15cifs: parse_dfs_referrals: prevent oob on malformed inputEugene Korenevsky
2025-10-15smb: client: Fix refcount leak for cifs_sb_tlinkShuhao Fu
2025-10-15net: usb: lan78xx: fix use of improperly initialized dev->chipid in lan78xx_r...I Viswanath
2025-10-15Merge tag 'linux-can-fixes-for-6.18-20251014' of git://git.kernel.org/pub/scm...Jakub Kicinski
2025-10-15netdevsim: set the carrier when the device goes upBreno Leitao
2025-10-15Merge branch 'tls-misc-bugfixes'Jakub Kicinski
2025-10-15selftests: tls: add test for short splice due to full skmsgSabrina Dubroca
2025-10-15selftests: net: tls: add tests for cmsg vs MSG_MORESabrina Dubroca
2025-10-15tls: don't rely on tx_work during send()Sabrina Dubroca
2025-10-15tls: wait for pending async decryptions if tls_strp_msg_hold failsSabrina Dubroca
2025-10-15tls: always set record_type in tls_process_cmsgSabrina Dubroca
2025-10-15tls: wait for async encrypt in case of error during latter iterations of sendmsgSabrina Dubroca
2025-10-15tls: trim encrypted message to match the plaintext on short spliceSabrina Dubroca