summaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
AgeCommit message (Expand)Author
2015-02-13Merge branch 'rtmerge'Scott Wood
2015-02-13Reset to 3.12.37Scott Wood
2014-05-14Reset to 3.12.19Scott Wood
2014-05-14Merge remote-tracking branch 'stable/linux-3.12.y' into sdk-v1.6.xScott Wood
2014-04-18ipv6: don't set DST_NOCOUNT for remotely added routesSabrina Dubroca
2014-04-08Merge remote-tracking branch 'stable/linux-3.12.y' into sdk-v1.6.xScott Wood
2014-04-08Merge branch 'merge' into sdk-v1.6.xScott Wood
2014-04-07Rewind v3.13-rc3+ (78fd82238d0e5716) to v3.12Scott Wood
2014-01-15ipv6: always set the new created dst's from in ip6_rt_copyLi RongQing
2014-01-15ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa
2014-01-15IPv6: Fixed support for blackhole and prohibit routesKamala R
2013-12-14Merge remote-tracking branch 'linus/master' into mergeScott Wood
2013-12-08ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong
2013-11-20ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa
2013-11-08ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong
2013-11-06ipv6: drop the judgement in rt6_alloc_cow()Duan Jiong
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-11-03Merge tag 'v3.10' into sdk-kernel-3.10Scott Wood
2013-10-30ipv6: remove the unnecessary statement in find_match()Duan Jiong
2013-10-29Revert to 3.8 (no rt, no stable)Scott Wood
2013-10-29Revert to v3.8 (no RT, no stable)Scott Wood
2013-10-25ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-21ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa
2013-10-21ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov
2013-09-30ipv6: Not need to set fl6.flowi6_flags as zeroLi RongQing
2013-09-27ipv6: avoid high order memory allocations for /proc/net/ipv6_routeHannes Frederic Sowa
2013-09-05ipv6:introduce function to find route for redirectDuan Jiong
2013-09-01ipv6: move ip6_dst_hoplimit() into core kernelCong Wang
2013-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-23ipv6: handle Redirect ICMP Message with no Redirected Header optionDuan Jiong
2013-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-08-01ipv6: update ip6_rt_last_gc every time GC is runMichal Kubeček
2013-08-01ipv6: prevent fib6_run_gc() contentionMichal Kubeček
2013-07-31net: split rt_genid for ipv4 and ipv6fan.du
2013-07-24net ipv6: Remove rebundant rt6i_nsiblings initializationfan.du
2013-07-11ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREFHannes Frederic Sowa
2013-07-11ipv6: in case of link failure remove route directly instead of letting it expireHannes Frederic Sowa
2013-07-04ipv6: rt6_check_neigh should successfully verify neigh if no NUD information ...Hannes Frederic Sowa
2013-07-01ipv6: fix ecmp lookup when oif is specifiedNicolas Dichtel
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches
2013-05-29ipv6: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-04-03net/ipv6 : Exporting ip6_route_input and ip6_forward functionRajan Gupta
2013-04-03net/ipv6: Callback added for IPv6 route change indications.Sachin Saxena
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf
2013-03-20net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti
2013-03-04net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti
2013-02-28ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki
2013-02-20ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明