summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet2018-10-211-0/+2
* ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert2017-11-111-1/+1
* ipv6: add rcu grace period before freeing fib6_nodeWei Wang2017-11-111-3/+10
* dst: Increase alignment of metrics to allow extra flag on pointersBen Hutchings2017-11-111-1/+1
* ipv6: set rt6i_protocol properly in the route when it is installedXin Long2017-11-111-8/+3
* ipv6: only call ip6_route_dev_notify() once for NETDEV_UNREGISTERWANG Cong2017-09-151-1/+5
* ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notfWANG Cong2017-09-151-2/+11
* ipv6: initialize route null entry in addrconf_init()WANG Cong2017-09-151-11/+15
* net: ipv6: set route type for anycast routesDavid Ahern2017-07-181-0/+2
* net: ipv6: check route protocol when deleting routesMantas M2017-06-051-0/+2
* ipmr, ip6mr: fix scheduling while atomic and a deadlock with ipmr_get_routeNikolay Aleksandrov2016-11-201-1/+3
* ipv6: fix ECMP route replacementMichal Kubeček2015-06-021-4/+7
* ipv6: do not delete previously existing ECMP routes if add failsMichal Kubeček2015-06-021-1/+2
* ipv6: fix ipv6_cow_metrics for non DST_HOST caseMartin KaFai Lau2015-03-121-1/+1
* ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer2015-02-101-5/+2
* ipv6: remove rt6i_genidHannes Frederic Sowa2014-10-151-4/+0
* 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
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-3/+1
|\
| * ipv6: always set the new created dst's from in ip6_rt_copyLi RongQing2013-12-191-3/+1
* | ipv6: remove prune parameter for fib6_clean_allLi RongQing2014-01-021-3/+3
* | ipv6: namespace cleanupsstephen hemminger2014-01-011-16/+30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-181-5/+3
|\|
| * ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa2013-12-091-5/+3
* | ipv6: router reachability probingJiri Benc2013-12-111-6/+10
|/
* IPv6: Fixed support for blackhole and prohibit routesKamala R2013-12-021-12/+10
* ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong2013-11-081-2/+5
* ipv6: drop the judgement in rt6_alloc_cow()Duan Jiong2013-11-051-5/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-041-3/+6
|\
| * ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa2013-10-251-3/+6
* | ipv6: remove the unnecessary statement in find_match()Duan Jiong2013-10-301-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-231-9/+37
|\|
| * ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa2013-10-211-7/+31
| * ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov2013-10-211-2/+6
* | ipv6: Not need to set fl6.flowi6_flags as zeroLi RongQing2013-09-301-3/+0
* | ipv6: avoid high order memory allocations for /proc/net/ipv6_routeHannes Frederic Sowa2013-09-271-45/+1
|/
* ipv6:introduce function to find route for redirectDuan Jiong2013-09-051-6/+75
* ipv6: move ip6_dst_hoplimit() into core kernelCong Wang2013-08-311-19/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-261-0/+21
|\
| * ipv6: handle Redirect ICMP Message with no Redirected Header optionDuan Jiong2013-08-221-0/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-031-5/+3
|\|