summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-10-021-4/+0Star
|\
| * ipv6: remove rt6i_genidHannes Frederic Sowa2014-09-301-4/+0Star
* | ipv6: White-space cleansing : gaps between function and symbol exportIan Morris2014-08-251-2/+0Star
* | ipv6: White-space cleansing : Line LayoutsIan Morris2014-08-251-10/+10
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-0/+24
|\
| * net: ipv6: make "ip -6 route get mark xyz" work.Lorenzo Colitti2014-05-161-0/+3
| * ipv6: update Destination Cache entries when gateway turn into hostDuan Jiong2014-05-161-0/+21
* | ipv6: slight optimization in ip6_dst_gcLi RongQing2014-05-211-1/+1
* | net: Use fwmark reflection in PMTU discovery.Lorenzo Colitti2014-05-141-1/+1
|/
* net: ipv6: more places need LOOPBACK_IFINDEX for flowi6_iifJulian Anastasov2014-04-281-0/+2
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-151-7/+7
* ipv6: Limit mtu to 65575 bytesEric Dumazet2014-04-141-2/+3
* ipv6: reuse rt6_need_strictWang Yufen2014-03-311-6/+0Star
* ipv6: do not overwrite inetpeer metrics prematurelyMichal Kubeček2014-03-271-33/+11Star
* ipv6: don't set DST_NOCOUNT for remotely added routesSabrina Dubroca2014-03-061-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-3/+1Star
|\
| * ipv6: always set the new created dst's from in ip6_rt_copyLi RongQing2013-12-201-3/+1Star
* | ipv6: remove prune parameter for fib6_clean_allLi RongQing2014-01-021-3/+3
* | ipv6: namespace cleanupsstephen hemminger2014-01-021-16/+30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-181-5/+3Star
|\|
| * ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa2013-12-101-5/+3Star
* | ipv6: router reachability probingJiri Benc2013-12-111-6/+10
|/
* IPv6: Fixed support for blackhole and prohibit routesKamala R2013-12-021-12/+10Star
* 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-061-5/+3Star
* 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-261-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-221-7/+31
| * ipv6: fill rt6i_gateway with nexthop addressJulian Anastasov2013-10-221-2/+6
* | ipv6: Not need to set fl6.flowi6_flags as zeroLi RongQing2013-10-011-3/+0Star
* | ipv6: avoid high order memory allocations for /proc/net/ipv6_routeHannes Frederic Sowa2013-09-271-45/+1Star
|/
* 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