summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * ipv6: update ip6_rt_last_gc every time GC is runMichal Kubeček2013-08-011-3/+1
| * 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/+0
|/
* 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-101-3/+6
* ipv6: rt6_check_neigh should successfully verify neigh if no NUD information ...Hannes Frederic Sowa2013-07-031-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-281-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/+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
OpenPOWER on IntegriCloud