Linux kernel source tree
Go to file
Lee Trager fa919a30dd eth: fbnic: Replace kzalloc/fbnic_fw_init_cmpl with fbnic_fw_alloc_cmpl
Replace the pattern of calling and validating kzalloc then
fbnic_fw_init_cmpl with a single function, fbnic_fw_alloc_cmpl.

Signed-off-by: Lee Trager <lee@trager.us>
Reviewed-by: Jacob Keller <jacob.e.keller@intel.com>
Link: https://patch.msgid.link/20250516164804.741348-1-lee@trager.us
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-05-20 18:12:37 -07:00
Documentation netlink: specs: rt-link: add C naming info for ovpn 2025-05-16 16:32:05 -07:00
LICENSES
arch
block
certs
crypto
drivers eth: fbnic: Replace kzalloc/fbnic_fw_init_cmpl with fbnic_fw_alloc_cmpl 2025-05-20 18:12:37 -07:00
fs
include net: phy: make mdio consumer / device layer a separate module 2025-05-20 12:22:47 +02:00
init
io_uring
ipc
kernel
lib
mm
net sctp: Do not wake readers in __sctp_write_space() 2025-05-20 18:10:40 -07:00
rust
samples
scripts
security
sound
tools selftests: drv-net: Fix "envirnoments" to "environments" 2025-05-19 16:19:01 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: phy: mediatek: add driver for built-in 2.5G ethernet PHY on MT7988 2025-05-20 18:11:04 -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.