summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* udp: fix race between close() and udp_abort()Paolo Abeni2021-06-301-0/+3
* mld: fix panic in mld_newpack()Taehee Yoo2021-06-031-3/+0
* ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet2021-05-224-6/+0
* ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet2021-05-221-1/+1
* sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet2021-05-221-3/+1
* ip6_vti: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet2021-05-221-1/+1
* net: sit: Unregister catch-all devicesHristo Venev2021-04-281-2/+2
* netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal2021-04-161-0/+2
* net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlhMuhammad Usama Anjum2021-04-161-3/+5
* ipv6: weaken the v4mapped source checkJakub Kicinski2021-04-072-10/+5
* net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2021-03-032-13/+15
* ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet2021-03-032-7/+8
* icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld2021-03-031-0/+34
* ipv6: create multicast route with RTPROT_KERNELMatteo Croce2021-01-301-0/+1
* net: sit: unregister_netdevice on newlink's error pathJakub Kicinski2021-01-231-1/+4
* net: ipv6: keep sk status consistent after datagram connect failurePaolo Abeni2021-01-091-4/+17
* ah6: fix error return code in ah6_input()Zhang Changzhong2020-11-241-1/+2
* net: Update window_clamp if SOCK_RCVBUF is setMao Wenan2020-11-181-2/+8
* IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms2020-11-181-2/+0
* gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPYMark Tomlinson2020-09-031-1/+9
* ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang2020-08-212-5/+13
* ip6_gre: fix null-ptr-deref in ip6gre_init_net()Wei Yongjun2020-07-311-5/+6
* net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin2020-07-311-1/+1
* ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo2020-06-301-3/+6
* mld: fix memory leak in ipv6_mc_destroy_dev()Wang Hai2020-06-301-0/+1
* ipv6: fix IPV6_ADDRFORM operation logicHangbin Liu2020-06-201-6/+7
* esp6: fix memleak on error path in esp6_inputZhen Lei2020-06-111-1/+3
* Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"Maciej Żenczykowski2020-05-201-2/+4
* netlabel: cope with NULL catmapPaolo Abeni2020-05-201-1/+2
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2020-05-202-6/+7
* net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca2020-05-207-12/+12
* xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern2020-05-021-2/+0
* ipv6: fix restrict IPV6_ADDRFORM operationJohn Haxby2020-05-021-7/+6
* vti6: Fix memory leak of skb if input policy check failsTorsten Hilbrich2020-04-021-1/+1
* vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel2020-04-021-7/+25
* ipv6: restrict IPV6_ADDRFORM operationEric Dumazet2020-03-201-2/+8
* ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interfaceHangbin Liu2020-03-201-0/+4
* ipv6: Fix route replacement with dev-only routeBenjamin Poirier2020-03-111-3/+4
* ipv6: Fix nlmsg_flags when splitting a multipath routeBenjamin Poirier2020-03-111-0/+1
* vti[6]: fix packet tx through bpf_redirect()Nicolas Dichtel2020-02-051-2/+11
* net, ip6_tunnel: fix namespaces moveWilliam Dauchy2020-01-291-3/+1
* inet: frags: call inet_frags_fini() after unregister_pernet_subsys()Eric Dumazet2020-01-291-1/+1
* tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2020-01-041-1/+2
* Revert "net: sit: fix memory leak in sit_init_net()"Ajay Kaher2019-10-291-1/+0
* ipv6: Handle missing host route in __ipv6_ifa_notifyDavid Ahern2019-10-071-5/+12
* ipv6: drop incoming packets having a v4mapped source addressEric Dumazet2019-10-071-0/+10
* ipv6: Fix the link time qualifier of 'ping_v6_proc_exit_net()'Christophe JAILLET2019-09-211-1/+1
* mld: fix memory leak in mld_del_delrec()Eric Dumazet2019-09-101-2/+3
* inet: switch IP ID generator to siphashEric Dumazet2019-08-251-14/+16
* ip6_tunnel: fix possible use-after-free on xmitHaishuang Yan2019-08-111-4/+4