Linux kernel source tree
Go to file
Florian Westphal c6a0862bee selftests: netfilter: conntrack_vrf.sh: add fib test case
meta iifname veth0 ip daddr ... fib daddr oif

... is expected to return "dummy0" interface which is part of same vrf
as veth0.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2024-10-09 23:31:15 +02:00
Documentation Documentation: networking/tcp_ao: typo and grammar fixes 2024-10-03 16:38:48 -07:00
LICENSES
arch
block
certs
crypto
drivers net: amd: mvme147: Fix probe banner message 2024-10-09 12:45:51 +01:00
fs three small ksmbd server fixes 2024-10-03 09:38:16 -07:00
include net/sched: accept TCA_STAB only for root qdisc 2024-10-08 15:38:56 -07:00
init
io_uring
ipc
kernel
lib vfs-6.12-rc2.fixes.2 2024-10-03 09:22:50 -07:00
mm
net netfilter: fib: check correct rtable in vrf setups 2024-10-09 23:30:31 +02:00
rust
samples
scripts
security
sound
tools selftests: netfilter: conntrack_vrf.sh: add fib test case 2024-10-09 23:31:15 +02:00
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: hns3/hns: Update the maintainer for the HNS3/HNS ethernet driver 2024-10-09 13:40:42 +01: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.