summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2018-05-22vti6: better validate user provided tunnel namesEric Dumazet
2018-05-22ip6_tunnel: better validate user provided tunnel namesEric Dumazet
2018-05-22ip6_gre: better validate user provided tunnel namesEric Dumazet
2018-05-22ipv6: sit: better validate user provided tunnel namesEric Dumazet
2018-05-22ipv6: avoid dad-failures for addresses with NODADMahesh Bandewar
2018-05-22ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()Lorenzo Bianconi
2018-05-22ip6_vti: adjust vti mtu according to mtu of lower deviceAlexey Kodanev
2018-05-22net: ipv6: send unsolicited NA on admin upDavid Ahern
2018-03-20netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pktFlorian Westphal
2018-03-20udplite: fix partial checksum initializationAlexey Kodanev
2018-03-20ipv6 sit: work around bogus gcc-8 -Wrestrict warningArnd Bergmann
2018-03-20ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath
2018-03-04netfilter: drop outermost socket lock in getsockopt()Paolo Abeni
2018-03-04netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni
2018-02-28ip6mr: fix stale iteratorNikolay Aleksandrov
2018-02-28ipv6: ip6_make_skb() needs to clear cork.base.dstEric Dumazet
2018-02-28ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney
2018-02-28ipv6: fix possible mem leaks in ipv6_make_skb()Eric Dumazet
2018-02-28tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch
2018-02-28ipv6: mcast: better catch silly mtu valuesEric Dumazet
2018-01-17sit: update frag_off infoHangbin Liu
2018-01-17ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong
2018-01-17vti6: Don't report path MTU below IPV6_MIN_MTU.Steffen Klassert
2018-01-17vti6: fix device register to report IFLA_INFO_KINDDavid Forster
2018-01-17ipv6: avoid unregistering inet6_dev for loopbackWANG Cong
2018-01-17dccp/tcp: fix routing redirect raceJon Maxwell
2018-01-17ipv6: make ECMP route replacement less greedySabrina Dubroca
2018-01-17vti6: return GRE_KEY for vti6David Forster
2017-12-08ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong
2017-12-06ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet
2017-11-05vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev
2017-11-05udpv6: Fix the checksum computation when HW checksum does not applySubash Abhinov Kasiviswanathan
2017-10-05ipv6: Remove sit_gro_receive()Florian Fainelli
2017-10-03ipv6: fix typo in fib6_net_exit()Eric Dumazet
2017-10-03ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca
2017-10-03ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()Stefano Brivio
2017-10-03ipv6: reset fn->rr_ptr when replacing routeWei Wang
2017-09-10net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-09-10ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca
2017-09-10ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li
2017-07-31ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca
2017-07-31ipv6: fix calling in6_ifa_hold incorrectly for dad workXin Long
2017-07-31ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn
2017-06-25ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switchesLinus Lüssing
2017-06-25ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton
2017-06-25ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton
2017-06-25net: ping: do not abuse udp_poll()Eric Dumazet
2017-06-25ipv6: Fix leak in ipv6_gso_segment().David S. Miller
2017-06-25ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings
2017-06-24ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet