summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipv4, ipv6: ensure raw socket message is big enough to hold an IP headerAlexander Potapenko2017-05-141-0/+2
* ipv6: check raw payload size correctly in ioctlJamie Bainbridge2017-05-021-2/+1
* ipv6: check skb->protocol before lookup for nexthopWANG Cong2017-05-021-16/+18
* ip6mr: fix notification device destructionNikolay Aleksandrov2017-05-021-7/+6
* net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern2017-05-021-0/+4
* net: ipv6: check route protocol when deleting routesMantas M2017-04-211-0/+2
* dccp/tcp: fix routing redirect raceJon Maxwell2017-03-221-3/+5
* ipv6: avoid write to a possibly cloned skbFlorian Westphal2017-03-221-1/+6
* ipv6: make ECMP route replacement less greedySabrina Dubroca2017-03-221-0/+2
* vti6: return GRE_KEY for vti6David Forster2017-03-221-0/+4
* sit: fix a double free on error pathWANG Cong2017-02-181-0/+1
* ipv6: tcp: add a missing tcp_v6_restore_cb()Eric Dumazet2017-02-181-11/+13
* ip6_gre: fix ip6gre_err() invalid readsEric Dumazet2017-02-181-19/+22
* ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter2017-02-181-1/+1
* ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet2017-02-181-12/+22