aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-04rtnetlink: remove __rtnl_registerFlorian Westphal1-5/+15
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller1-6/+0
2017-11-30ipv6: Move dst->from into struct rt6_info.David Miller1-17/+17
2017-11-30ipv6: Move rt6_next from dst_entry into ipv6 route structure.David Miller1-5/+5
2017-11-24net: ipv6: Fixup device for anycast routes during copyDavid Ahern1-1/+1
2017-11-24ipv6: Do not consider linkdown nexthops during multipathIdo Schimmel1-0/+5
2017-11-15tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger1-1/+2
2017-10-29ipv6: prevent user from adding cached routesWei Wang1-0/+6
2017-10-24ipv6: add ip6_null_entry check in rt6_select()Wei Wang1-1/+1
2017-10-21ipv6: let trace_fib6_table_lookup() dereference the fib tablePaolo Abeni1-6/+6
2017-10-21ipv6: remove from fib tree aged out RTF_CACHE dstPaolo Abeni1-1/+11
2017-10-21ipv6: start fib6 gc on RTF_CACHE dst creationPaolo Abeni1-1/+3
2017-10-10ipv6: fix incorrect bitwise operator used on rt6i_flagsColin Ian King1-2/+2
2017-10-10ipv6: fix dereference of rt6_ex before null check errorColin Ian King1-1/+3
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-10-09ipv6: avoid zeroing per cpu data againEric Dumazet1-11/+1
2017-10-09ipv6: Fix traffic triggered IPsec connections.Steffen Klassert1-1/+1
2017-10-08ipv6: fix a BUG in rt6_get_pcpu_route()Eric Dumazet1-20/+6
2017-10-07ipv6: take care of rt6_statsWei Wang1-2/+14
2017-10-07ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang1-54/+67
2017-10-07ipv6: add key length check into rt6_select()Wei Wang1-0/+14
2017-10-07ipv6: check fn->leaf before it is usedWei Wang1-8/+12
2017-10-07ipv6: replace dst_hold() with dst_hold_safe() in routing codeWei Wang1-19/+52
2017-10-07ipv6: grab rt->rt6i_ref before allocating pcpu rtWei Wang1-29/+29
2017-10-07ipv6: hook up exception table to store dst cacheWei Wang1-53/+55
2017-10-07ipv6: prepare fib6_locate() for exception tableWei Wang1-2/+3
2017-10-07ipv6: prepare fib6_age() for exception tableWei Wang1-0/+60
2017-10-07ipv6: prepare rt6_clean_tohost() for exception tableWei Wang1-1/+47
2017-10-07ipv6: prepare rt6_mtu_change() for exception tableWei Wang1-0/+40
2017-10-07ipv6: prepare fib6_remove_prefsrc() for exception tableWei Wang1-0/+29
2017-10-07ipv6: introduce a hash table to store dst cacheWei Wang1-0/+341
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+15
2017-08-28ipv6: set dst.obsolete when a cached route has expiredXin Long1-1/+2
2017-08-28ipv6: fix sparse warning on rt6i_nodeWei Wang1-1/+2
2017-08-25ipv6: Fix may be used uninitialized warning in rt6_checkSteffen Klassert1-1/+1
2017-08-24ipv6: Use multipath hash from flow info if availableJakub Sitnicki1-1/+7
2017-08-24ipv6: Fold rt6_info_hash_nhsfn() into its only callerJakub Sitnicki1-11/+1
2017-08-24ipv6: Compute multipath hash for ICMP errors from offending packetJakub Sitnicki1-0/+50
2017-08-22ipv6: add rcu grace period before freeing fib6_nodeWei Wang1-3/+11
2017-08-21net: ipv6: put host and anycast routes on device with addressDavid Ahern1-12/+34
2017-08-18ipv6: fix false-postive maybe-uninitialized warningArnd Bergmann1-2/+4
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+8
2017-08-15ipv6: route: set ipv6 RTM_GETROUTE to not use rtnlFlorian Westphal1-1/+2
2017-08-15ipv6: route: make rtm_getroute not assume rtnl is lockedFlorian Westphal1-1/+6
2017-08-15ipv6: fix NULL dereference in ip6_route_dev_notify()Eric Dumazet1-3/+3
2017-08-15ipv6: fib: Provide offload indication using nexthop flagsIdo Schimmel1-6/+1
2017-08-14ipv6: release rt6->rt6i_idev properly during ifdownWei Wang1-8/+5
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-3/+3
2017-08-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+3
2017-08-08net: ipv6: avoid overhead when no custom FIB rules are installedVincent Bernat1-0/+1