summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2021-03-03net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2-13/+15
2021-03-03ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet2-7/+8
2021-03-03icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld1-0/+34
2021-01-30ipv6: create multicast route with RTPROT_KERNELMatteo Croce1-0/+1
2021-01-23net: sit: unregister_netdevice on newlink's error pathJakub Kicinski1-1/+4
2021-01-09net: ipv6: keep sk status consistent after datagram connect failurePaolo Abeni1-4/+17
2020-11-24ah6: fix error return code in ah6_input()Zhang Changzhong1-1/+2
2020-11-18net: Update window_clamp if SOCK_RCVBUF is setMao Wenan1-2/+8
2020-11-18IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms1-2/+0
2020-09-03gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPYMark Tomlinson1-1/+9
2020-08-21ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang2-5/+13
2020-07-31ip6_gre: fix null-ptr-deref in ip6gre_init_net()Wei Yongjun1-5/+6
2020-07-31net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin1-1/+1
2020-06-30ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo1-3/+6
2020-06-30mld: fix memory leak in ipv6_mc_destroy_dev()Wang Hai1-0/+1
2020-06-20ipv6: fix IPV6_ADDRFORM operation logicHangbin Liu1-6/+7
2020-06-11esp6: fix memleak on error path in esp6_inputZhen Lei1-1/+3
2020-05-20Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"Maciej Żenczykowski1-2/+4
2020-05-20netlabel: cope with NULL catmapPaolo Abeni1-1/+2
2020-05-20net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2-6/+7
2020-05-20net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca7-12/+12
2020-05-02xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern1-2/+0
2020-05-02ipv6: fix restrict IPV6_ADDRFORM operationJohn Haxby1-7/+6
2020-04-02vti6: Fix memory leak of skb if input policy check failsTorsten Hilbrich1-1/+1
2020-04-02vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel1-7/+25
2020-03-20ipv6: restrict IPV6_ADDRFORM operationEric Dumazet1-2/+8
2020-03-20ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interfaceHangbin Liu1-0/+4
2020-03-11ipv6: Fix route replacement with dev-only routeBenjamin Poirier1-3/+4
2020-03-11ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier1-0/+1
2020-02-05vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel1-2/+11
2020-01-29net, ip6_tunnel: fix namespaces moveWilliam Dauchy1-3/+1
2020-01-29inet: frags: call inet_frags_fini() after unregister_pernet_subsys()Eric Dumazet1-1/+1
2020-01-04tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet1-1/+2
2019-10-29Revert "net: sit: fix memory leak in sit_init_net()"Ajay Kaher1-1/+0
2019-10-07ipv6: Handle missing host route in __ipv6_ifa_notifyDavid Ahern1-5/+12
2019-10-07ipv6: drop incoming packets having a v4mapped source addressEric Dumazet1-0/+10
2019-09-21ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'Christophe JAILLET1-1/+1
2019-09-10mld: fix memory leak in mld_del_delrec()Eric Dumazet1-2/+3
2019-08-25inet: switch IP ID generator to siphashEric Dumazet1-14/+16
2019-08-11ip6_tunnel: fix possible use-after-free on xmitHaishuang Yan1-4/+4
2019-08-04ipv6: check sk sk_type and protocol early in ip_mroute_set/getsockoptXin Long1-3/+8
2019-07-21netfilter: ipv6: nf_defrag: accept duplicate fragments againGuillaume Nault1-3/+7
2019-07-21netfilter: ipv6: nf_defrag: fix leakage of unqueued fragmentsGuillaume Nault1-7/+5
2019-07-10bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_errMartin KaFai Lau1-1/+1
2019-07-10bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau1-1/+1
2019-06-22ipv6: flowlabel: fl6_sock_lookup() must use atomic_inc_not_zeroEric Dumazet1-3/+4
2019-06-11ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz1-2/+10
2019-06-11ipv6: fix EFAULT on sendto with icmpv6 and hdrinclOlivier Matz1-5/+8
2019-06-11ipv6: Consider sk_bound_dev_if when binding a raw socket to an addressMike Manning1-0/+2
2019-05-25xfrm6_tunnel: Fix potential panic when unloading xfrm6_tunnel moduleSu Yanjun1-0/+4