summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
AgeCommit message (Expand)AuthorLines
2015-02-14ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau-1/+1
2015-02-08rt6_probe_deferred: Do not depend on struct orderingMichael Büsch-1/+1
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+7
2015-01-25ipv6: Fix __ip6_route_redirectMartin KaFai Lau-1/+5
2015-01-19ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer-5/+2
2015-01-18netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg-1/+2
2015-01-05net: tcp: add RTAX_CC_ALGO fib handlingDaniel Borkmann-2/+15
2015-01-05net: fib6: convert cfg metric to u32 outside of table write lockFlorian Westphal-10/+47
2014-10-24ipv6: Avoid redoing fib6_lookup() with reachable = 0 by saving fnMartin KaFai Lau-14/+16
2014-10-24ipv6: Avoid redoing fib6_lookup() for RTF_CACHE hit caseMartin KaFai Lau-3/+3
2014-10-24ipv6: Remove BACKTRACK macroMartin KaFai Lau-30/+40
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+0
2014-09-30ipv6: remove rt6i_genidHannes Frederic Sowa-4/+0
2014-08-24ipv6: White-space cleansing : gaps between function and symbol exportIan Morris-2/+0
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris-10/+10
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+24
2014-05-21ipv6: slight optimization in ip6_dst_gcLi RongQing-1/+1
2014-05-16net: ipv6: make "ip -6 route get mark xyz" work.Lorenzo Colitti-0/+3
2014-05-15ipv6: update Destination Cache entries when gateway turn into hostDuan Jiong-0/+21
2014-05-13net: Use fwmark reflection in PMTU discovery.Lorenzo Colitti-1/+1
2014-04-28net: ipv6: more places need LOOPBACK_IFINDEX for flowi6_iifJulian Anastasov-0/+2
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet-7/+7
2014-04-14ipv6: Limit mtu to 65575 bytesEric Dumazet-2/+3
2014-03-31ipv6: reuse rt6_need_strictWang Yufen-6/+0
2014-03-27ipv6: do not overwrite inetpeer metrics prematurelyMichal Kubeček-33/+11
2014-03-06ipv6: don't set DST_NOCOUNT for remotely added routesSabrina Dubroca-1/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+1
2014-01-02ipv6: remove prune parameter for fib6_clean_allLi RongQing-3/+3
2014-01-01ipv6: namespace cleanupsstephen hemminger-16/+30
2013-12-19ipv6: always set the new created dst's from in ip6_rt_copyLi RongQing-3/+1
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+3
2013-12-11ipv6: router reachability probingJiri Benc-6/+10
2013-12-09ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa-5/+3
2013-12-02IPv6: Fixed support for blackhole and prohibit routesKamala R-12/+10
2013-11-08ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong-2/+5
2013-11-05ipv6: drop the judgement in rt6_alloc_cow()Duan Jiong-5/+3
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+6
2013-10-30ipv6: remove the unnecessary statement in find_match()Duan Jiong-1/+1
2013-10-25ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa-3/+6
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-9/+37
2013-10-21ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa-7/+31
2013-10-21ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov-2/+6
2013-09-30ipv6: Not need to set fl6.flowi6_flags as zeroLi RongQing-3/+0
2013-09-27ipv6: avoid high order memory allocations for /proc/net/ipv6_routeHannes Frederic Sowa-45/+1
2013-09-05ipv6:introduce function to find route for redirectDuan Jiong-6/+75
2013-08-31ipv6: move ip6_dst_hoplimit() into core kernelCong Wang-19/+0
2013-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+21
2013-08-22ipv6: handle Redirect ICMP Message with no Redirected Header optionDuan Jiong-0/+21
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+3
2013-08-01ipv6: update ip6_rt_last_gc every time GC is runMichal Kubeček-3/+1