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-12
SMB3.1.1: add missing QUERY_DIR info levels
Steve French
2
-2
/
+6
2026-05-12
Merge branch 'net-shaper-fix-various-minor-bugs'
Paolo Abeni
10
-43
/
+200
2026-05-12
net: shaper: reject QUEUE scope handle with missing id
Jakub Kicinski
1
-2
/
+7
2026-05-12
net: shaper: enforce singleton NETDEV scope with id 0
Jakub Kicinski
1
-0
/
+6
2026-05-12
net: shaper: reject handle IDs exceeding internal bit-width
Jakub Kicinski
4
-2
/
+18
2026-05-12
tools: ynl: add scope qualifier for definitions
Jakub Kicinski
5
-2
/
+65
2026-05-12
net: shaper: fix undersized reply skb allocation in GROUP command
Jakub Kicinski
1
-2
/
+8
2026-05-12
net: shaper: set ret to -ENOMEM when genlmsg_new() fails in group_doit
Jakub Kicinski
1
-1
/
+3
2026-05-12
selftests: drv-net: add shaper test for duplicate leaves
Jakub Kicinski
1
-2
/
+22
2026-05-12
net: shaper: reject duplicate leaves in GROUP request
Jakub Kicinski
1
-15
/
+45
2026-05-12
net: shaper: fix trivial ordering issue in net_shaper_commit()
Jakub Kicinski
1
-1
/
+10
2026-05-12
net: shaper: flip the polarity of the valid flag
Jakub Kicinski
1
-17
/
+17
2026-05-12
wifi: ath10k: skip WMI and beacon transmission when device is wedged
Kang Yang
1
-8
/
+7
2026-05-12
wifi: ath11k: fix error path leak in ath11k_tm_cmd_wmi_ftm()
Nicolas Escande
1
-0
/
+1
2026-05-12
wifi: ath11k: fix error path leaks in some WMI calls
Nicolas Escande
1
-16
/
+96
2026-05-12
wifi: ath11k: fix error path leaks in some WMI WOW calls
Nicolas Escande
1
-3
/
+16
2026-05-12
net: ethernet: cs89x0: remove stale CONFIG_MACH_MX31ADS reference
Ethan Nelson-Moore
1
-2
/
+0
2026-05-12
Merge branch 'net-ethernet-cortina-fix-various-rx-bugs'
Paolo Abeni
1
-3
/
+15
2026-05-12
net: ethernet: cortina: Carry over frag counter
Linus Walleij
1
-1
/
+8
2026-05-12
net: ethernet: cortina: Make RX SKB per-port
Linus Walleij
1
-1
/
+6
2026-05-12
net: ethernet: cortina: No mapping is a dropped rx
Linus Walleij
1
-1
/
+1
2026-05-12
spi: ep93xx: fix error pointer deref after DMA setup failure
Johan Hovold
1
-0
/
+2
2026-05-12
Merge patch series "netfs: Miscellaneous fixes"
Christian Brauner
36
-432
/
+1142
2026-05-12
afs: Fix the locking used by afs_get_link()
David Howells
8
-142
/
+357
2026-05-12
netfs, afs: Fix write skipping in dir/link writepages
David Howells
2
-2
/
+16
2026-05-12
netfs: Fix netfs_read_folio() to wait on writeback
David Howells
1
-0
/
+2
2026-05-12
netfs: Fix folio->private handling in netfs_perform_write()
David Howells
2
-53
/
+82
2026-05-12
netfs: Fix partial invalidation of streaming-write folio
David Howells
1
-1
/
+1
2026-05-12
netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
David Howells
4
-5
/
+5
2026-05-12
netfs: Fix leak of request in netfs_write_begin() error handling
David Howells
1
-1
/
+1
2026-05-12
netfs: Fix early put of sink folio in netfs_read_gaps()
David Howells
1
-3
/
+3
2026-05-12
netfs: Fix write streaming disablement if fd open O_RDWR
David Howells
1
-10
/
+7
2026-05-12
netfs: Fix read-gaps to remove netfs_folio from filled folio
David Howells
1
-3
/
+8
2026-05-12
netfs: Fix potential deadlock in write-through mode
David Howells
1
-14
/
+25
2026-05-12
netfs: Fix streaming write being overwritten
David Howells
2
-13
/
+37
2026-05-12
netfs: Defer the emission of trace_netfs_folio()
David Howells
1
-8
/
+10
2026-05-12
netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
David Howells
2
-1
/
+9
2026-05-12
netfs: Fix overrun check in netfs_extract_user_iter()
David Howells
1
-9
/
+17
2026-05-12
netfs: fix error handling in netfs_extract_user_iter()
Paulo Alcantara
1
-3
/
+10
2026-05-12
netfs: Fix potential uninitialised var in netfs_extract_user_iter()
David Howells
1
-1
/
+1
2026-05-12
netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
Viacheslav Dubeyko
1
-2
/
+9
2026-05-12
netfs: Fix zeropoint update where i_size > remote_i_size
David Howells
1
-2
/
+2
2026-05-12
netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
David Howells
20
-113
/
+450
2026-05-12
netfs: Fix netfs_read_to_pagecache() to pause on subreq failure
David Howells
1
-0
/
+5
2026-05-12
netfs: Fix missing barriers when accessing stream->subrequests locklessly
David Howells
6
-6
/
+50
2026-05-12
netfs: Fix missing locking around retry adding new subreqs
David Howells
2
-2
/
+10
2026-05-12
netfs: Fix cancellation of a DIO and single read subrequests
David Howells
5
-63
/
+50
2026-05-12
fs/select: reject negative timeval components in kern_select()
Breno Leitao
1
-0
/
+11
2026-05-12
Merge branch 'vsock-virtio-fix-vsockmon-tap-skb-construction'
Paolo Abeni
1
-30
/
+15
2026-05-12
vsock/virtio: fix empty payload in tap skb for non-linear buffers
Stefano Garzarella
1
-27
/
+11
[prev]
[next]