index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
Files
Lines
24 hours
ipv6: avoid overflows in ip6_datagram_send_ctl()
Eric Dumazet
1
-0
/
+10
24 hours
net: ipv6: flowlabel: defer exclusive option free until RCU teardown
Zhengchuan Liang
1
-5
/
+0
24 hours
ipv6: prevent possible UaF in addrconf_permanent_addr()
Paolo Abeni
1
-3
/
+3
24 hours
ip6_tunnel: clear skb2->cb[] in ip4ip6_err()
Eric Dumazet
1
-0
/
+5
24 hours
ipv6: icmp: clear skb2->cb[] in ip6_err_gen_icmpv6_unreach()
Eric Dumazet
1
-0
/
+3
24 hours
net/ipv6: ioam6: prevent schema length wraparound in trace fill
Pengpeng Hou
1
-2
/
+2
24 hours
net: ipv6: ndisc: fix ndisc_ra_useropt to initialize nduseropt_padX fields to...
Yochai Eisenrich
1
-0
/
+3
10 days
netfilter: ip6t_rt: reject oversized addrnr in rt_mt6_check()
Ren Wei
1
-0
/
+4
10 days
ipv6: Don't remove permanent routes with exceptions from tb6_gc_hlist.
Kuniyuki Iwashima
3
-6
/
+6
10 days
ipv6: Remove permanent routes from tb6_gc_hlist when all exceptions expire.
Kuniyuki Iwashima
1
-1
/
+12
10 days
esp: fix skb leak with espintcp and async crypto
Sabrina Dubroca
1
-3
/
+6
2026-03-25
ipv6: add NULL checks for idev in SRv6 paths
Minhong He
2
-0
/
+6
2026-03-19
net/tcp-md5: Fix MAC comparison to be constant-time
Eric Biggers
1
-1
/
+2
2026-03-12
net: ipv6: fix panic when IPv4 route references loopback IPv6 nexthop
Jiayuan Chen
1
-5
/
+3
2026-03-12
tcp: secure_seq: add back ports to TS offset
Eric Dumazet
2
-23
/
+25
2026-03-12
ipv6: fix NULL pointer deref in ip6_rt_get_dev_rcu()
Jakub Kicinski
1
-1
/
+2
2026-03-12
inet: annotate data-races around isk->inet_num
Eric Dumazet
1
-1
/
+2
2026-03-04
ipv6: ioam: fix heap buffer overflow in __ioam6_fill_trace_data()
Qanux
3
-9
/
+20
2026-03-04
udplite: Fix null-ptr-deref in __udp_enqueue_schedule_skb().
Kuniyuki Iwashima
1
-2
/
+1
2026-03-04
tcp: fix potential race in tcp_v6_syn_recv_sock()
Eric Dumazet
1
-56
/
+42
2026-03-04
xfrm6: fix uninitialized saddr in xfrm6_get_saddr()
Jiayuan Chen
1
-2
/
+5
2026-03-04
ipv6: exthdrs: annotate data-race over multiple sysctl
Eric Dumazet
1
-4
/
+6
2026-03-04
ipv6: annotate data-races in net/ipv6/route.c
Eric Dumazet
1
-11
/
+13
2026-03-04
ipv6: annotate data-races over sysctl.flowlabel_reflect
Eric Dumazet
3
-4
/
+6
2026-02-26
ipv6: icmp: remove obsolete code in icmpv6_xrlim_allow()
Eric Dumazet
2
-7
/
+2
2026-02-26
ipv6: Fix out-of-bound access in fib6_add_rt2node().
Kuniyuki Iwashima
1
-1
/
+1
2026-02-26
inet: RAW sockets using IPPROTO_RAW MUST drop incoming ICMP
Eric Dumazet
1
-0
/
+6
2026-02-05
ipv6: Fix ECMP sibling count mismatch when clearing RTF_ADDRCONF
Shigeru Yoshida
1
-1
/
+2
2026-01-29
net: fix segmentation of forwarding fraglist GRO
Jibin Zhang
1
-1
/
+2
2026-01-25
ipv6: use the right ifindex when replying to icmpv6 from localhost
Fernando Fernandez Mancera
1
-1
/
+3
2026-01-20
ipv6: annotate data-race in ndisc_router_discovery()
Eric Dumazet
1
-2
/
+2
2026-01-15
Merge tag 'ipsec-2026-01-14' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Abeni
1
-2
/
+2
2026-01-13
ipv6: Fix use-after-free in inet6_addr_del().
Kuniyuki Iwashima
1
-2
/
+2
2026-01-13
dst: fix races in rt6_uncached_list_del() and rt_del_uncached_list()
Eric Dumazet
1
-2
/
+2
2026-01-09
ip6_tunnel: use skb_vlan_inet_prepare() in __ip6_tnl_rcv()
Eric Dumazet
1
-1
/
+1
2025-12-30
ipv6: fix a BUG in rt6_get_pcpu_route() under PREEMPT_RT
Jiayuan Chen
1
-1
/
+12
2025-12-29
ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr()
Will Rosenberg
1
-1
/
+2
2025-12-23
erspan: Initialize options_len before referencing options.
Frode Nordahl
1
-2
/
+4
2025-12-22
ip6_gre: make ip6gre_header() robust
Eric Dumazet
1
-1
/
+8
2025-12-04
xfrm: Fix inner mode lookup in tunnel mode GSO segmentation
Jianbo Liu
1
-2
/
+2
2025-11-25
tcp: introduce icsk->icsk_keepalive_timer
Eric Dumazet
1
-2
/
+2
2025-11-25
tcp: rename icsk_timeout() to tcp_timeout_expires()
Eric Dumazet
1
-2
/
+2
2025-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+4
2025-11-18
ipv6: clear RA flags when adding a static route
Fernando Fernandez Mancera
1
-0
/
+4
2025-11-14
ipv6: clean up routes when manually removing address with a lifetime
Jakub Kicinski
1
-1
/
+1
2025-11-07
tcp: Call tcp_syn_ack_timeout() directly.
Kuniyuki Iwashima
1
-1
/
+0
2025-11-04
net: Convert proto callbacks from sockaddr to sockaddr_unsized
Kees Cook
6
-14
/
+16
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
2
-3
/
+3
2025-10-30
xfrm: Determine inner GSO type from packet inner protocol
Jianbo Liu
1
-2
/
+4
[next]