summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* ip6mr: fix stale iteratorNikolay Aleksandrov2018-02-161-0/+1
* ipv6: fix udpv6 sendmsg crash caused by too small MTUMike Maloney2018-01-311-2/+4
* tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2018-01-021-1/+1
* ipv6: mcast: better catch silly mtu valuesEric Dumazet2018-01-021-10/+15
* ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong2017-12-161-5/+5
* sit: update frag_off infoHangbin Liu2017-12-161-0/+1
* vti6: fix device register to report IFLA_INFO_KINDDavid Forster2017-12-091-1/+1
* ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong2017-11-301-1/+5
* ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong2017-11-241-0/+2
* ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long2017-11-181-4/+7
* ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet2017-11-182-2/+3
* vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev2017-10-211-1/+2
* ip6_gre: fix endianness errors in ip6gre_errSabrina Dubroca2017-09-271-2/+2
* ipv6: fix typo in fib6_net_exit()Eric Dumazet2017-09-271-1/+1
* ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca2017-09-271-6/+19
* ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()Stefano Brivio2017-09-271-4/+2
* udp: consistently apply ufo or fragmentationWillem de Bruijn2017-08-121-3/+4
* net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-08-121-1/+1
* ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca2017-08-111-2/+6
* ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li2017-08-111-1/+1
* ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcJan Stancek2017-08-111-2/+2
* ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca2017-07-211-11/+11
* ipv6: avoid unregistering inet6_dev for loopbackWANG Cong2017-07-211-1/+2
* ipv6: fix calling in6_ifa_hold incorrectly for dad workXin Long2017-07-051-3/+3
* ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn2017-07-051-2/+4
* ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton2017-06-261-0/+3
* ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton2017-06-263-8/+21
* net: ping: do not abuse udp_poll()Eric Dumazet2017-06-142-2/+2
* ipv6: Fix leak in ipv6_gso_segment().David S. Miller2017-06-141-1/+3
* ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings2017-06-142-0/+4
* ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet2017-06-071-7/+8
* ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller2017-06-073-12/+12
* ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek2017-06-074-6/+16
* ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2017-05-152-2/+12
* ipv6: initialize route null entry in addrconf_init()WANG Cong2017-05-152-11/+17
* ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko2017-05-151-0/+2
* ip6mr: fix notification device destructionNikolay Aleksandrov2017-05-081-7/+6
* net: ipv6: check route protocol when deleting routesMantas M2017-04-221-0/+2
* dccp/tcp: fix routing redirect raceJon Maxwell2017-04-181-3/+5
* vti6: return GRE_KEY for vti6David Forster2017-04-181-0/+4
* ipv6: correctly add local routes when lo goes upNicolas Dichtel2017-04-181-1/+1
* ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2017-04-182-3/+6
* ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson2017-04-181-1/+0
* ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet2017-04-181-11/+13
* ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet2017-04-181-9/+11
* ip6_gre: fix ip6gre_err() invalid readsEric Dumazet2017-04-181-19/+22
* sit: fix a double free on error pathWANG Cong2017-04-181-0/+1
* ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter2017-04-181-1/+1
* ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet2017-04-181-12/+22
* Fix "tunnels: Don't apply GRO to multiple layers of encapsulation."Greg Kroah-Hartman2017-02-081-1/+1