summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Create percpu rt6_infoMartin KaFai Lau2015-05-251-16/+116
* ipv6: Break up ip6_rt_copy()Martin KaFai Lau2015-05-251-49/+41
* ipv6: Keep track of DST_NOCACHE routes in case of iface down/unregisterMartin KaFai Lau2015-05-251-2/+76
* ipv6: Create RTF_CACHE clone when FLOWI_FLAG_KNOWN_NH is setMartin KaFai Lau2015-05-251-10/+49
* ipv6: Only create RTF_CACHE routes after encountering pmtu exceptionMartin KaFai Lau2015-05-251-49/+51
* ipv6: Combine rt6_alloc_cow and rt6_alloc_cloneMartin KaFai Lau2015-05-251-25/+20
* ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau2015-05-251-5/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-231-5/+9
|\
| * ipv6: fix ECMP route replacementMichal Kubeček2015-05-201-4/+7
| * ipv6: do not delete previously existing ECMP routes if add failsMichal Kubeček2015-05-201-1/+2
* | ipv6: reject locally assigned nexthop addressesFlorian Westphal2015-05-211-1/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-131-2/+3
|\ \ | |/
| * ipv6: Fixed source specific default route handling.Markus Stenberg2015-05-091-2/+3
* | ipv6: Check RTF_LOCAL on rt->rt6i_flags instead of rt->dst.flagsMartin KaFai Lau2015-05-031-1/+1
* | ipv6: Remove DST_METRICS_FORCE_OVERWRITE and _rt6i_peerMartin KaFai Lau2015-05-011-35/+1
* | ipv6: Stop rt6_info from using inet_peer's metricsMartin KaFai Lau2015-05-011-43/+59
* | ipv6: Stop /128 route from disappearing after pmtu updateMartin KaFai Lau2015-05-011-2/+2
* | ipv6: Extend the route lookups to low priority metrics.Steffen Klassert2015-05-011-5/+23
* | ipv6: Consider RTF_CACHE when searching the fib6 treeMartin KaFai Lau2015-05-011-0/+6
|/
* netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-311-3/+3
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-7/+7
* ipv6: coding style: comparison for equality with NULLIan Morris2015-03-311-1/+1
* ipv6: expose RFC4191 route preference via rtnetlinkLubomir Rintel2015-03-111-1/+15
* net: Remove protocol from struct dst_opsEric W. Biederman2015-03-091-2/+0
* ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau2015-02-141-1/+1
* rt6_probe_deferred: Do not depend on struct orderingMichael Büsch2015-02-081-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-01-271-6/+7
|\
| * ipv6: Fix __ip6_route_redirectMartin KaFai Lau2015-01-251-1/+5
| * ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer2015-01-191-5/+2
* | netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-1/+2
* | net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann2015-01-051-2/+15
* | net: fib6: convert cfg metric to u32 outside of table write lockFlorian Westphal2015-01-051-10/+47
|/
* ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fnMartin KaFai Lau2014-10-241-14/+16
* ipv6: Avoid redoing fib6_lookup() for RTF_CACHE hit caseMartin KaFai Lau2014-10-241-3/+3
* ipv6: Remove BACKTRACK macroMartin KaFai Lau2014-10-241-30/+40
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-021-4/+0
|\
| * ipv6: remove rt6i_genidHannes Frederic Sowa2014-09-301-4/+0
* | ipv6: White-space cleansing : gaps between function and symbol exportIan Morris2014-08-241-2/+0
* | ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-241-10/+10
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-0/+24
|\
| * net: ipv6: make "ip -6 route get mark xyz" work.Lorenzo Colitti2014-05-161-0/+3
| * ipv6: update Destination Cache entries when gateway turn into hostDuan Jiong2014-05-151-0/+21
* | ipv6: slight optimization in ip6_dst_gcLi RongQing2014-05-211-1/+1
* | net: Use fwmark reflection in PMTU discovery.Lorenzo Colitti2014-05-131-1/+1
|/
* net: ipv6: more places need LOOPBACK_IFINDEX for flowi6_iifJulian Anastasov2014-04-281-0/+2
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-151-7/+7
* ipv6: Limit mtu to 65575 bytesEric Dumazet2014-04-141-2/+3
* ipv6: reuse rt6_need_strictWang Yufen2014-03-311-6/+0
* ipv6: do not overwrite inetpeer metrics prematurelyMichal Kubeček2014-03-271-33/+11
* ipv6: don't set DST_NOCOUNT for remotely added routesSabrina Dubroca2014-03-061-1/+1
OpenPOWER on IntegriCloud