summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* net: ipv6: Do not duplicate DAD on link upDavid Ahern2017-05-141-2/+3
* ipv6: check raw payload size correctly in ioctlJamie Bainbridge2017-05-031-2/+1
* ipv6: check skb->protocol before lookup for nexthopWANG Cong2017-05-031-16/+18
* net: ipv6: regenerate host route if moved to gc listDavid Ahern2017-05-031-2/+12
* ip6mr: fix notification device destructionNikolay Aleksandrov2017-05-031-7/+6
* net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern2017-05-031-0/+4
* net-timestamp: avoid use-after-free in ip_recv_errorWillem de Bruijn2017-05-031-9/+1
* ipv6: Fix idev->addr_list corruptionRabin Vincent2017-05-031-4/+7
* net: ipv6: check route protocol when deleting routesMantas M2017-04-211-0/+2
* ipv6: make sure to initialize sockc.tsflags before first useAlexander Potapenko2017-03-301-1/+1
* 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
* net/tunnel: set inner protocol in network gro hooksPaolo Abeni2017-03-221-1/+3