summaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Limit mtu to 65575 bytesEric Dumazet2014-05-301-2/+3
* ipv6: don't set DST_NOCOUNT for remotely added routesSabrina Dubroca2014-04-141-1/+1
* ipv6: always set the new created dst's from in ip6_rt_copyLi RongQing2014-01-151-3/+1
* ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa2014-01-151-5/+3
* IPv6: Fixed support for blackhole and prohibit routesKamala R2014-01-151-12/+10
* ipv6: use rt6_get_dflt_router to get default router in rt6_route_rcvDuan Jiong2013-12-081-2/+5
* ipv6: ip6_dst_check needs to check for expired dst_entriesHannes Frederic Sowa2013-11-201-3/+6
* ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa2013-11-041-7/+31
* ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov2013-11-041-2/+6
* ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREFHannes Frederic Sowa2013-07-281-23/+40
* ipv6: in case of link failure remove route directly instead of letting it expireHannes Frederic Sowa2013-07-281-3/+6
* ipv6: rt6_check_neigh should successfully verify neigh if no NUD information ...Hannes Frederic Sowa2013-07-281-0/+2
* rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf2013-03-221-3/+3
* net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti2013-03-041-1/+2
* ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明2013-02-201-5/+3
* net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-2/+2
* net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-2/+2
* ndisc: Do not try to update "updated" time if neighbour has already gone.YOSHIFUJI Hideaki / 吉藤英明2013-01-211-3/+3
* ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers.YOSHIFUJI Hideaki / 吉藤英明2013-01-181-1/+0
* ipv6: Complete neighbour entry removal from dst_entry.YOSHIFUJI Hideaki / 吉藤英明2013-01-171-83/+1
* ipv6: Do not depend on rt->n in rt6_probe().YOSHIFUJI Hideaki / 吉藤英明2013-01-171-10/+16
* ipv6: Do not depend on rt->n in rt6_check_neigh().YOSHIFUJI Hideaki / 吉藤英明2013-01-171-5/+9
* ipv6: Do not depend on rt->n in ip6_pol_route().YOSHIFUJI Hideaki / 吉藤英明2013-01-171-1/+1
* ipv6 route: Dump gateway based on RTF_GATEWAY flag and rt->rt6i_gateway.YOSHIFUJI Hideaki / 吉藤英明2013-01-171-8/+4
* ndisc: Remove tbl argument for __ipv6_neigh_lookup().YOSHIFUJI Hideaki / 吉藤英明2013-01-171-2/+2
* ndisc: Update neigh->updated with write lock.YOSHIFUJI Hideaki / 吉藤英明2013-01-171-4/+8
* ipv6 netevent: Remove old_neigh from netevent_redirect.YOSHIFUJI Hideaki / 吉藤英明2013-01-141-2/+1
* ipv6 route: Use ipv6_addr_hash() in rt6_info_hash_nhsfn().YOSHIFUJI Hideaki / 吉藤英明2013-01-131-9/+2
* ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel).YOSHIFUJI Hideaki / 吉藤英明2013-01-131-3/+3
* ndisc: Use struct rd_msg for redirect message.YOSHIFUJI Hideaki / 吉藤英明2013-01-061-14/+10
* ipv6: Fix default route failover when CONFIG_IPV6_ROUTER_PREF=nPaul Marks2012-12-031-14/+10
* net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman2012-11-181-6/+0
* net: Allow userns root to control ipv6Eric W. Biederman2012-11-181-1/+1
* net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-181-0/+6
* net: Don't export sysctls to unprivileged usersEric W. Biederman2012-11-181-0/+4
* ipv6: remove obsolete comments in route.cLi RongQing2012-11-141-6/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-101-2/+2
|\
| * ipv6: Set default hoplimit as zero.Li RongQing2012-10-241-2/+2
* | ipv6: remove rt6i_peer_genid from rt6_info and its handlerLi RongQing2012-11-081-16/+2
* | ipv6: introduce ip6_rt_put()Amerigo Wang2012-11-031-7/+7
* | ipv6/multipath: remove flag NLM_F_EXCL after the first nexthopNicolas Dichtel2012-11-021-0/+6
* | ipv6: fix sparse warnings in rt6_info_hash_nhsfn()Nicolas Dichtel2012-10-231-13/+13
* | ipv6: add support of equal cost multipath (ECMP)Nicolas Dichtel2012-10-231-3/+133
|/
* ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rtGao feng2012-10-041-5/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-7/+12
|\
| * ipv6: use DST_* macro to set obselete fieldNicolas Dichtel2012-09-181-3/+3
| * ipv6: use net->rt_genid to check dst validityNicolas Dichtel2012-09-181-4/+9
* | ipv6: recursive check rt->dst.from when call rt6_check_expiredLi RongQing2012-09-191-5/+1
* | ipv6: replace write lock with read lock when get route infoLi RongQing2012-09-131-4/+4
* | ipv6: route templates can be constEric Dumazet2012-09-131-3/+3