index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-08
ipv6: flowlabel: take ip6_fl_lock across mem_check and fl_intern
Maoyi Xie
1
-13
/
+21
2026-05-08
MAINTAINERS: Add self for the 3c509 network driver
Maciej W. Rozycki
1
-0
/
+6
2026-05-08
Merge branch 'tcp-two-fixes-for-socket-migration-in-reqsk_timer_handler'
Jakub Kicinski
1
-2
/
+2
2026-05-08
tcp: Fix imbalanced icsk_accept_queue count.
Kuniyuki Iwashima
1
-1
/
+1
2026-05-08
tcp: Fix potential UAF in reqsk_timer_handler().
Kuniyuki Iwashima
1
-1
/
+1
2026-05-08
MAINTAINERS: Add Aksh Garg as PCIe CADENCE reviewer
Aksh Garg
1
-1
/
+2
2026-05-08
MAINTAINERS: Update Hans Zhang email for PCIe CIX Sky1
Hans Zhang
1
-1
/
+1
2026-05-08
MAINTAINERS: Update Marek Vasut email for PCIe R-Car
Marek Vasut
1
-1
/
+1
2026-05-08
PCI: Initialize temporary device in new_id_store()
Samiullah Khawaja
1
-1
/
+8
2026-05-08
PCI: Update saved_config_space upon resource assignment
Lukas Wunner
1
-0
/
+2
2026-05-08
bpf: Free reuseport cBPF prog after RCU grace period.
Kuniyuki Iwashima
1
-3
/
+12
2026-05-08
Merge tag 'block-7.1-20260508' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
2
-16
/
+50
2026-05-08
Merge tag 'io_uring-7.1-20260508' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
5
-24
/
+53
2026-05-08
Revert "ACPI: CPPC: Adjust debug messages in amd_set_max_freq_ratio() to warn"
Mario Limonciello
1
-3
/
+3
2026-05-08
Merge branch 'bpf-tcp-fix-type-confusion-in-bpf-helper-functions'
Martin KaFai Lau
4
-6
/
+37
2026-05-08
bpf: tcp: Fix type confusion in sol_tcp_sockopt().
Kuniyuki Iwashima
1
-1
/
+1
2026-05-08
bpf: tcp: Fix type confusion in bpf_skc_to_tcp6_sock().
Kuniyuki Iwashima
1
-1
/
+1
2026-05-08
bpf: tcp: Fix type confusion in bpf_skc_to_tcp_sock().
Kuniyuki Iwashima
1
-1
/
+1
2026-05-08
mptcp: bpf: Fix type confusion in bpf_mptcp_sock_from_subflow()
Matthieu Baerts (NGI0)
1
-1
/
+1
2026-05-08
selftest: bpf: Add test for bpf_tcp_sock() and RAW socket.
Kuniyuki Iwashima
2
-1
/
+32
2026-05-08
workqueue: Fix wq->cpu_pwq leak in alloc_and_link_pwqs() WQ_UNBOUND path
Breno Leitao
1
-1
/
+3
2026-05-08
workqueue: Release PENDING in __queue_work() drain/destroy reject path
Breno Leitao
1
-0
/
+12
2026-05-08
Merge tag 'v7.1-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
7
-24
/
+96
2026-05-08
Merge tag 'spi-fix-v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Linus Torvalds
3
-25
/
+83
2026-05-08
Merge tag 'regulator-fix-v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Linus Torvalds
1
-1
/
+1
2026-05-08
bpf: tcp: Fix type confusion in bpf_tcp_sock().
Kuniyuki Iwashima
1
-1
/
+1
2026-05-08
Merge tag 'drm-fixes-2026-05-08-1' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
44
-246
/
+253
2026-05-08
drm/ttm: Fix ttm_bo_swapout() infinite LRU walk on swapout failure
Thomas Hellström
3
-10
/
+21
2026-05-08
Merge tag 'usb-serial-7.1-rc3' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Greg Kroah-Hartman
1
-0
/
+4
2026-05-08
Merge tag 'iommu-fixes-v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux
Linus Torvalds
6
-49
/
+113
2026-05-08
sched_ext: Use IRQ_WORK_INIT_HARD() to initialize sch->disable_irq_work
Zqiang
1
-1
/
+1
2026-05-08
arm64/entry: Fix arm64-specific rseq brokenness
Mark Rutland
3
-34
/
+24
2026-05-08
x86/kexec: Push kjump return address even for non-kjump kexec
David Woodhouse
1
-0
/
+8
2026-05-08
ntfs: avoid leaking uninitialised bytes in new security descriptors
DaeMyung Kang
1
-2
/
+2
2026-05-08
ntfs: fix out-of-bounds write in ntfs_index_walk_down()
DaeMyung Kang
1
-5
/
+12
2026-05-08
ntfs: fix out-of-bounds write in ntfs_rl_collapse_range() merge path
DaeMyung Kang
1
-4
/
+5
2026-05-08
ntfs: fix variable dereferenced before check ni in ntfs_attr_open()
Namjae Jeon
1
-3
/
+3
2026-05-08
ntfs: fix default_upcase refcount underflow and UAF on fs_context teardown
DaeMyung Kang
1
-3
/
+3
2026-05-08
ntfs: match ntfs_resident_attr_min_value_length with $AttrDef
Hyunchul Lee
1
-13
/
+2
2026-05-08
ntfs: avoid use-after-free of index inode in ntfs_inode_sync_filename()
DaeMyung Kang
1
-3
/
+3
2026-05-08
ntfs: fix copy length in ntfs_bdev_write() for non-page-aligned start
DaeMyung Kang
1
-2
/
+5
2026-05-08
ntfs: wait for sync mft writes to complete
DaeMyung Kang
1
-22
/
+41
2026-05-08
ntfs: capture mft mirror sync errors in ntfs_write_mft_block()
DaeMyung Kang
1
-2
/
+6
2026-05-08
ntfs: redirty folio when ntfs_write_mft_block() runs out of memory
DaeMyung Kang
1
-1
/
+4
2026-05-08
ntfs: use base mft_no when looking up base inode for extent record
DaeMyung Kang
1
-1
/
+1
2026-05-08
Merge tag 'riscv-dt-fixes-for-v7.1-rc3' of https://git.kernel.org/pub/scm/linux/kernel/git/conor/linux into arm/fixes
Arnd Bergmann
5
-64
/
+30
2026-05-08
ublk: fix use-after-free in ublk_cancel_cmd()
Ming Lei
1
-5
/
+15
2026-05-08
batman-adv: bla: put backbone reference on failed claim hash insert
Sven Eckelmann
1
-0
/
+1
2026-05-08
batman-adv: bla: only purge non-released claims
Sven Eckelmann
1
-0
/
+8
2026-05-08
batman-adv: bla: prevent use-after-free when deleting claims
Sven Eckelmann
1
-1
/
+1
[prev]
[next]