aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)Author
2021-11-26gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE...Stephen Suryaputra
2021-10-17netfilter: ip6_tables: zero-initialize fragment offsetJeremy Sowden
2021-10-06net: udp: annotate data race around udp_sk(sk)->corkflagEric Dumazet
2021-09-22netfilter: socket: icmp6: fix use-after-scopeBenjamin Hesmans
2021-07-28ipv6: tcp: drop silly ICMPv6 packet too big messagesEric Dumazet
2021-07-28tcp: annotate data races around tp->mtu_infoEric Dumazet
2021-07-28net: send SYNACK packet with accepted fwmarkAlexander Ovechkin
2021-07-28net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko
2021-07-20ipv6: use prandom_u32() for ID generationWilly Tarreau
2021-06-30udp: fix race between close() and udp_abort()Paolo Abeni
2021-06-03ipv6: record frag_max_size in atomic fragments in input pathFrancesco Ruggeri
2021-06-03mld: fix panic in mld_newpack()Taehee Yoo
2021-05-22ipv6: remove extra dev_hold() for fallback tunnelsEric Dumazet
2021-05-22ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2021-05-22sit: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2021-05-22ip6_vti: proper dev_{hold|put} in ndo_[un]init methodsEric Dumazet
2021-04-28net: sit: Unregister catch-all devicesHristo Venev
2021-04-16netfilter: x_tables: fix compat match/target pad out-of-bound writeFlorian Westphal
2021-04-16net: ipv6: check for validity before dereferencing cfg->fc_nlinfo.nlhMuhammad Usama Anjum
2021-04-07ipv6: weaken the v4mapped source checkJakub Kicinski
2021-03-17cipso,calipso: resolve a number of problems with the DOI refcountsPaul Moore
2021-03-03net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld
2021-03-03ipv6: icmp6: avoid indirect call for icmpv6_send()Eric Dumazet
2021-03-03icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld
2021-01-30ipv6: create multicast route with RTPROT_KERNELMatteo Croce
2021-01-23net: ipv6: Validate GSO SKB before finish IPv6 processingAya Levin
2021-01-23net: sit: unregister_netdevice on newlink's error pathJakub Kicinski
2021-01-23esp: avoid unneeded kmap_atomic callWillem de Bruijn
2020-11-24ah6: fix error return code in ah6_input()Zhang Changzhong
2020-11-18net: Update window_clamp if SOCK_RCVBUF is setMao Wenan
2020-11-18IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms
2020-10-01net: ipv6: fix kconfig dependency warning for IPV6_SEG6_HMACNecip Fazil Yildiran
2020-09-03gre6: Fix reception with IP6_TNL_F_RCV_DSCP_COPYMark Tomlinson
2020-08-21ipv6: fix memory leaks on IPV6_ADDRFORM pathCong Wang
2020-07-31ip6_gre: fix null-ptr-deref in ip6gre_init_net()Wei Yongjun
2020-07-31net: udp: Fix wrong clean up for IS_UDPLITE macroMiaohe Lin
2020-06-30ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo
2020-06-30mld: fix memory leak in ipv6_mc_destroy_dev()Wang Hai
2020-06-20ipv6: fix IPV6_ADDRFORM operation logicHangbin Liu
2020-06-03esp6: get the right proto for transport mode in esp6_gso_encapXin Long
2020-05-20Revert "ipv6: add mtu lock check in __ip6_rt_update_pmtu"Maciej Żenczykowski
2020-05-20netlabel: cope with NULL catmapPaolo Abeni
2020-05-20net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2020-05-20net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2020-05-20ipv6: fix cleanup ordering for ip6_mr failureSabrina Dubroca
2020-05-02xfrm: Always set XFRM_TRANSFORMED in xfrm{4,6}_output_finishDavid Ahern
2020-05-02ipv6: fix restrict IPV6_ADDRFORM operationJohn Haxby
2020-04-13ipv6: don't auto-add link-local address to lag portsJarod Wilson
2020-04-02vti6: Fix memory leak of skb if input policy check failsTorsten Hilbrich
2020-04-02vti[6]: fix packet tx through bpf_redirect() in XinY casesNicolas Dichtel