summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
...
* ip6_tunnel: disable dst caching if tunnel is dual-stackEli Cooper2018-01-171-4/+5
* tcp md5sig: Use skb's saddr when replying to an incoming segmentChristoph Paasch2018-01-021-1/+1
* net: reevalulate autoflowlabel setting after sysctl settingShaohua Li2018-01-023-3/+11
* ipv6: mcast: better catch silly mtu valuesEric Dumazet2018-01-021-10/+15
* sit: update frag_off infoHangbin Liu2017-12-161-0/+1
* ipv6: reorder icmpv6_init() and ip6_mr_init()WANG Cong2017-12-161-5/+5
* vti6: Don't report path MTU below IPV6_MIN_MTU.Steffen Klassert2017-12-161-2/+6
* vti6: fix device register to report IFLA_INFO_KINDDavid Forster2017-12-091-1/+1
* net: Allow IP_MULTICAST_IF to set index to L3 slaveDavid Ahern2017-11-301-4/+12
* ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong2017-11-301-1/+5
* 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: skb_push ipv6hdr before packing the header in ip6gre_headerXin Long2017-10-211-10/+11
* udpv6: Fix the checksum computation when HW checksum does not applySubash Abhinov Kasiviswanathan2017-10-211-0/+1
* 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
* Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-272-18/+6
* ipv6: fix sparse warning on rt6i_nodeWei Wang2017-09-273-6/+10
* ipv6: add rcu grace period before freeing fib6_nodeWei Wang2017-09-272-7/+27
* ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()Stefano Brivio2017-09-271-4/+2
* ipv6: repair fib6 tree in failure caseWei Wang2017-08-301-11/+11
* ipv6: reset fn->rr_ptr when replacing routeWei Wang2017-08-301-0/+4
* net: account for current skb length when deciding about UFOMichal Kubeček2017-08-121-1/+1
* udp: consistently apply ufo or fragmentationWillem de Bruijn2017-08-121-3/+4
* revert "net: account for current skb length when deciding about UFO"Greg Kroah-Hartman2017-08-121-1/+1
* net: avoid skb_warn_bad_offload false positives on UFOWillem de Bruijn2017-08-121-1/+1
* net: account for current skb length when deciding about UFOMichal Kubeček2017-08-111-1/+1
* ipv6: Don't increase IPSTATS_MIB_FRAGFAILS twice in ip6_fragment()Stefano Brivio2017-08-111-4/+0
* ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca2017-08-111-2/+6
* ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()Alexander Potapenko2017-08-111-0/+1
* ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li2017-08-061-1/+1
* net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern2017-07-212-11/+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-2/+3
* ipv6: Do not leak throw route referencesSerhey Popovych2017-07-052-18/+7
* 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: Fix IPv6 packet loss in scenarios involving roaming + snooping switchesLinus Lüssing2017-06-171-2/+8
* ipv6: Inhibit IPv4-mapped src address on the wire.Jonathan T. Leighton2017-06-171-0/+3
* ipv6: Handle IPv4-mapped src to in6addr_any dst.Jonathan T. Leighton2017-06-173-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/dccp: do not inherit ipv6_mc_list from parentWANG Cong2017-06-071-0/+2
* ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2017-05-142-2/+12
* ipv6: initialize route null entry in addrconf_init()WANG Cong2017-05-142-11/+17