Linux kernel source tree
Go to file
Jakub Kicinski 4e655028c2 net: ethtool: remove the compat code for _rxfh_context ops
All drivers are now converted to dedicated _rxfh_context ops.
Remove the use of >set_rxfh() to manage additional contexts.

Reviewed-by: Gal Pressman <gal@nvidia.com>
Reviewed-by: Edward Cree <ecree.xilinx@gmail.com>
Link: https://patch.msgid.link/20250707184115.2285277-5-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-07-08 11:56:40 -07:00
Documentation tcp: update the outdated ref draft-ietf-tcpm-rack 2025-07-08 09:01:52 -07:00
LICENSES
arch
block
certs
crypto
drivers eth: mlx5: migrate to the *_rxfh_context ops 2025-07-08 11:56:40 -07:00
fs
include net: ethtool: remove the compat code for _rxfh_context ops 2025-07-08 11:56:40 -07:00
init
io_uring
ipc
kernel
lib
mm
net net: ethtool: remove the compat code for _rxfh_context ops 2025-07-08 11:56:40 -07:00
rust
samples
scripts
security
sound
tools selftests: net: Add IPv6 support to netconsole basic tests 2025-07-07 18:52:57 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS bng_en: Add PCI interface 2025-07-07 18:54:00 -07:00
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.