summaryrefslogtreecommitdiff
path: root/net/ipv6
AgeCommit message (Expand)Author
2017-10-12ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx pathXin Long
2017-10-12ip6_gre: ip6gre_tap device should keep dstXin Long
2017-10-12vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev
2017-10-12ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdlineXin Long
2017-10-12ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_headerXin Long
2017-10-12udpv6: Fix the checksum computation when HW checksum does not applySubash Abhinov Kasiviswanathan
2017-09-20ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert
2017-09-20ipv6: fix typo in fib6_net_exit()Eric Dumazet
2017-09-20ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca
2017-09-20ip6_gre: update mtu properly in ip6gre_errXin Long
2017-09-20Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer
2017-09-20ipv6: fix sparse warning on rt6i_nodeWei Wang
2017-09-20ipv6: add rcu grace period before freeing fib6_nodeWei Wang
2017-09-20ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()Stefano Brivio
2017-08-30ipv6: repair fib6 tree in failure caseWei Wang
2017-08-30ipv6: reset fn->rr_ptr when replacing routeWei Wang
2017-08-13udp: consistently apply ufo or fragmentationWillem de Bruijn
2017-08-13revert "net: account for current skb length when deciding about UFO"Greg Kroah-Hartman
2017-08-13net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn
2017-08-11net: account for current skb length when deciding about UFOMichal Kubeček
2017-08-11netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol
2017-08-11ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()Stefano Brivio
2017-08-11ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca
2017-08-11ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko
2017-08-07ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li
2017-07-21net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern
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-05ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson
2017-07-05ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()Eric Dumazet
2017-07-05ipv6: Do not leak throw route referencesSerhey Popovych
2017-07-05ipv6: fix calling in6_ifa_hold incorrectly for dad workXin Long
2017-07-05proc: snmp6: Use correct type in memsetChristian Perle
2017-07-05ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn
2017-06-24ila_xlat: add missing hash secret initializationArnd Bergmann
2017-06-17ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switchesLinus Lüssing
2017-06-17ipv6: addrconf: fix generation of new temporary addressesMarcus Huewe
2017-06-17ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton
2017-06-17ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton
2017-06-14net/ipv6: Fix CALIPSO causing GPF with datagram supportRichard Haines
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-06-07ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong
2017-05-14ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong
2017-05-14ipv6: initialize route null entry in addrconf_init()WANG Cong
2017-05-14ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko