summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* ipv6: remove rt6i_genidHannes Frederic Sowa2014-09-301-4/+0
* 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-151-0/+21
* | ipv6: slight optimization in ip6_dst_gcLi RongQing2014-05-211-1/+1
* | net: Use fwmark reflection in PMTU discovery.Lorenzo Colitti2014-05-131-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/+0
* ipv6: do not overwrite inetpeer metrics prematurelyMichal Kubeček2014-03-271-33/+11
* 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/+1
|\
| * ipv6: always set the new created dst's from in ip6_rt_copyLi RongQing2013-12-191-3/+1
* | ipv6: remove prune parameter for fib6_clean_allLi RongQing2014-01-021-3/+3
* | ipv6: namespace cleanupsstephen hemminger2014-01-011-16/+30
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-181-5/+3
|\ \ | |/
| * ipv6: don't count addrconf generated routes against gc limitHannes Frederic Sowa2013-12-091-5/+3
* | ipv6: router reachability probingJiri Benc2013-12-111-6/+10
|/
* IPv6: Fixed support for blackhole and prohibit routesKamala R2013-12-021-12/+10
* 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
OpenPOWER on IntegriCloud