summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
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: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko
2021-07-20ipv6: use prandom_u32() for ID generationWilly Tarreau
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-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-01-30ipv6: create multicast route with RTPROT_KERNELMatteo Croce
2021-01-23net: sit: unregister_netdevice on newlink's error pathJakub Kicinski
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-08-21ipv6: check skb->protocol before lookup for nexthopWANG Cong
2020-08-21udp: drop corrupt packets earlier to avoid data corruptionDexuan Cui
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-29mld: fix memory leak in ipv6_mc_destroy_dev()Wang Hai
2020-06-29ip6_gre: fix use-after-free in ip6gre_tunnel_lookup()Taehee Yoo
2020-06-20ipv6: fix IPV6_ADDRFORM operation logicHangbin Liu
2020-06-11esp6: fix memleak on error path in esp6_inputZhen Lei
2020-05-27l2tp: lock socket before checking flags in connect()Guillaume Nault
2020-05-20net: handle no dst on skb in icmp6_sendDavid Ahern
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-10net: icmp6_send should use dst dev to determine L3 domainDavid Ahern
2020-05-10vti6: fix input pathNicolas Dichtel
2020-05-10net: vrf: Fix dst reference countingDavid Ahern
2020-05-10udp: restore UDPlite many-cast deliveryPablo Neira
2020-05-10netfilter: nft_dup: do not use sreg_dev if the user doesn't specify itLiping Zhang
2020-05-10net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern
2020-05-10ipv6: add missing netconf notif when 'all' is updatedNicolas Dichtel
2020-05-10ipv6: do not abuse GFP_ATOMIC in inet6_netconf_notify_devconf()Eric Dumazet
2020-05-10ipv6: fix checksum annotation in udp6_csum_initHannes Frederic Sowa
2020-05-10net: vrf: Fix dev refcnt leak due to IPv6 prefix routeDavid Ahern
2020-05-10net/xfrm_input: fix possible NULL deref of tunnel.ip6->parms.i_keyAlexey Kodanev
2020-05-10net: ipv6: tcp reset, icmp need to consider L3 domainDavid Ahern
2020-05-05ipv6: use READ_ONCE() for inet->hdrincl as in ipv4Olivier Matz
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-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
2020-03-20ipv6: restrict IPV6_ADDRFORM operationEric Dumazet
2020-03-11ipv6: Fix route replacement with dev-only routeBenjamin Poirier