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-04-20
openvswitch: cap upcall PID array size and pre-size vport replies
Weiming Shi
2
-2
/
+36
2026-04-20
flow_dissector: do not dissect PPPoE PFC frames
Qingfang Deng
1
-8
/
+5
2026-04-20
Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
9
-369
/
+724
2026-04-20
xfrm: ah: account for ESN high bits in async callbacks
Michael Bommarito
2
-4
/
+24
2026-04-18
sctp: fix OOB write to userspace in sctp_getsockopt_peer_auth_chunks
Michael Bommarito
1
-1
/
+1
2026-04-18
af_unix: Drop all SCM attributes for SOCKMAP.
Kuniyuki Iwashima
1
-8
/
+27
2026-04-18
ipv6: fix possible UAF in icmpv6_rcv()
Eric Dumazet
1
-6
/
+4
2026-04-18
tcp: annotate data-races around tp->plb_rehash
Eric Dumazet
2
-2
/
+3
2026-04-18
tcp: annotate data-races around (tp->write_seq - tp->snd_nxt)
Eric Dumazet
1
-1
/
+2
2026-04-18
tcp: annotate data-races around tp->timeout_rehash
Eric Dumazet
2
-2
/
+3
2026-04-18
tcp: annotate data-races around tp->srtt_us
Eric Dumazet
2
-3
/
+4
2026-04-18
tcp: annotate data-races around tp->reord_seen
Eric Dumazet
2
-3
/
+3
2026-04-18
tcp: annotate data-races around tp->dsack_dups
Eric Dumazet
2
-2
/
+2
2026-04-18
tcp: annotate data-races around tp->bytes_retrans
Eric Dumazet
2
-3
/
+3
2026-04-18
tcp: annotate data-races around tp->bytes_sent
Eric Dumazet
2
-2
/
+3
2026-04-18
tcp: add data-race annotations for TCP_NLA_SNDQ_SIZE
Eric Dumazet
3
-4
/
+6
2026-04-18
tcp: annotate data-races around tp->delivered and tp->delivered_ce
Eric Dumazet
2
-6
/
+6
2026-04-18
tcp: annotate data-races around tp->snd_ssthresh
Eric Dumazet
14
-30
/
+32
2026-04-18
tcp: add data-races annotations around tp->reordering, tp->snd_cwnd
Eric Dumazet
3
-11
/
+13
2026-04-18
tcp: add data-race annotations around tp->data_segs_out and tp->total_retrans
Eric Dumazet
2
-5
/
+7
2026-04-18
tcp: annotate data-races in tcp_get_info_chrono_stats()
Eric Dumazet
1
-4
/
+10
2026-04-17
Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Linus Torvalds
4
-7
/
+11
2026-04-17
ipv6: xfrm6: release dst on error in xfrm6_rcv_encap()
Yilin Zhu
1
-1
/
+3
2026-04-16
vsock/virtio: fix MSG_PEEK ignoring skb offset when calculating bytes to copy
Luigi Leonardi
1
-3
/
+2
2026-04-16
net: dsa: remove redundant netdev_lock_ops() from conduit ethtool ops
Stanislav Fomichev
1
-15
/
+1
2026-04-16
net/sched: taprio: fix use-after-free in advance_sched() on schedule switch
Vinicius Costa Gomes
1
-4
/
+5
2026-04-16
bpf: Fix precedence bug in convert_bpf_ld_abs alignment check
Daniel Borkmann
1
-1
/
+1
2026-04-16
vsock/virtio: fix accept queue count leak on transport mismatch
Dudu Lu
1
-2
/
+1
2026-04-16
nexthop: fix IPv6 route referencing IPv4 nexthop
Jiayuan Chen
1
-2
/
+2
2026-04-16
net/sched: sch_cake: fix NAT destination port not being updated in cake_update_flowkeys
Dudu Lu
1
-1
/
+1
2026-04-16
net: bridge: use a stable FDB dst snapshot in RCU readers
Zhengchuan Liang
2
-13
/
+23
2026-04-16
net/sched: act_mirred: fix wrong device for mac_header_xmit check in tcf_blockcast_redir
Dudu Lu
1
-1
/
+1
2026-04-16
9p/trans_xen: replace simple_strto* with kstrtouint
Yufan Chen
1
-10
/
+16
2026-04-16
9p/trans_xen: make cleanup idempotent after dataring alloc errors
Yufan Chen
1
-14
/
+37
2026-04-15
bpf, sockmap: Take state lock for af_unix iter
Michal Luczaj
1
-0
/
+2
2026-04-15
bpf, sockmap: Fix af_unix null-ptr-deref in proto update
Michal Luczaj
1
-0
/
+3
2026-04-15
bpf, sockmap: Fix af_unix iter deadlock
Michal Luczaj
1
-4
/
+3
2026-04-15
bpf, sockmap: Annotate af_unix sock:: Sk_state data-races
Michal Luczaj
1
-2
/
+2
2026-04-15
Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-11
/
+2
2026-04-15
Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
3
-19
/
+35
2026-04-14
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
448
-6466
/
+11273
2026-04-14
Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
5
-29
/
+78
2026-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
19
-27
/
+172
2026-04-14
net: caif: clear client service pointer on teardown
Zhengchuan Liang
1
-2
/
+12
2026-04-14
net: strparser: fix skb_head leak in strp_abort_strp()
Luxiao Xu
1
-0
/
+8
2026-04-14
net, bpf: fix null-ptr-deref in xdp_master_redirect() for down master
Jiayuan Chen
1
-0
/
+2
2026-04-13
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
7
-111
/
+43
2026-04-13
sctp: disable BH before calling udp_tunnel_xmit_skb()
Xin Long
2
-0
/
+4
2026-04-13
sctp: fix missing encap_port propagation for GSO fragments
Xin Long
1
-0
/
+1
2026-04-13
tcp: Don't set treq->req_usec_ts in cookie_tcp_reqsk_init().
Kuniyuki Iwashima
1
-1
/
+1
[prev]
[next]