summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* 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: update dst pmtu if dev mtu has been updated by toobig in __gre6_xmitXin Long2017-11-181-2/+7
* 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
* ipv6: addrconf: increment ifp refcount before ipv6_del_addr()Eric Dumazet2017-11-181-0/+1
* gso: fix payload length when gso_size is zeroAlexey Kodanev2017-11-181-1/+1
* ip6_tunnel: update mtu properly for ARPHRD_ETHER tunnel device in tx pathXin Long2017-10-121-2/+3
* ip6_gre: ip6gre_tap device should keep dstXin Long2017-10-121-0/+1
* vti: fix use after free in vti_tunnel_xmit/vti6_tnl_xmitAlexey Kodanev2017-10-121-1/+2
* ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdlineXin Long2017-10-121-0/+3
* ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_headerXin Long2017-10-121-10/+11
* udpv6: Fix the checksum computation when HW checksum does not applySubash Abhinov Kasiviswanathan2017-10-121-0/+1
* ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert2017-09-201-1/+1
* ipv6: fix typo in fib6_net_exit()Eric Dumazet2017-09-201-1/+1
* ipv6: fix memory leak with multiple tables during netns destructionSabrina Dubroca2017-09-201-6/+19
* ip6_gre: update mtu properly in ip6gre_errXin Long2017-09-201-1/+3
* Revert "net: fix percpu memory leaks"Jesper Dangaard Brouer2017-09-202-18/+6
* ipv6: fix sparse warning on rt6i_nodeWei Wang2017-09-203-6/+10
* ipv6: add rcu grace period before freeing fib6_nodeWei Wang2017-09-202-7/+27
* ipv6: accept 64k - 1 packet length in ip6_find_1stfragopt()Stefano Brivio2017-09-201-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
* 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
* netfilter: use fwmark_reflect in nf_send_resetPau Espin Pedrol2017-08-111-0/+3
* 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-9/+9
* ipv6: avoid unregistering inet6_dev for loopbackWANG Cong2017-07-211-2/+3
* ip6_tunnel, ip6_gre: fix setting of DSCP on encapsulated packetsPeter Dawson2017-07-052-14/+20
* ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()Eric Dumazet2017-07-052-0/+5
* 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
* proc: snmp6: Use correct type in memsetChristian Perle2017-07-051-1/+1
* ipv6: release dst on error in ip6_dst_lookup_tailWillem de Bruijn2017-07-051-2/+4
* ila_xlat: add missing hash secret initializationArnd Bergmann2017-06-241-0/+1
* ipv6: Fix IPv6 packet loss in scenarios involving roaming + snooping switchesLinus Lüssing2017-06-171-2/+8
* ipv6: addrconf: fix generation of new temporary addressesMarcus Huewe2017-06-171-0/+6
* 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/ipv6: Fix CALIPSO causing GPF with datagram supportRichard Haines2017-06-141-1/+5
* 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