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-05-26
ipv6: validate extension header length before copying to cmsg
Qi Tang
1
-8
/
+46
2026-05-26
Merge tag 'nfc-7.1-rc6' of https://codeberg.org/linux-nfc/linux
Jakub Kicinski
4
-0
/
+33
2026-05-26
tunnels: do not assume transport header in iptunnel_pmtud_check_icmp()
Eric Dumazet
1
-3
/
+10
2026-05-26
tunnels: load network headers after skb_cow() in iptunnel_pmtud_build_icmp[v6]()
Eric Dumazet
1
-5
/
+4
2026-05-26
l2tp: use refcount_inc_not_zero in l2tp_session_get_by_ifname
Michael Bommarito
1
-5
/
+6
2026-05-26
Merge tag 'nfsd-7.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
1
-0
/
+3
2026-05-26
Merge tag 'mm-hotfixes-stable-2026-05-25-16-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-32
/
+15
2026-05-26
ethtool: cmis: validate fw->size against start_cmd_payload_size
Jakub Kicinski
1
-0
/
+8
2026-05-26
ethtool: cmis: validate start_cmd_payload_size from module
Jakub Kicinski
1
-14
/
+22
2026-05-26
ethtool: cmis: fix u16-to-u8 truncation of msleep_pre_rpl
Jakub Kicinski
1
-2
/
+2
2026-05-26
ethtool: cmis: require exact CDB reply length
Jakub Kicinski
1
-2
/
+7
2026-05-26
ethtool: module: fix cleanup if socket used for flashing multiple devices
Jakub Kicinski
3
-9
/
+8
2026-05-26
ethtool: module: check fw_flash_in_progress under rtnl_lock
Jakub Kicinski
1
-6
/
+6
2026-05-26
ethtool: module: avoid racy updates to dev->ethtool bitfield
Jakub Kicinski
1
-2
/
+10
2026-05-26
ethtool: module: avoid leaking a netdev ref on module flash errors
Jakub Kicinski
1
-2
/
+3
2026-05-26
ethtool: module: call ethnl_ops_complete() on module flash errors
Jakub Kicinski
1
-1
/
+2
2026-05-26
ethtool: rss: avoid device context leak on reply-build failure
Jakub Kicinski
1
-1
/
+5
2026-05-26
ethtool: rss: fix hkey leak when indir_size is 0
Jakub Kicinski
1
-2
/
+1
2026-05-26
ethtool: rss: fix indir_table and hkey leak on get_rxfh failure
Jakub Kicinski
1
-1
/
+3
2026-05-26
ethtool: rss: fix falsely ignoring indir table updates
Jakub Kicinski
1
-1
/
+1
2026-05-26
ethtool: rss: add missing errno on RSS context delete
Jakub Kicinski
1
-1
/
+3
2026-05-26
ethtool: rss: avoid modifying the RSS context response
Jakub Kicinski
1
-8
/
+10
2026-05-26
net: Avoid checksumming unreadable skb tail on trim
Björn Töpel
1
-4
/
+27
2026-05-26
ip6: vti: Use ip6_tnl.net in vti6_siocdevprivate().
Maoyi Xie
1
-2
/
+9
2026-05-26
ip6: vti: Use ip6_tnl.net in vti6_changelink().
Kuniyuki Iwashima
1
-5
/
+7
2026-05-26
xfrm: input: hold netns during deferred transport reinjection
Zhengchuan Liang
1
-4
/
+12
2026-05-26
xfrm: move policy_bydst RCU sync from per-netns .exit to .pre_exit
Usama Arif
1
-7
/
+8
2026-05-26
xfrm: iptfs: reset runtime state when cloning SAs
Shaomin Chen
1
-5
/
+23
2026-05-25
net: hsr: fix potential OOB access in supervision frame handling
Luka Gejak
1
-2
/
+2
2026-05-25
ipv6: exthdrs: refresh nh pointer after ipv6_hop_jumbo()
Justin Iurman
1
-0
/
+2
2026-05-25
ipv6: exthdrs: refresh nh after handling HAO option
Zhengchuan Liang
1
-0
/
+2
2026-05-25
Merge tag 'nf-26-05-22' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
12
-42
/
+173
2026-05-22
ipv4: free net->ipv4.sysctl_local_reserved_ports after unregister_net_sysctl_table()
Eric Dumazet
1
-1
/
+1
2026-05-22
vsock/virtio: fix skb overhead overflow on 32-bit builds
Stefano Garzarella
1
-1
/
+1
2026-05-22
net/iucv: fix locking in .getsockopt
Breno Leitao
1
-6
/
+14
2026-05-22
net/smc: Do not re-initialize smc hashtables
Alexandra Winter
1
-2
/
+2
2026-05-22
net: netlink: don't set nsid on local notifications
Ilya Maximets
1
-3
/
+7
2026-05-22
net: netlink: fix sending unassigned nsid after assigned one
Ilya Maximets
1
-0
/
+1
2026-05-22
vsock: keep poll shutdown state consistent
Ziyu Zhang
4
-28
/
+52
2026-05-22
netfilter: nf_tables: fix dst corruption in same register operation
Fernando Fernandez Mancera
2
-7
/
+24
2026-05-22
netfilter: nft_fib_ipv6: handle routes via external nexthop
Jiayuan Chen
1
-0
/
+16
2026-05-22
netfilter: nft_fib_ipv6: walk fib6_siblings under RCU
Jiayuan Chen
1
-1
/
+1
2026-05-22
netfilter: ebtables: fix OOB read in compat_mtw_from_user
Florian Westphal
1
-0
/
+30
2026-05-22
netfilter: disable payload mangling in userns
Florian Westphal
2
-2
/
+7
2026-05-22
netfilter: xt_cpu: prefer raw_smp_processor_id
Florian Westphal
1
-1
/
+1
2026-05-22
netfilter: nf_conntrack_gre: fix gre keymap list corruption
Florian Westphal
3
-30
/
+90
2026-05-22
netfilter: synproxy: refresh tcphdr after skb_ensure_writable
Chris Mason
1
-0
/
+2
2026-05-22
netfilter: conntrack: tcp: do not force CLOSE on invalid-seq RST without direction check
Hamza Mahfooz
1
-1
/
+2
2026-05-22
xfrm: esp: restore combined single-frag length gate
Jingguo Tan
2
-4
/
+4
2026-05-22
esp: fix page frag reference leak on skb_to_sgvec failure
e521588
2
-10
/
+14
[prev]
[next]