summaryrefslogtreecommitdiff
path: root/net/ipv6/route.c
AgeCommit message (Expand)Author
2018-01-29ipv6: change route cache aging logicWei Wang
2018-01-26net/ipv6: Add support for onlink flagDavid Ahern
2018-01-26net/ipv6: Add flags and table id to ip6_nh_lookup_tableDavid Ahern
2018-01-26net/ipv6: Move gateway validation into helperDavid Ahern
2018-01-25net/ipv6: Do not allow route add with a device that is downDavid Ahern
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2018-01-15ipv6: Fix build with gcc-4.4.5Ido Schimmel
2018-01-10ipv6: Add support for non-equal-cost multipathIdo Schimmel
2018-01-10ipv6: Use hash-threshold instead of modulo-NIdo Schimmel
2018-01-10ipv6: Use a 31-bit multipath hashIdo Schimmel
2018-01-10ipv6: Calculate hash thresholds for IPv6 nexthopsIdo Schimmel
2018-01-07ipv6: Flush multipath routes when all siblings are deadIdo Schimmel
2018-01-07ipv6: Take table lock outside of sernum update functionIdo Schimmel
2018-01-07ipv6: Report dead flag during route dumpIdo Schimmel
2018-01-07ipv6: Ignore dead routes during lookupIdo Schimmel
2018-01-07ipv6: Check nexthop flags in route dump instead of carrierIdo Schimmel
2018-01-07ipv6: Check nexthop flags during route lookup instead of carrierIdo Schimmel
2018-01-07ipv6: Set nexthop flags during route creationIdo Schimmel
2018-01-07ipv6: Set nexthop flags upon carrier changeIdo Schimmel
2018-01-07ipv6: Prepare to handle multiple netdev eventsIdo Schimmel
2018-01-07ipv6: Clear nexthop flags upon netdev upIdo Schimmel
2018-01-07ipv6: Mark dead nexthops with appropriate flagsIdo Schimmel
2018-01-07ipv6: Remove redundant route flushing during namespace dismantleIdo Schimmel
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-21ipv6: Honor specified parameters in fibmatch lookupIdo Schimmel
2017-12-16ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath
2017-12-04rtnetlink: remove __rtnl_registerFlorian Westphal
2017-11-30xfrm: Move dst->path into struct xfrm_dstDavid Miller
2017-11-30ipv6: Move dst->from into struct rt6_info.David Miller
2017-11-30ipv6: Move rt6_next from dst_entry into ipv6 route structure.David Miller
2017-11-24net: ipv6: Fixup device for anycast routes during copyDavid Ahern
2017-11-24ipv6: Do not consider linkdown nexthops during multipathIdo Schimmel
2017-11-15tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger
2017-10-29ipv6: prevent user from adding cached routesWei Wang
2017-10-24ipv6: add ip6_null_entry check in rt6_select()Wei Wang
2017-10-21ipv6: let trace_fib6_table_lookup() dereference the fib tablePaolo Abeni
2017-10-21ipv6: remove from fib tree aged out RTF_CACHE dstPaolo Abeni
2017-10-21ipv6: start fib6 gc on RTF_CACHE dst creationPaolo Abeni
2017-10-10ipv6: fix incorrect bitwise operator used on rt6i_flagsColin Ian King
2017-10-10ipv6: fix dereference of rt6_ex before null check errorColin Ian King
2017-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-09ipv6: avoid zeroing per cpu data againEric Dumazet
2017-10-09ipv6: Fix traffic triggered IPsec connections.Steffen Klassert
2017-10-08ipv6: fix a BUG in rt6_get_pcpu_route()Eric Dumazet
2017-10-07ipv6: take care of rt6_statsWei Wang
2017-10-07ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang
2017-10-07ipv6: add key length check into rt6_select()Wei Wang
2017-10-07ipv6: check fn->leaf before it is usedWei Wang
2017-10-07ipv6: replace dst_hold() with dst_hold_safe() in routing codeWei Wang
2017-10-07ipv6: grab rt->rt6i_ref before allocating pcpu rtWei Wang