summaryrefslogtreecommitdiffstats
path: root/net/ipv6
Commit message (Expand)AuthorAgeFilesLines
* net/route: enforce hoplimit max valuePaolo Abeni2017-10-121-1/+5
* ipv6: dad: don't remove dynamic addresses if link is downSabrina Dubroca2017-10-121-9/+9
* ipv6: always add flag an address that failed DAD with DADFAILEDLubomir Rintel2017-10-121-2/+3
* net: account for current skb length when deciding about UFOMichal Kubeček2017-09-151-9/+8
* ipv6: avoid unregistering inet6_dev for loopbackWANG Cong2017-09-151-1/+4
* ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong2017-09-151-1/+5
* ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2017-09-152-2/+12
* ipv6: initialize route null entry in addrconf_init()WANG Cong2017-09-152-11/+17
* ipv6: Do not leak throw route referencesSerhey Popovych2017-09-151-1/+2
* net: ping: do not abuse udp_poll()Eric Dumazet2017-09-152-2/+2
* ipv6: Fix leak in ipv6_gso_segment().David S. Miller2017-09-151-1/+3
* ipv6: xfrm: Handle errors reported by xfrm6_find_1stfragopt()Ben Hutchings2017-09-152-0/+4
* udp: consistently apply ufo or fragmentationWillem de Bruijn2017-08-261-3/+4
* ipv6: Should use consistent conditional judgement for ip6 fragment between __...Zheng Li2017-08-261-1/+1
* ipv6: avoid overflow of offset in ip6_find_1stfragoptSabrina Dubroca2017-08-261-2/+6
* ipv6: Need to export ipv6_push_frag_opts for tunneling now.David S. Miller2017-08-261-0/+1
* ip6_tunnel: Fix missing tunnel encapsulation limit optionCraig Gallek2017-08-261-2/+2
* net: ipv6: send unsolicited NA on admin upDavid Ahern2017-08-261-0/+2
* ipv6: move stub initialization after ipv6 setup completionPaolo Abeni2017-07-181-2/+4
* net: ipv6: send unsolicited NA if enabled for all interfacesDavid Ahern2017-07-181-1/+2
* net: ipv6: set route type for anycast routesDavid Ahern2017-07-181-0/+2
* dccp/tcp: fix routing redirect raceJon Maxwell2017-07-181-3/+5
* ipv6: make ECMP route replacement less greedySabrina Dubroca2017-07-181-0/+2
* udp: avoid ufo handling on IP payload compression packetsAlexey Kodanev2017-07-181-1/+1
* ipv6: fix out of bound writes in __ip6_append_data()Eric Dumazet2017-06-051-7/+8
* ipv6/dccp: do not inherit ipv6_mc_list from parentWANG Cong2017-06-051-0/+2
* ipv6: Check ip6_find_1stfragopt() return value properly.David S. Miller2017-06-053-12/+12
* ipv6: Prevent overrun when parsing v6 header optionsCraig Gallek2017-06-054-6/+16
* net: ipv6: check route protocol when deleting routesMantas M2017-06-051-0/+2
* igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()Hangbin Liu2017-03-161-0/+1
* mld: do not remove mld souce list info when set link downHangbin Liu2017-03-161-21/+30
* sit: fix a double free on error pathWANG Cong2017-03-161-0/+1
* ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim()Dan Carpenter2017-03-161-1/+1
* ipv6: fix ip6_tnl_parse_tlv_enc_lim()Eric Dumazet2017-03-161-12/+22
* ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lockKefeng Wang2017-03-161-3/+1
* ipv6: handle -EFAULT from skb_copy_bitsDave Jones2017-03-161-2/+5
* ip6_tunnel: disable caching when the traffic class is inheritedPaolo Abeni2017-03-161-2/+11
* ipmr/ip6mr: Initialize the last assert time of mfc entries.Tom Goff2017-03-161-0/+1
* sit: correct IP protocol used in ipip6_errSimon Horman2017-03-161-2/+2
* ipv6: Skip XFRM lookup if dst_entry in socket cache is validJakub Sitnicki2017-03-161-8/+3
* udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2017-03-161-1/+1
* ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit()Eric Dumazet2017-03-162-0/+5
* netfilter: rpfilter: fix incorrect loopback packet judgmentLiping Zhang2017-03-161-4/+4
* gro: Disable frag0 optimization on IPv6 ext headersHerbert Xu2017-03-161-0/+1
* ip6_gre: fix ip6gre_err() invalid readsEric Dumazet2017-02-261-19/+22
* tcp: take care of truncations done by sk_filter()Eric Dumazet2017-02-231-2/+4
* ipv6: Set skb->protocol properly for local outputEli Cooper2017-02-231-0/+2
* ipv6: Don't use ufo handling on later transformed packetsJakub Sitnicki2017-02-231-1/+1
* ipv6: correctly add local routes when lo goes upNicolas Dichtel2017-02-231-1/+1
* ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2016-11-202-3/+6