aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
AgeCommit message (Expand)Author
2017-11-10ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong
2017-11-10ipv6: initialize route null entry in addrconf_init()WANG Cong
2017-11-10ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko
2017-11-10net: ipv6: Do not duplicate DAD on link upDavid Ahern
2017-11-10ipv6: check raw payload size correctly in ioctlJamie Bainbridge
2017-11-10ipv6: check skb->protocol before lookup for nexthopWANG Cong
2017-11-10net: ipv6: regenerate host route if moved to gc listDavid Ahern
2017-11-10ip6mr: fix notification device destructionNikolay Aleksandrov
2017-11-10net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern
2017-11-10net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn
2017-11-10ipv6: Fix idev->addr_list corruptionRabin Vincent
2017-07-23net: ipv6: check route protocol when deleting routesMantas M
2017-06-02ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko
2017-05-21dccp/tcp: fix routing redirect raceJon Maxwell
2017-05-21ipv6: avoid write to a possibly cloned skbFlorian Westphal
2017-05-21ipv6: make ECMP route replacement less greedySabrina Dubroca
2017-05-21net/tunnel: set inner protocol in network gro hooksPaolo Abeni
2017-05-21ipv6: orphan skbs in reassembly unitEric Dumazet
2017-05-21vti6: return GRE_KEY for vti6David Forster
2017-03-20tcp: fix mark propagation with fwmark_reflect enabledPau Espin Pedrol
2017-03-20mld: do not remove mld souce list info when set link downHangbin Liu
2017-03-20sit: fix a double free on error pathWANG Cong
2017-03-20ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet
2017-03-20ip6_gre: fix ip6gre_err() invalid readsEric Dumazet
2017-03-20ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet
2017-03-20ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang
2017-03-20lwtunnel: fix autoload of lwt modulesDavid Ahern
2017-03-20ip6_tunnel: Account for tunnel header in tunnel MTUJakub Sitnicki
2017-03-20net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern
2017-02-21gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu
2017-02-21ipv6: handle -EFAULT from skb_copy_bitsDave Jones
2017-02-21inet: fix IP(V6)_RECVORIGDSTADDR for udp socketsWillem de Bruijn
2016-12-10esp6: Fix integrity verification when ESN are usedTobias Brunner
2016-12-10Revert: "ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()"Eli Cooper
2016-12-10ipv6: Set skb->protocol properly for local outputEli Cooper
2016-12-10ip6_offload: check segs for NULL in ipv6_gso_segment.Artem Savkov
2016-12-10udplite: call proper backlog handlersEric Dumazet
2016-12-10ipv6: bump genid when the IFA_F_TENTATIVE flag is clearPaolo Abeni
2016-12-10ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni
2016-11-21tcp: take care of truncations done by sk_filter()Eric Dumazet
2016-11-21net: icmp6_send should use dst dev to determine L3 domainDavid Ahern
2016-11-15ip6_tunnel: Update skb->protocol to ETH_P_IPV6 in ip6_tnl_xmit()Eli Cooper
2016-11-15net: ipv6: Do not consider link state for nexthop validationDavid Ahern
2016-11-15udp: fix IP_CHECKSUM handlingEric Dumazet
2016-11-15net: add recursion limit to GROSabrina Dubroca
2016-11-15ipv6: correctly add local routes when lo goes upNicolas Dichtel
2016-11-15ip6_tunnel: fix ip6_tnl_lookupVadim Fedorenko
2016-11-15ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet
2016-09-25ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2016-09-24ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson