aboutsummaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
AgeCommit message (Expand)Author
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-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-04ipv6: probe routes asynchronous in rt6_probeHannes Frederic Sowa
2013-11-04ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov
2013-07-28ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREFHannes Frederic Sowa
2013-07-28ipv6: in case of link failure remove route directly instead of letting it expireHannes Frederic Sowa
2013-07-28ipv6: rt6_check_neigh should successfully verify neigh if no NUD information ...Hannes Frederic Sowa
2013-03-22rtnetlink: Remove passing of attributes into rtnl_doit functionsThomas Graf
2013-03-04net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti
2013-02-20ipv6: fix race condition regarding dst->expires and dst->from.YOSHIFUJI Hideaki / 吉藤英明
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-01-21ndisc: Do not try to update "updated" time if neighbour has already gone.YOSHIFUJI Hideaki / 吉藤英明
2013-01-18ipv6: Remove unused neigh argument for icmp6_dst_alloc() and its callers.YOSHIFUJI Hideaki / 吉藤英明
2013-01-17ipv6: Complete neighbour entry removal from dst_entry.YOSHIFUJI Hideaki / 吉藤英明
2013-01-17ipv6: Do not depend on rt->n in rt6_probe().YOSHIFUJI Hideaki / 吉藤英明
2013-01-17ipv6: Do not depend on rt->n in rt6_check_neigh().YOSHIFUJI Hideaki / 吉藤英明
2013-01-17ipv6: Do not depend on rt->n in ip6_pol_route().YOSHIFUJI Hideaki / 吉藤英明
2013-01-17ipv6 route: Dump gateway based on RTF_GATEWAY flag and rt->rt6i_gateway.YOSHIFUJI Hideaki / 吉藤英明
2013-01-17ndisc: Remove tbl argument for __ipv6_neigh_lookup().YOSHIFUJI Hideaki / 吉藤英明
2013-01-17ndisc: Update neigh->updated with write lock.YOSHIFUJI Hideaki / 吉藤英明
2013-01-14ipv6 netevent: Remove old_neigh from netevent_redirect.YOSHIFUJI Hideaki / 吉藤英明
2013-01-13ipv6 route: Use ipv6_addr_hash() in rt6_info_hash_nhsfn().YOSHIFUJI Hideaki / 吉藤英明
2013-01-13ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel).YOSHIFUJI Hideaki / 吉藤英明
2013-01-06ndisc: Use struct rd_msg for redirect message.YOSHIFUJI Hideaki / 吉藤英明
2012-12-03ipv6: Fix default route failover when CONFIG_IPV6_ROUTER_PREF=nPaul Marks
2012-11-18net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman
2012-11-18net: Allow userns root to control ipv6Eric W. Biederman
2012-11-18net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman
2012-11-18net: Don't export sysctls to unprivileged usersEric W. Biederman
2012-11-14ipv6: remove obsolete comments in route.cLi RongQing
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-11-08ipv6: remove rt6i_peer_genid from rt6_info and its handlerLi RongQing
2012-11-03ipv6: introduce ip6_rt_put()Amerigo Wang
2012-11-02ipv6/multipath: remove flag NLM_F_EXCL after the first nexthopNicolas Dichtel
2012-10-24ipv6: Set default hoplimit as zero.Li RongQing
2012-10-23ipv6: fix sparse warnings in rt6_info_hash_nhsfn()Nicolas Dichtel
2012-10-23ipv6: add support of equal cost multipath (ECMP)Nicolas Dichtel
2012-10-04ipv6: release reference of ip6_null_entry's dst entry in __ip6_del_rtGao feng
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-09-19ipv6: recursive check rt->dst.from when call rt6_check_expiredLi RongQing
2012-09-18ipv6: use DST_* macro to set obselete fieldNicolas Dichtel
2012-09-18ipv6: use net->rt_genid to check dst validityNicolas Dichtel
2012-09-13ipv6: replace write lock with read lock when get route infoLi RongQing
2012-09-13ipv6: route templates can be constEric Dumazet
2012-09-10ipv6: remove some useless RCU read lockAmerigo Wang
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman