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
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-11
net/tls: Fail tls_sw_splice_read() after a failed async decrypt
Chuck Lever
1
-0
/
+5
2026-08-11
net: packet: fix wrong transport_header when sending VLAN-tagged frame
Wei Fang
1
-2
/
+2
2026-08-11
ipv4: fix use-after-free in fib_nhc_update_mtu()
Chengfeng Ye
2
-23
/
+40
2026-08-11
sctp: auth: propagate HMAC calculation errors to callers
Qing Luo
3
-10
/
+21
2026-08-10
netdev: check for nla_put_u32() failures
Jakub Kicinski
1
-3
/
+9
2026-08-10
net/sched: act_ct: fix sk_buff leak when the header checks reject a packet
Hyunjung Ko
1
-4
/
+25
2026-08-10
keys, dns: Drop unused NUL terminator from upayload->data
Thorsten Blum
1
-2
/
+1
2026-08-10
tcp: fix icsk_ack.ato bitfield overflow
Jiayuan Chen
2
-4
/
+6
2026-08-10
net/sched: act_gact, act_police: range check the fallback control action
Hyunjung Ko
2
-0
/
+11
2026-08-10
net: expect instance lock in netdev_queue_get_dma_dev()
Jakub Kicinski
1
-1
/
+1
2026-08-10
netfilter: nf_conntrack_expect: bail out on insert dead expectations
Pablo Neira Ayuso
1
-0
/
+6
2026-08-10
netfilter: conntrack: always lower timeout for non-closing RST packets
Pablo Neira Ayuso
1
-1
/
+2
2026-08-10
netfilter: ipset: let destroy callbacks adjust ext mem size
Florian Westphal
2
-3
/
+2
2026-08-10
netfilter: ipset: fix list type element drift bug
Florian Westphal
1
-2
/
+5
2026-08-10
netfilter: flowtable: publish GC-visible tuple last
Jérémy Jean
1
-3
/
+4
2026-08-10
netfilter: nf_tables_offload: suppress WARN_ON_ONCE for ENOMEM in abort path
Alexey Velichayshiy
1
-1
/
+1
2026-08-10
ipvs: revalidate ihl to prevent out-of-bounds access
Julian Anastasov
2
-3
/
+11
2026-08-10
ipvs: clear IPv4 options after rebasing tunnel ICMP errors
Kyle Zeng
1
-0
/
+1
2026-08-10
netfilter: nfnetlink_log: wait for rcu grace period before freeing pernet state
Florian Westphal
2
-6
/
+11
2026-08-10
netfilter: nf_conntrack: defer invalid log until after unlock
Zihan Xi
3
-48
/
+102
2026-08-10
ipvs: separate destination availability state
Yizhou Zhao
7
-16
/
+16
2026-08-10
ipvs: properly update the overload flag on dest edit
Julian Anastasov
2
-25
/
+69
2026-08-10
ipvs: add totalconns for dest
Julian Anastasov
6
-33
/
+16
2026-08-10
netfilter: bridge: release template ct on non-IP path
Zhiling Zou
1
-0
/
+1
2026-08-10
netfilter: ipset: fix refcount race between list:set GC and swap
Xiang Mei (Microsoft)
1
-6
/
+13
2026-08-10
sunrpc: xprtsock: annotate shared socket callbacks with READ_ONCE/WRITE_ONCE
Runyu Xiao
1
-9
/
+11
2026-08-10
SUNRPC: check rpc_sockaddr2uaddr() return value in rpcb_register_inet4/6
Weiming Shi
1
-0
/
+4
2026-08-10
sunrpc: remove unused svc_version vs_count field
Jeff Layton
1
-3
/
+0
2026-08-10
sunrpc: use per-net counts in svc_seq_show()
Jeff Layton
1
-1
/
+1
2026-08-10
sunrpc: add per-netns per-procedure call counts to svc_stat
Jeff Layton
1
-0
/
+62
2026-08-10
sunrpc: derive the pool count instead of caching it in sv_nrpools
Jeff Layton
2
-20
/
+37
2026-08-10
sunrpc: tear down pool counters before dropping the pool map reference
Jeff Layton
1
-3
/
+4
2026-08-10
sunrpc: guarantee a thread per pool when auto-distributing
Jeff Layton
1
-0
/
+16
2026-08-10
sunrpc: hardcode pool_mode to pernode, remove other modes
Jeff Layton
1
-207
/
+53
2026-08-10
sunrpc: route to a populated pool in svc_pool_for_cpu()
Jeff Layton
1
-1
/
+28
2026-08-10
SUNRPC: Restore NUMA_NO_NODE for svc thread allocations in global mode
Ameer Hamza
1
-2
/
+4
2026-08-10
svcrdma: Reject inline replies that overflow the pull-up buffer
Chuck Lever
1
-15
/
+32
2026-08-10
sunrpc: defer rq_argp and rq_resp free until after RCU grace period
Jeff Layton
1
-3
/
+10
2026-08-10
SUNRPC: Add svc_serv_maxthreads() to report the thread ceiling
Chuck Lever
1
-0
/
+23
2026-08-10
net/sunrpc/svcauth_unix: Use strscpy() to copy strings into arrays
David Laight
1
-2
/
+2
2026-08-10
rpcrdma: arm rn_done before publishing the notification
Chuck Lever
1
-6
/
+18
2026-08-10
SUNRPC: Check svc pool percpu counter allocation
Chuck Lever
1
-6
/
+39
2026-08-10
sunrpc: init gssp_lock before publishing proc entry
Chris Mason
4
-8
/
+1
2026-08-10
SUNRPC: close backchannel before destroying callback service
Chuck Lever
1
-7
/
+31
2026-08-10
SUNRPC: Zero rpc_gss_wire_cred at svcauth_gss_decode_credbody() entry
Chris Mason
1
-0
/
+3
2026-08-10
SUNRPC: Guard svcauth_gss_release() dispatch on rq_auth_stat
Chris Mason
1
-0
/
+2
2026-08-10
SUNRPC: reject duplicate CREDS_VALUE options
Chris Mason
1
-0
/
+6
2026-08-10
SUNRPC: fix gssx_dec_option_array error path bugs
Chris Mason
1
-3
/
+6
2026-08-10
SUNRPC: Reject krb5 v2 wrap tokens with oversized ec field
Chuck Lever
1
-0
/
+2
2026-08-10
svcrdma: Clear sc_cm_id when ADDR_CHANGE replacement fails
Chuck Lever
1
-1
/
+3
[prev]
[next]