net: atlantic: change email domains to Marvell
Igor Russkikh authored

Aquantia is now part of Marvell, eventually we'll cease standalone
aquantia.com domain. Thus, change the maintainers file and some other
references to @marvell.com domain
Signed-off-by: default avatarIgor Russkikh <irusskikh@marvell.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
362cabda
Name Last commit Last update
Documentation net: atlantic: change email domains to Marvell
LICENSES LICENSES: Rename other to deprecated
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
block iocost: don't nest spin_lock_irq in ioc_weight_write()
certs PKCS#7: Refactor verify_pkcs7_signature()
crypto Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
drivers net: atlantic: change email domains to Marvell
fs Merge tag 'nfs-for-5.4-3' of git://git.linux-nfs.org/projects/anna/linux-nfs
include devlink: Add layer 3 generic packet exception traps
init init: Support mounting root file systems over SMB
ipc ipc/sem.c: convert to use built-in RCU list checking
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
mm uaccess: Add strict non-pagefault kernel-space read function
net devlink: Add layer 3 generic packet exception traps
samples bpf, samples: Use bpf_probe_read_user where appropriate
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 ALSA: timer: Fix mutex deadlock at releasing card
tools selftests: mlxsw: Add test cases for devlink-trap layer 3 exceptions
usr kbuild: update compile-test header list for v5.4-rc2
virt kvm: call kvm_arch_destroy_vm if vm creation fails
.clang-format clang-format: Update with the latest for_each macro list
.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.