summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-05-23USB: serial: mxuport: fix memory corruption with small endpointJohan Hovold1-0/+8
2026-05-23scsi: target: iscsi: Validate CHAP_R length before base64 decodeAlexandru Hossu1-1/+18
2026-05-23scsi: target: iscsi: Bound iscsi_encode_text_output() appends to rsp_bufMichael Bommarito3-16/+55
2026-05-23scsi: target: iscsi: Fix CRC overread and double-free in iscsit_handle_text_c...Michael Bommarito1-1/+4
2026-05-23ipv4: free net->ipv4.sysctl_local_reserved_ports after unregister_net_sysctl_...Eric Dumazet1-1/+1
2026-05-23vsock/virtio: fix skb overhead overflow on 32-bit buildsStefano Garzarella1-1/+1
2026-05-23scsi: fcoe: Reject FIP descriptors with zero fip_dlen in CVL walkerMichael Bommarito1-1/+1
2026-05-23scsi: scsi_transport_fc: Widen FPIN pname walker counter to u32Michael Bommarito1-36/+41
2026-05-23scsi: scsi_debug: Add missing newline in scsi_debug_device_reset()Ewan D. Milne1-1/+1
2026-05-23scsi: megaraid_sas: Fix NULL pointer dereference on firmware duplicate comple...Milan P. Gandhi1-0/+9
2026-05-23scsi: devinfo: Add BLIST_NO_RSOC for Promise VTrak E310fAlexander Perlis1-0/+1
2026-05-23scsi: core: Run queues for all non-SDEV_DEL devices from scsi_run_host_queuesDavid Jeffery1-2/+25
2026-05-23net/iucv: fix locking in .getsockoptBreno Leitao1-6/+14
2026-05-23net/smc: Do not re-initialize smc hashtablesAlexandra Winter1-2/+2
2026-05-23Merge branch 'netlink-fixes-for-cross-namespace-nsid-reporting'Jakub Kicinski2-5/+67
2026-05-23selftests: net: add a test case for nsid in all nsid notificationsIlya Maximets1-2/+59
2026-05-23net: netlink: don't set nsid on local notificationsIlya Maximets1-3/+7
2026-05-23net: netlink: fix sending unassigned nsid after assigned oneIlya Maximets1-0/+1
2026-05-23Merge tag 'sched_ext-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+36
2026-05-23Merge tag 'cgroup-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-18/+28
2026-05-23Merge tag 'drm-fixes-2026-05-23' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds85-478/+733
2026-05-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-4/+14
2026-05-23Merge tag 'platform-drivers-x86-v7.1-4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds30-63/+338
2026-05-23Merge tag 'drm-xe-fixes-2026-05-21' of https://gitlab.freedesktop.org/drm/xe/...Dave Airlie11-34/+69
2026-05-22Merge tag 'phy-fixes-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ph...Linus Torvalds10-65/+240
2026-05-22Merge tag 'spi-fix-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-2/+12
2026-05-22Merge tag 'regulator-fix-v7.1-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-41/+96
2026-05-22Merge tag 'pinctrl-v7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds10-30/+129
2026-05-22Merge tag 'gpio-fixes-for-v7.1-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-12/+38
2026-05-22Merge tag 'sound-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds37-259/+384
2026-05-22Merge tag 'block-7.1-20260522' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-34/+47
2026-05-22Merge tag 'io_uring-7.1-20260522' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-9/+35
2026-05-22vsock: keep poll shutdown state consistentZiyu Zhang4-28/+52
2026-05-22Merge tag 'v7.1-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-5/+29
2026-05-22Merge tag 'zonefs-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds1-1/+5
2026-05-22tun: free page on build_skb failure in tun_xdp_one()Weiming Shi1-0/+1
2026-05-22tap: free page on error paths in tap_get_user_xdp()Weiming Shi1-0/+2
2026-05-22Input: ims-pcu - fix usb_free_coherent() size in ims_pcu_buffers_free()Thomas Fourier1-1/+1
2026-05-22tun: free page on short-frame rejection in tun_xdp_one()Weiming Shi1-1/+3
2026-05-22Merge tag 'pm-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds6-40/+60
2026-05-22USB: serial: cypress_m8: fix memory corruption with small endpointJohan Hovold1-0/+8
2026-05-22Merge tag 'acpi-7.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-1/+3
2026-05-22block: avoid use-after-free in disk_free_zone_resources()Damien Le Moal1-4/+3
2026-05-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-2/+3
2026-05-22Merge tag 's390-7.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds5-26/+41
2026-05-22Merge tag 'slab-for-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+3
2026-05-22signal: clear JOBCTL_PENDING_MASK for caller in zap_other_threads()Aleksandr Nogikh1-0/+1
2026-05-22fuse: reject fuse_notify() pagecache ops on directoriesJann Horn1-1/+8
2026-05-22fuse: limit FUSE_NOTIFY_RETRIEVE to uptodate foliosJann Horn1-0/+4
2026-05-22Merge tag 'dma-mapping-7.1-2026-05-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-7/+10