mlxsw: Support FLOW_ACTION_MANGLE for SIP and DIP IPv6 addresses
Danielle Ratson authored

Spectrum-2 supports an ACL action SIP_DIP, which allows IPv4 and IPv6
source and destination addresses change. Offload suitable mangles to
the IPv6 address change action.
Signed-off-by: default avatarDanielle Ratson <danieller@nvidia.com>
Reviewed-by: default avatarPetr Machata <petrm@nvidia.com>
Signed-off-by: default avatarIdo Schimmel <idosch@nvidia.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
463e1ab8
Name Last commit Last update
Documentation Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
LICENSES LICENSES/LGPL-2.1: Add LGPL-2.1-or-later as valid identifiers
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
block block: add bio_start_io_acct_time() to control start_time
certs certs: Fix build error when CONFIG_MODULE_SIG_KEY is empty
crypto lib/crypto: add prompts back to crypto libraries
drivers mlxsw: Support FLOW_ACTION_MANGLE for SIP and DIP IPv6 addresses
fs Merge tag 'nfsd-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
include net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()
init net: initialize init_net earlier
ipc proc: remove PDE_DATA() completely
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
lib ref_tracker: remove filter_irq_stacks() call
mm Revert "mm/gup: small refactoring: simplify try_grab_page()"
net net: udp: use kfree_skb_reason() in __udp_queue_rcv_skb()
samples Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
scripts Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
security Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
sound proc: remove PDE_DATA() completely
tools selftests: mptcp: set ip_mptcp in command line
usr kbuild: remove include/linux/cyclades.h from header file check
virt Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
.clang-format genirq/msi: Make interrupt allocation less convoluted
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.