summaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
AgeCommit message (Expand)AuthorFilesLines
2018-04-29ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet1-0/+2
2018-03-03ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath1-0/+1
2017-11-30ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong1-1/+5
2017-05-15ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong1-2/+11
2017-05-15ipv6: initialize route null entry in addrconf_init()WANG Cong1-11/+15
2017-04-22net: ipv6: check route protocol when deleting routesMantas M1-0/+2
2017-04-18ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov1-1/+3
2015-03-14ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau1-1/+1
2015-02-27ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer1-5/+2
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+0
2014-09-30ipv6: remove rt6i_genidHannes Frederic Sowa1-4/+0
2014-08-25ipv6: White-space cleansing : gaps between function and symbol exportIan Morris1-2/+0
2014-08-25ipv6: 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-17net: ipv6: make "ip -6 route get mark xyz" work.Lorenzo Colitti1-0/+3
2014-05-16ipv6: update Destination Cache entries when gateway turn into hostDuan Jiong1-0/+21
2014-05-14net: 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-04-01ipv6: reuse rt6_need_strictWang Yufen1-6/+0
2014-03-27ipv6: do not overwrite inetpeer metrics prematurelyMichal Kubeček1-33/+11
2014-03-07ipv6: don't set DST_NOCOUNT for remotely added routesSabrina Dubroca1-1/+1
2014-01-07Merge 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-02ipv6: namespace cleanupsstephen hemminger1-16/+30
2013-12-20ipv6: always set the new created dst's from in ip6_rt_copyLi RongQing1-3/+1
2013-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+3
2013-12-12ipv6: router reachability probingJiri Benc1-6/+10
2013-12-10ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa1-5/+3
2013-12-03IPv6: Fixed support for blackhole and prohibit routesKamala R1-12/+10
2013-11-09ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong1-2/+5
2013-11-06ipv6: 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-31ipv6: remove the unnecessary statement in find_match()Duan Jiong1-1/+1
2013-10-26ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa1-3/+6
2013-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+37
2013-10-22ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa1-7/+31
2013-10-22ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov1-2/+6
2013-10-01ipv6: Not need to set fl6.flowi6_flags as zeroLi RongQing1-3/+0
2013-09-28ipv6: 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-09-01ipv6: move ip6_dst_hoplimit() into core kernelCong Wang1-19/+0
2013-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+21
2013-08-23ipv6: handle Redirect ICMP Message with no Redirected Header optionDuan Jiong1-0/+21
2013-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+3
2013-08-02ipv6: update ip6_rt_last_gc every time GC is runMichal Kubeček1-3/+1
2013-08-02ipv6: prevent fib6_run_gc() contentionMichal Kubeček1-2/+2
2013-08-01net: split rt_genid for ipv4 and ipv6fan.du1-2/+2