summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2017-06-14net: ping: do not abuse udp_poll()Eric Dumazet2-2/+2
2017-06-14ipv6: Fix leak in ipv6_gso_segment().David S. Miller1-1/+3
2017-06-14ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings2-0/+4
2017-06-07ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet1-7/+8
2017-06-07ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller3-12/+12
2017-06-07ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek4-6/+16
2017-06-07ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong1-0/+2
2017-05-14ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2-2/+12
2017-05-14ipv6: initialize route null entry in addrconf_init()WANG Cong2-11/+17
2017-05-14ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko1-0/+2
2017-05-03ipv6: check raw payload size correctly in ioctlJamie Bainbridge1-2/+1
2017-05-03ipv6: check skb->protocol before lookup for nexthopWANG Cong1-16/+18
2017-05-03ip6mr: fix notification device destructionNikolay Aleksandrov1-7/+6
2017-05-03net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern1-0/+4
2017-04-21net: ipv6: check route protocol when deleting routesMantas M1-0/+2
2017-03-22dccp/tcp: fix routing redirect raceJon Maxwell1-3/+5
2017-03-22ipv6: avoid write to a possibly cloned skbFlorian Westphal1-1/+6
2017-03-22ipv6: make ECMP route replacement less greedySabrina Dubroca1-0/+2
2017-03-22vti6: return GRE_KEY for vti6David Forster1-0/+4
2017-02-18sit: fix a double free on error pathWANG Cong1-0/+1
2017-02-18ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet1-11/+13
2017-02-18ip6_gre: fix ip6gre_err() invalid readsEric Dumazet1-19/+22
2017-02-18ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter1-1/+1
2017-02-18ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet1-12/+22
2017-02-04ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang1-3/+1
2017-02-04net: lwtunnel: Handle lwtunnel_fill_encap failureDavid Ahern1-1/+2
2017-01-15gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu1-0/+1
2017-01-15ipv6: handle -EFAULT from skb_copy_bitsDave Jones1-1/+5
2016-12-10esp6: Fix integrity verification when ESN are usedTobias Brunner1-1/+1
2016-12-10ipv6: Set skb->protocol properly for local outputEli Cooper1-0/+2
2016-12-10ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni1-2/+11
2016-11-21tcp: take care of truncations done by sk_filter()Eric Dumazet1-2/+4
2016-11-15udp: fix IP_CHECKSUM handlingEric Dumazet1-1/+2
2016-11-15net: add recursion limit to GROSabrina Dubroca1-1/+1
2016-11-15ipv6: correctly add local routes when lo goes upNicolas Dichtel1-1/+1
2016-11-15ip6_tunnel: fix ip6_tnl_lookupVadim Fedorenko1-0/+2
2016-11-15ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet1-9/+11
2016-11-15ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2-3/+6
2016-11-15ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson1-1/+0
2016-10-31tunnels: Remove encapsulation offloads on decap.Jesse Gross1-2/+3
2016-10-31tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross1-1/+14
2016-09-30tcp: properly scale window in tcp_v[46]_reqsk_send_ack()Eric Dumazet1-1/+7
2016-09-30ipv6: release dst in ping_v6_sendmsgDave Jones1-2/+7
2016-09-24ipv6: addrconf: fix dev refcont leak when DAD failedWei Yongjun1-0/+2
2016-09-15udp: properly support MSG_PEEK with truncated buffersEric Dumazet1-2/+4
2016-07-27ipv6: Fix mem leak in rt6i_pcpuMartin KaFai Lau1-0/+1
2016-07-11ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff1-0/+1
2016-07-11sit: correct IP protocol used in ipip6_errSimon Horman1-2/+2
2016-06-24netfilter: x_tables: introduce and use xt_copy_counters_from_userFlorian Westphal1-44/+5
2016-06-24netfilter: x_tables: do compat validation via translate_tableFlorian Westphal1-125/+23