summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2018-01-02tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch
2018-01-02ipv6: mcast: better catch silly mtu valuesEric Dumazet
2017-12-16ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong
2017-12-16sit: update frag_off infoHangbin Liu
2017-12-09vti6: fix device register to report IFLA_INFO_KINDDavid Forster
2017-11-30ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong
2017-11-24ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong
2017-11-18ip6_gre: only increase err_count for some certain type icmpv6 in ip6gre_errXin Long
2017-11-18ipv6: flowlabel: do not leave opt->tot_len with garbageEric Dumazet
2017-10-21vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev
2017-09-27ip6_gre: fix endianness errors in ip6gre_errSabrina Dubroca
2017-09-27ipv6: fix typo in fib6_net_exit()Eric Dumazet
2017-09-27ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca
2017-09-27ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()Stefano Brivio
2017-08-12udp: consistently apply ufo or fragmentationWillem de Bruijn
2017-08-12net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-08-11ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca
2017-08-11ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li
2017-08-11ipv6: fix possible deadlock in ip6_fl_purge / ip6_fl_gcJan Stancek
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-05ipv6: fix calling in6_ifa_hold incorrectly for dad workXin Long
2017-07-05ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn
2017-06-26ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton
2017-06-26ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton
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-05-15ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong
2017-05-15ipv6: initialize route null entry in addrconf_init()WANG Cong
2017-05-15ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko
2017-05-08ip6mr: fix notification device destructionNikolay Aleksandrov
2017-04-22net: ipv6: check route protocol when deleting routesMantas M
2017-04-18dccp/tcp: fix routing redirect raceJon Maxwell
2017-04-18vti6: return GRE_KEY for vti6David Forster
2017-04-18ipv6: correctly add local routes when lo goes upNicolas Dichtel
2017-04-18ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov
2017-04-18ip6_gre: fix flowi6_proto value in ip6gre_xmit_other()Lance Richardson
2017-04-18ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet
2017-04-18ipv6: tcp: restore IP6CB for pktoptions skbsEric Dumazet
2017-04-18ip6_gre: fix ip6gre_err() invalid readsEric Dumazet
2017-04-18sit: fix a double free on error pathWANG Cong
2017-04-18ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter
2017-04-18ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet
2017-02-08Fix "tunnels: Don't apply GRO to multiple layers of encapsulation."Greg Kroah-Hartman
2017-02-08netfilter: Fix switch statement warnings with recent gcc.David Miller
2017-01-15tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross