]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
Merge branch 'mp-inner-L3'
authorDavid S. Miller <davem@davemloft.net>
Mon, 8 Jul 2019 23:37:30 +0000 (16:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 8 Jul 2019 23:37:30 +0000 (16:37 -0700)
commit7650b1a9bd693d133a3ec0548ba63e828f34e3ec
treee4855fde730209c03d673d7fcff3ea4353bdccdf
parentfaf5577f2498cea23011b5c785ef853ded22700b
parent2800f2485417a80633285503c782dd9416df85e4
Merge branch 'mp-inner-L3'

Stephen Suryaputra says:

====================
net: Multipath hashing on inner L3

This series extends commit 363887a2cdfe ("ipv4: Support multipath
hashing on inner IP pkts for GRE tunnel") to include support when the
outer L3 is IPv6 and to consider the case where the inner L3 is
different version from the outer L3, such as IPv6 tunneled by IPv4 GRE
or vice versa. It also includes kselftest scripts to test the use cases.

v2: Clarify the commit messages in the commits in this series to use the
    term tunneled by IPv4 GRE or by IPv6 GRE so that it's clear which
    one is the inner and which one is the outer (per David Miller).
====================

Signed-off-by: David S. Miller <davem@davemloft.net>