summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov2013-10-221-2/+6
* ipv6:introduce function to find route for redirectDuan Jiong2013-09-051-6/+75
* ipv6: move ip6_dst_hoplimit() into core kernelCong Wang2013-09-011-19/+0Star
* 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-231-0/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-041-5/+3Star
|\|
| * ipv6: update ip6_rt_last_gc every time GC is runMichal Kubeček2013-08-011-3/+1Star
| * ipv6: prevent fib6_run_gc() contentionMichal Kubeček2013-08-011-2/+2
* | net: split rt_genid for ipv4 and ipv6fan.du2013-07-311-2/+2
* | net ipv6: Remove rebundant rt6i_nsiblings initializationfan.du2013-07-241-1/+0Star
|/
* ipv6: fix route selection if kernel is not compiled with CONFIG_IPV6_ROUTER_PREFHannes Frederic Sowa2013-07-111-23/+40
* ipv6: in case of link failure remove route directly instead of letting it expireHannes Frederic Sowa2013-07-111-3/+6
* ipv6: rt6_check_neigh should successfully verify neigh if no NUD information ...Hannes Frederic Sowa2013-07-041-0/+2
* ipv6: fix ecmp lookup when oif is specifiedNicolas Dichtel2013-07-011-4/+8
* net: Convert uses of typedef ctl_table to struct ctl_tableJoe Perches2013-06-131-2/+2
* ipv6: Correct comparisons and calculations using skb->tail and skb-transport_...Simon Horman2013-05-291-1/+1
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-2/+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/+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
|\