summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* net: ipv6: Fixup device for anycast routes during copyDavid Ahern2017-11-241-1/+1
* ipv6: Do not consider linkdown nexthops during multipathIdo Schimmel2017-11-241-0/+5
* tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger2017-11-151-1/+2
* ipv6: prevent user from adding cached routesWei Wang2017-10-291-0/+6
* ipv6: add ip6_null_entry check in rt6_select()Wei Wang2017-10-241-1/+1
* ipv6: let trace_fib6_table_lookup() dereference the fib tablePaolo Abeni2017-10-211-6/+6
* ipv6: remove from fib tree aged out RTF_CACHE dstPaolo Abeni2017-10-211-1/+11
* ipv6: start fib6 gc on RTF_CACHE dst creationPaolo Abeni2017-10-211-1/+3
* ipv6: fix incorrect bitwise operator used on rt6i_flagsColin Ian King2017-10-101-2/+2
* ipv6: fix dereference of rt6_ex before null check errorColin Ian King2017-10-101-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-091-1/+1
|\
| * ipv6: Fix traffic triggered IPsec connections.Steffen Klassert2017-10-091-1/+1
* | ipv6: avoid zeroing per cpu data againEric Dumazet2017-10-091-11/+1
* | ipv6: fix a BUG in rt6_get_pcpu_route()Eric Dumazet2017-10-081-20/+6
* | ipv6: take care of rt6_statsWei Wang2017-10-071-2/+14
* | ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang2017-10-071-54/+67
* | ipv6: add key length check into rt6_select()Wei Wang2017-10-071-0/+14
* | ipv6: check fn->leaf before it is usedWei Wang2017-10-071-8/+12
* | ipv6: replace dst_hold() with dst_hold_safe() in routing codeWei Wang2017-10-071-19/+52
* | ipv6: grab rt->rt6i_ref before allocating pcpu rtWei Wang2017-10-071-29/+29
* | ipv6: hook up exception table to store dst cacheWei Wang2017-10-071-53/+55
* | ipv6: prepare fib6_locate() for exception tableWei Wang2017-10-071-2/+3
* | ipv6: prepare fib6_age() for exception tableWei Wang2017-10-071-0/+60
* | ipv6: prepare rt6_clean_tohost() for exception tableWei Wang2017-10-071-1/+47
* | ipv6: prepare rt6_mtu_change() for exception tableWei Wang2017-10-071-0/+40
* | ipv6: prepare fib6_remove_prefsrc() for exception tableWei Wang2017-10-071-0/+29
* | ipv6: introduce a hash table to store dst cacheWei Wang2017-10-071-0/+341
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-5/+15
|\
| * ipv6: set dst.obsolete when a cached route has expiredXin Long2017-08-281-1/+2
| * ipv6: fix sparse warning on rt6i_nodeWei Wang2017-08-281-1/+2
| * ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert2017-08-251-1/+1
| * ipv6: add rcu grace period before freeing fib6_nodeWei Wang2017-08-221-3/+11
* | ipv6: Use multipath hash from flow info if availableJakub Sitnicki2017-08-241-1/+7
* | ipv6: Fold rt6_info_hash_nhsfn() into its only callerJakub Sitnicki2017-08-241-11/+1
* | ipv6: Compute multipath hash for ICMP errors from offending packetJakub Sitnicki2017-08-241-0/+50
* | net: ipv6: put host and anycast routes on device with addressDavid Ahern2017-08-211-12/+34
* | ipv6: fix false-postive maybe-uninitialized warningArnd Bergmann2017-08-181-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-151-11/+8
|\|
| * ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet2017-08-151-3/+3
| * ipv6: release rt6->rt6i_idev properly during ifdownWei Wang2017-08-141-8/+5
* | ipv6: route: set ipv6 RTM_GETROUTE to not use rtnlFlorian Westphal2017-08-151-1/+2
* | ipv6: route: make rtm_getroute not assume rtnl is lockedFlorian Westphal2017-08-151-1/+6
* | ipv6: fib: Provide offload indication using nexthop flagsIdo Schimmel2017-08-151-6/+1
* | rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-091-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-091-8/+3
|\|
| * ipv6: set rt6i_protocol properly in the route when it is installedXin Long2017-08-031-8/+3
* | net: ipv6: avoid overhead when no custom FIB rules are installedVincent Bernat2017-08-081-0/+1
* | ipv6: fib: Add offload indication to routesIdo Schimmel2017-08-031-0/+8
|/
* net: ipv6: Compare lwstate in detecting duplicate nexthopsDavid Ahern2017-07-061-7/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-1/+5
|\