summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2017-07-21net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern
2017-07-21ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca
2017-07-21ipv6: avoid unregistering inet6_dev for loopbackWANG Cong
2017-07-05ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson
2017-07-05ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()Eric Dumazet
2017-07-05ipv6: Do not leak throw route referencesSerhey Popovych
2017-07-05ipv6: fix calling in6_ifa_hold incorrectly for dad workXin Long
2017-07-05proc: snmp6: Use correct type in memsetChristian Perle
2017-07-05ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn
2017-06-24ila_xlat: add missing hash secret initializationArnd Bergmann
2017-06-17ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switchesLinus Lüssing
2017-06-17ipv6: addrconf: fix generation of new temporary addressesMarcus Huewe
2017-06-17ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton
2017-06-17ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton
2017-06-14net/ipv6: Fix CALIPSO causing GPF with datagram supportRichard Haines
2017-06-14net: ping: do not abuse udp_poll()Eric Dumazet
2017-06-14ipv6: Fix leak in ipv6_gso_segment().David S. Miller
2017-06-14ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings
2017-06-07ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet
2017-06-07ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller
2017-06-07ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek
2017-06-07ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong
2017-05-14ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong
2017-05-14ipv6: initialize route null entry in addrconf_init()WANG Cong
2017-05-14ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko
2017-05-14net: ipv6: Do not duplicate DAD on link upDavid Ahern
2017-05-03ipv6: check raw payload size correctly in ioctlJamie Bainbridge
2017-05-03ipv6: check skb->protocol before lookup for nexthopWANG Cong
2017-05-03net: ipv6: regenerate host route if moved to gc listDavid Ahern
2017-05-03ip6mr: fix notification device destructionNikolay Aleksandrov
2017-05-03net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern
2017-05-03net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn
2017-05-03ipv6: Fix idev->addr_list corruptionRabin Vincent
2017-04-21net: ipv6: check route protocol when deleting routesMantas M
2017-03-30ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko
2017-03-22dccp/tcp: fix routing redirect raceJon Maxwell
2017-03-22ipv6: avoid write to a possibly cloned skbFlorian Westphal
2017-03-22ipv6: make ECMP route replacement less greedySabrina Dubroca
2017-03-22net/tunnel: set inner protocol in network gro hooksPaolo Abeni
2017-03-22ipv6: orphan skbs in reassembly unitEric Dumazet
2017-03-22vti6: return GRE_KEY for vti6David Forster
2017-02-18tcp: don't annotate mark on control socket from tcp_v6_send_response()Pablo Neira
2017-02-18tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol
2017-02-18igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu
2017-02-18mld: do not remove mld souce list info when set link downHangbin Liu
2017-02-18sit: fix a double free on error pathWANG Cong
2017-02-18ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet
2017-02-18ip6_gre: fix ip6gre_err() invalid readsEric Dumazet
2017-02-18ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter
2017-02-18ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet