summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+3Star
* 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/+0Star
* ipv6: Complete neighbour entry removal from dst_entry.YOSHIFUJI Hideaki / 吉藤英明2013-01-181-83/+1Star
* ipv6: Do not depend on rt->n in rt6_probe().YOSHIFUJI Hideaki / 吉藤英明2013-01-181-10/+16
* ipv6: Do not depend on rt->n in rt6_check_neigh().YOSHIFUJI Hideaki / 吉藤英明2013-01-181-5/+9
* ipv6: Do not depend on rt->n in ip6_pol_route().YOSHIFUJI Hideaki / 吉藤英明2013-01-181-1/+1
* ipv6 route: Dump gateway based on RTF_GATEWAY flag and rt->rt6i_gateway.YOSHIFUJI Hideaki / 吉藤英明2013-01-181-8/+4Star
* ndisc: Remove tbl argument for __ipv6_neigh_lookup().YOSHIFUJI Hideaki / 吉藤英明2013-01-181-2/+2
* ndisc: Update neigh->updated with write lock.YOSHIFUJI Hideaki / 吉藤英明2013-01-181-4/+8
* ipv6 netevent: Remove old_neigh from netevent_redirect.YOSHIFUJI Hideaki / 吉藤英明2013-01-141-2/+1Star
* ipv6 route: Use ipv6_addr_hash() in rt6_info_hash_nhsfn().YOSHIFUJI Hideaki / 吉藤英明2013-01-141-9/+2Star
* ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel).YOSHIFUJI Hideaki / 吉藤英明2013-01-141-3/+3
* ndisc: Use struct rd_msg for redirect message.YOSHIFUJI Hideaki / 吉藤英明2013-01-071-14/+10Star
* ipv6: Fix default route failover when CONFIG_IPV6_ROUTER_PREF=nPaul Marks2012-12-031-14/+10Star
* net: Enable a userns root rtnl calls that are safe for unprivilged usersEric W. Biederman2012-11-191-6/+0Star
* net: Allow userns root to control ipv6Eric W. Biederman2012-11-191-1/+1
* net: Push capable(CAP_NET_ADMIN) into the rtnl methodsEric W. Biederman2012-11-191-0/+6
* net: Don't export sysctls to unprivileged usersEric W. Biederman2012-11-191-0/+4
* ipv6: remove obsolete comments in route.cLi RongQing2012-11-151-6/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-111-2/+2
|\
| * ipv6: Set default hoplimit as zero.Li RongQing2012-10-251-2/+2
* | ipv6: remove rt6i_peer_genid from rt6_info and its handlerLi RongQing2012-11-091-16/+2Star
* | ipv6: introduce ip6_rt_put()Amerigo Wang2012-11-031-7/+7
* | ipv6/multipath: remove flag NLM_F_EXCL after the first nexthopNicolas Dichtel2012-11-031-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/+1Star
* | 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
* | ipv6: remove some useless RCU read lockAmerigo Wang2012-09-101-13/+2Star
* | netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-10/+10
* | ipv6: fix handling of throw routesNicolas Dichtel2012-09-071-1/+8
* | ipv6: fix handling of blackhole and prohibit routesNicolas Dichtel2012-09-051-4/+28
* | net: Loopback ifindex is constant nowPavel Emelyanov2012-08-101-1/+1
|/
* ipv6: fix incorrect route 'expires' value passed to userspaceLi Wei2012-07-301-6/+2Star
* net: Document dst->obsolete better.David S. Miller2012-07-201-2/+2
* Merge branch 'nexthop_exceptions'David S. Miller2012-07-171-8/+13
|\
| * net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller2012-07-171-8/+13
* | ipv6: fix RTPROT_RA markup of RA routes w/nexthopsDenis Ovsienko2012-07-171-4/+6
|/
* ipv6: Initialize the struct rt6_info behind the dst_enty fieldSteffen Klassert2012-07-141-5/+6
* net: Add dummy dst_ops->redirect method where needed.David S. Miller2012-07-121-0/+5