aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-24ipv6: White-space cleansing : gaps between function and symbol exportIan Morris1-2/+0
2014-08-24ipv6: White-space cleansing : Line LayoutsIan Morris1-10/+10
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+24
2014-05-21ipv6: slight optimization in ip6_dst_gcLi RongQing1-1/+1
2014-05-16net: ipv6: make "ip -6 route get mark xyz" work.Lorenzo Colitti1-0/+3
2014-05-15ipv6: update Destination Cache entries when gateway turn into hostDuan Jiong1-0/+21
2014-05-13net: Use fwmark reflection in PMTU discovery.Lorenzo Colitti1-1/+1
2014-04-28net: ipv6: more places need LOOPBACK_IFINDEX for flowi6_iifJulian Anastasov1-0/+2
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet1-7/+7
2014-04-14ipv6: Limit mtu to 65575 bytesEric Dumazet1-2/+3
2014-03-31ipv6: reuse rt6_need_strictWang Yufen1-6/+0
2014-03-27ipv6: do not overwrite inetpeer metrics prematurelyMichal Kubeček1-33/+11
2014-03-06ipv6: don't set DST_NOCOUNT for remotely added routesSabrina Dubroca1-1/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2014-01-02ipv6: remove prune parameter for fib6_clean_allLi RongQing1-3/+3
2014-01-01ipv6: namespace cleanupsstephen hemminger1-16/+30
2013-12-19ipv6: always set the new created dst's from in ip6_rt_copyLi RongQing1-3/+1
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+3
2013-12-11ipv6: router reachability probingJiri Benc1-6/+10
2013-12-09ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa1-5/+3
2013-12-02IPv6: Fixed support for blackhole and prohibit routesKamala R1-12/+10
2013-11-08ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong1-2/+5
2013-11-05ipv6: drop the judgement in rt6_alloc_cow()Duan Jiong1-5/+3
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+6
2013-10-30ipv6: remove the unnecessary statement in find_match()Duan Jiong1-1/+1
2013-10-25ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa1-3/+6
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+37
2013-10-21ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa1-7/+31
2013-10-21ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov1-2/+6
2013-09-30ipv6: Not need to set fl6.flowi6_flags as zeroLi RongQing1-3/+0
2013-09-27ipv6: avoid high order memory allocations for /proc/net/ipv6_routeHannes Frederic Sowa1-45/+1
2013-09-05ipv6:introduce function to find route for redirectDuan Jiong1-6/+75
2013-08-31ipv6: move ip6_dst_hoplimit() into core kernelCong Wang1-19/+0
2013-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+21
2013-08-22ipv6: handle Redirect ICMP Message with no Redirected Header optionDuan Jiong1-0/+21
2013-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+3
2013-08-01ipv6: update ip6_rt_last_gc every time GC is runMichal Kubeček1-3/+1
2013-08-01ipv6: prevent fib6_run_gc() contentionMichal Kubeček1-2/+2
2013-07-31net: split rt_genid for ipv4 and ipv6fan.du1-2/+2
2013-07-24net ipv6: Remove rebundant rt6i_nsiblings initializationfan.du1-1/+0
2013-07-11ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREFHannes Frederic Sowa1-23/+40
2013-07-10ipv6: in case of link failure remove route directly instead of letting it expireHannes Frederic Sowa1-3/+6
2013-07-03ipv6: rt6_check_neigh should successfully verify neigh if no NUD information are availableHannes Frederic Sowa1-0/+2
2013-07-01ipv6: fix ecmp lookup when oif is specifiedNicolas Dichtel1-4/+8
2013-06-13net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches1-2/+2
2013-05-28ipv6: Correct comparisons and calculations using skb->tail and skb-transport_headerSimon Horman1-1/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-2/+2
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf1-3/+3
2013-03-04net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti1-1/+2
2013-02-20ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明1-5/+3