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
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-26
netfilter: nf_conntrack_expect: store netns and zone in expectation
Pablo Neira Ayuso
1
-1
/
+17
2026-03-26
netfilter: ctnetlink: ensure safe access to master conntrack
Pablo Neira Ayuso
1
-0
/
+5
2026-03-26
netfilter: nf_conntrack_expect: honor expectation helper field
Pablo Neira Ayuso
1
-1
/
+1
2026-03-24
net_sched: codel: fix stale state for empty flows in fq_codel
Jonas Köppeler
1
-0
/
+1
2026-03-24
Merge tag 'ipsec-2026-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
Paolo Abeni
1
-1
/
+1
2026-03-23
udp: Fix wildcard bind conflict check when using hash2
Martin KaFai Lau
1
-0
/
+14
2026-03-23
ipv6: Don't remove permanent routes with exceptions from tb6_gc_hlist.
Kuniyuki Iwashima
1
-1
/
+20
2026-03-19
Bluetooth: L2CAP: Fix regressions caused by reusing ident
Luiz Augusto von Dentz
1
-0
/
+1
2026-03-18
Merge tag 'wireless-2026-03-18' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless
Jakub Kicinski
1
-1
/
+3
2026-03-18
udp_tunnel: fix NULL deref caused by udp_sock_create6 when CONFIG_IPV6=n
Xiang Mei
1
-1
/
+1
2026-03-18
wifi: mac80211: always free skb on ieee80211_tx_prepare_skb() failure
Felix Fietkau
1
-1
/
+3
2026-03-17
clsact: Fix use-after-free in init/destroy rollback asymmetry
Daniel Borkmann
1
-0
/
+5
2026-03-16
net/sched: teql: Fix double-free in teql_master_xmit
Jamal Hadi Salim
1
-0
/
+28
2026-03-13
nf_tables: nft_dynset: fix possible stateful expression memleak in error path
Pablo Neira Ayuso
1
-0
/
+2
2026-03-13
netfilter: revert nft_set_rbtree: validate open interval overlap
Florian Westphal
1
-4
/
+0
2026-03-12
ip_tunnel: adapt iptunnel_xmit_stats() to NETDEV_PCPU_STAT_DSTATS
Eric Dumazet
1
-6
/
+22
2026-03-12
net: prevent NULL deref in ip[6]tunnel_xmit()
Eric Dumazet
1
-4
/
+6
2026-03-12
xfrm: avoid RCU warnings around the per-netns netlink socket
Sabrina Dubroca
1
-1
/
+1
2026-03-10
page_pool: store detach_time as ktime_t to avoid false-negatives
Jakub Kicinski
1
-1
/
+1
2026-03-10
net: add xmit recursion limit to tunnel xmit functions
Weiming Shi
2
-0
/
+19
2026-03-05
libeth, idpf: use truesize as XDP RxQ info frag_size
Larysa Zaremba
1
-0
/
+3
2026-03-05
xsk: introduce helper to determine rxq->frag_size
Larysa Zaremba
1
-0
/
+10
2026-03-05
net/sched: act_ife: Fix metalist update behavior
Jamal Hadi Salim
1
-3
/
+1
2026-03-05
netfilter: nft_set_pipapo: split gc into unlink and reclaim phase
Florian Westphal
1
-0
/
+5
2026-03-05
netfilter: nf_tables: clone set on flush only
Pablo Neira Ayuso
1
-0
/
+2
2026-03-04
tcp: secure_seq: add back ports to TS offset
Eric Dumazet
2
-9
/
+42
2026-03-04
net: sched: avoid qdisc_reset_all_tx_gt() vs dequeue race for lockless qdiscs
Koichiro Den
1
-0
/
+10
2026-03-03
net: ipv4: fix ARM64 alignment fault in multipath hash seed
Yung Chih Su
1
-1
/
+1
2026-03-03
bpf/bonding: reject vlan+srcmac xmit_hash_policy change when XDP is loaded
Jiayuan Chen
1
-0
/
+1
2026-02-28
xsk: Fix fragment node deletion to prevent buffer leak
Nikhil P. Rao
1
-3
/
+3
2026-02-27
net/sched: Only allow act_ct to bind to clsact/ingress qdiscs and shared blocks
Victor Nogueira
1
-0
/
+1
2026-02-27
inet: annotate data-races around isk->inet_num
Eric Dumazet
3
-3
/
+3
2026-02-27
net/sched: act_gate: snapshot parameters with RCU on replace
Paul Moses
1
-7
/
+26
2026-02-26
Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
6
-8
/
+26
2026-02-26
vsock: lock down child_ns_mode as write-once
Bobby Eshleman
2
-2
/
+14
2026-02-24
Merge tag 'for-net-2026-02-23' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth
Paolo Abeni
1
-3
/
+5
2026-02-24
net: Drop the lock in skb_may_tx_timestamp()
Sebastian Andrzej Siewior
1
-1
/
+1
2026-02-23
Bluetooth: L2CAP: Fix result of L2CAP_ECRED_CONN_RSP when MTU is too short
Luiz Augusto von Dentz
1
-3
/
+3
2026-02-23
Bluetooth: L2CAP: Fix invalid response to L2CAP_ECRED_RECONF_REQ
Luiz Augusto von Dentz
1
-0
/
+2
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
5
-6
/
+6
2026-02-19
tcp: fix potential race in tcp_v6_syn_recv_sock()
Eric Dumazet
2
-2
/
+6
2026-02-19
Merge tag 'net-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
4
-7
/
+18
2026-02-18
inet: move icmp_global_{credit,stamp} to a separate cache line
Eric Dumazet
1
-2
/
+7
2026-02-18
Merge tag 'sysctl-7.00-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctl
Linus Torvalds
1
-2
/
+0
2026-02-17
ipv6: addrconf: reduce default temp_valid_lft to 2 days
Fernando Fernandez Mancera
1
-1
/
+2
2026-02-17
ipv6: fix a race in ip6_sock_set_v6only()
Eric Dumazet
1
-4
/
+7
2026-02-13
ipv6: ioam: fix heap buffer overflow in __ioam6_fill_trace_data()
Qanux
1
-0
/
+2
2026-02-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-3
/
+44
[next]