index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
Age
Commit message (
Expand
)
Author
2022-05-12
net: ipv6: ensure we call ipv6_mc_down() at most once
j.nixdorf@avm.de
2022-03-28
net: ipv6: fix skb_over_panic in __ip6_append_data
Tadeusz Struk
2022-03-08
xfrm: fix MTU regression
Jiri Bohac
2022-03-02
gso: do not skip outer ip header in case of ipip and net_failover
Tao Liu
2022-02-16
ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure path
Eric Dumazet
2022-02-08
ipv6_tunnel: Rate limit warning messages
Ido Schimmel
2022-01-27
cipso,calipso: resolve a number of problems with the DOI refcounts
Paul Moore
2022-01-11
ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivate
William Zhao
2021-10-17
netfilter: ip6_tables: zero-initialize fragment offset
Jeremy Sowden
2021-10-06
net: udp: annotate data race around udp_sk(sk)->corkflag
Eric Dumazet
2021-07-28
ipv6: tcp: drop silly ICMPv6 packet too big messages
Eric Dumazet
2021-07-28
tcp: annotate data races around tp->mtu_info
Eric Dumazet
2021-07-28
net: ipv6: fix return value of ip6_skb_dst_mtu
Vadim Fedorenko
2021-07-20
ipv6: use prandom_u32() for ID generation
Willy Tarreau
2021-06-30
udp: fix race between close() and udp_abort()
Paolo Abeni
2021-06-03
mld: fix panic in mld_newpack()
Taehee Yoo
2021-05-22
ipv6: remove extra dev_hold() for fallback tunnels
Eric Dumazet
2021-05-22
ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods
Eric Dumazet
2021-05-22
sit: proper dev_{hold|put} in ndo_[un]init methods
Eric Dumazet
2021-05-22
ip6_vti: proper dev_{hold|put} in ndo_[un]init methods
Eric Dumazet
2021-04-28
net: sit: Unregister catch-all devices
Hristo Venev
2021-04-16
netfilter: x_tables: fix compat match/target pad out-of-bound write
Florian Westphal
2021-04-16
net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlh
Muhammad Usama Anjum
2021-04-07
ipv6: weaken the v4mapped source check
Jakub Kicinski
2021-03-03
net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sending
Jason A. Donenfeld
2021-03-03
ipv6: icmp6: avoid indirect call for icmpv6_send()
Eric Dumazet
2021-03-03
icmp: introduce helper for nat'd source address in network device context
Jason A. Donenfeld
2021-01-30
ipv6: create multicast route with RTPROT_KERNEL
Matteo Croce
2021-01-23
net: sit: unregister_netdevice on newlink's error path
Jakub Kicinski
2021-01-09
net: ipv6: keep sk status consistent after datagram connect failure
Paolo Abeni
2020-11-24
ah6: fix error return code in ah6_input()
Zhang Changzhong
2020-11-18
net: Update window_clamp if SOCK_RCVBUF is set
Mao Wenan
2020-11-18
IPv6: Set SIT tunnel hard_header_len to zero
Oliver Herms
2020-09-03
gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPY
Mark Tomlinson
2020-08-21
ipv6: fix memory leaks on IPV6_ADDRFORM path
Cong Wang
2020-07-31
ip6_gre: fix null-ptr-deref in ip6gre_init_net()
Wei Yongjun
2020-07-31
net: udp: Fix wrong clean up for IS_UDPLITE macro
Miaohe Lin
2020-06-30
ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()
Taehee Yoo
2020-06-30
mld: fix memory leak in ipv6_mc_destroy_dev()
Wang Hai
2020-06-20
ipv6: fix IPV6_ADDRFORM operation logic
Hangbin Liu
2020-06-11
esp6: fix memleak on error path in esp6_input
Zhen Lei
2020-05-20
Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"
Maciej Żenczykowski
2020-05-20
netlabel: cope with NULL catmap
Paolo Abeni
2020-05-20
net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup
Sabrina Dubroca
2020-05-20
net: ipv6: add net argument to ip6_dst_lookup_flow
Sabrina Dubroca
2020-05-02
xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finish
David Ahern
2020-05-02
ipv6: fix restrict IPV6_ADDRFORM operation
John Haxby
2020-04-02
vti6: Fix memory leak of skb if input policy check fails
Torsten Hilbrich
2020-04-02
vti[6]: fix packet tx through bpf_redirect() in XinY cases
Nicolas Dichtel
2020-03-20
ipv6: restrict IPV6_ADDRFORM operation
Eric Dumazet
[next]