summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)AuthorFilesLines
2018-02-25netfilter: on sockopt() acquire sock lock only in the required scopePaolo Abeni2-18/+17
2018-02-16ip6mr: fix stale iteratorNikolay Aleksandrov1-0/+1
2018-01-31ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney1-2/+4
2018-01-02tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch1-1/+1
2018-01-02ipv6: mcast: better catch silly mtu valuesEric Dumazet1-10/+15
2017-12-16ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong1-5/+5
2017-12-16sit: update frag_off infoHangbin Liu1-0/+1
2017-12-09vti6: fix device register to report IFLA_INFO_KINDDavid Forster1-1/+1
2017-11-30ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong1-1/+5
2017-11-24ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong1-0/+2
2017-11-18ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long1-4/+7
2017-11-18ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet2-2/+3
2017-10-21vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev1-1/+2
2017-09-27ip6_gre: fix endianness errors in ip6gre_errSabrina Dubroca1-2/+2
2017-09-27ipv6: fix typo in fib6_net_exit()Eric Dumazet1-1/+1
2017-09-27ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca1-6/+19
2017-09-27ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()Stefano Brivio1-4/+2
2017-08-13udp: consistently apply ufo or fragmentationWillem de Bruijn1-3/+4
2017-08-13net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn1-1/+1
2017-08-11ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca1-2/+6
2017-08-11ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li1-1/+1
2017-08-11ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcJan Stancek1-2/+2
2017-07-21ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca1-11/+11
2017-07-21ipv6: avoid unregistering inet6_dev for loopbackWANG Cong1-1/+2
2017-07-05ipv6: fix calling in6_ifa_hold incorrectly for dad workXin Long1-3/+3
2017-07-05ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn1-2/+4
2017-06-26ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton1-0/+3
2017-06-26ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton3-8/+21
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-05-15ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2-2/+12
2017-05-15ipv6: initialize route null entry in addrconf_init()WANG Cong2-11/+17
2017-05-15ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko1-0/+2
2017-05-08ip6mr: fix notification device destructionNikolay Aleksandrov1-7/+6
2017-04-22net: ipv6: check route protocol when deleting routesMantas M1-0/+2
2017-04-18dccp/tcp: fix routing redirect raceJon Maxwell1-3/+5
2017-04-18vti6: return GRE_KEY for vti6David Forster1-0/+4
2017-04-18ipv6: correctly add local routes when lo goes upNicolas Dichtel1-1/+1
2017-04-18ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2-3/+6
2017-04-18ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson1-1/+0
2017-04-18ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet1-11/+13
2017-04-18ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet1-9/+11
2017-04-18ip6_gre: fix ip6gre_err() invalid readsEric Dumazet1-19/+22
2017-04-18sit: fix a double free on error pathWANG Cong1-0/+1
2017-04-18ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter1-1/+1
2017-04-18ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet1-12/+22