summaryrefslogtreecommitdiffstats
path: root/net/ipv6/route.c
Commit message (Expand)AuthorAgeFilesLines
* net/ipv6: Fix route leaking between VRFsDavid Ahern2018-03-301-0/+3
* ipv6: fix possible deadlock in rt6_age_examine_exception()Eric Dumazet2018-03-231-6/+7
* net/ipv6: Handle onlink flag with multipath routesDavid Ahern2018-03-221-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-03-131-2/+2
|\
| * xfrm: reuse uncached_list to track xdstsXin Long2018-02-161-2/+2
* | ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routesStefano Brivio2018-03-071-29/+42
* | net/ipv6: onlink nexthop checks should default to main tableDavid Ahern2018-02-071-2/+3
* | net/ipv6: Handle reject routes with onlink flagDavid Ahern2018-02-071-1/+2
|/
* ipv6: change route cache aging logicWei Wang2018-01-291-8/+12
* net/ipv6: Add support for onlink flagDavid Ahern2018-01-261-1/+50
* net/ipv6: Add flags and table id to ip6_nh_lookup_tableDavid Ahern2018-01-261-4/+8
* net/ipv6: Move gateway validation into helperDavid Ahern2018-01-261-36/+49
* net/ipv6: Do not allow route add with a device that is downDavid Ahern2018-01-251-0/+6
* net: delete /proc THIS_MODULE referencesAlexey Dobriyan2018-01-161-2/+0
* ipv6: Fix build with gcc-4.4.5Ido Schimmel2018-01-151-2/+6
* ipv6: Add support for non-equal-cost multipathIdo Schimmel2018-01-101-4/+7
* ipv6: Use hash-threshold instead of modulo-NIdo Schimmel2018-01-101-23/+13
* ipv6: Use a 31-bit multipath hashIdo Schimmel2018-01-101-2/+2
* ipv6: Calculate hash thresholds for IPv6 nexthopsIdo Schimmel2018-01-101-0/+96
* ipv6: Flush multipath routes when all siblings are deadIdo Schimmel2018-01-071-8/+75
* ipv6: Take table lock outside of sernum update functionIdo Schimmel2018-01-071-0/+2
* ipv6: Report dead flag during route dumpIdo Schimmel2018-01-071-0/+3
* ipv6: Ignore dead routes during lookupIdo Schimmel2018-01-071-4/+14
* ipv6: Check nexthop flags in route dump instead of carrierIdo Schimmel2018-01-071-1/+1
* ipv6: Check nexthop flags during route lookup instead of carrierIdo Schimmel2018-01-071-4/+3
* ipv6: Set nexthop flags during route creationIdo Schimmel2018-01-071-0/+3
* ipv6: Set nexthop flags upon carrier changeIdo Schimmel2018-01-071-6/+17
* ipv6: Prepare to handle multiple netdev eventsIdo Schimmel2018-01-071-16/+21
* ipv6: Clear nexthop flags upon netdev upIdo Schimmel2018-01-071-0/+29
* ipv6: Mark dead nexthops with appropriate flagsIdo Schimmel2018-01-071-1/+3
* ipv6: Remove redundant route flushing during namespace dismantleIdo Schimmel2018-01-071-5/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-221-8/+11
|\
| * ipv6: Honor specified parameters in fibmatch lookupIdo Schimmel2017-12-211-8/+11
| * ipv6: icmp6: Allow icmp messages to be looped backBrendan McGrath2017-12-161-0/+1
* | rtnetlink: remove __rtnl_registerFlorian Westphal2017-12-041-5/+15
* | xfrm: Move dst->path into struct xfrm_dstDavid Miller2017-11-301-6/+0
* | ipv6: Move dst->from into struct rt6_info.David Miller2017-11-301-17/+17
* | ipv6: Move rt6_next from dst_entry into ipv6 route structure.David Miller2017-11-301-5/+5
|/
* 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