Linux kernel source tree
Go to file
Markus Heidelberg 2804359536 net: ethtool: remove duplicated mm.o from Makefile
Fixes: 2b30f8291a ("net: ethtool: add support for MAC Merge layer")
Signed-off-by: Markus Heidelberg <m.heidelberg@cab.de>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Link: https://patch.msgid.link/20250926131323.222192-1-m.heidelberg@cab.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-09-29 12:09:24 -07:00
Documentation net/mlx5: Expose uar access and odp page fault counters 2025-09-27 08:53:50 -07:00
LICENSES
arch
block
certs
crypto
drivers net/mlx5: Expose uar access and odp page fault counters 2025-09-27 08:53:50 -07:00
fs
include mptcp: pm: in-kernel: add laminar endpoints 2025-09-26 17:44:05 -07:00
init
io_uring
ipc
kernel
lib
mm
net net: ethtool: remove duplicated mm.o from Makefile 2025-09-29 12:09:24 -07:00
rust
samples
scripts
security
sound
tools selftests: forwarding: README: Mention defer, adf_ 2025-09-26 17:48:41 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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 reStructuredText 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.