No description
Find a file
Zhengchao Shao c3b41f4c7b team: change the getter function in the team_option structure to void
Because the getter function in the team_option structure always returns 0,
so change the getter function to void and remove redundant code.

Signed-off-by: Zhengchao Shao <shaozhengchao@huawei.com>
Reviewed-by: Hangbin Liu <liuhangbin@gmail.com>
Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Link: https://lore.kernel.org/r/20230807012556.3146071-5-shaozhengchao@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2023-08-08 15:04:05 -07:00
arch net: fs_enet: Don't include fs_enet_pd.h when not needed 2023-08-08 15:01:30 -07:00
block
certs
crypto
Documentation page_pool: split types and declarations from page_pool.h 2023-08-07 13:05:19 -07:00
drivers team: change the getter function in the team_option structure to void 2023-08-08 15:04:05 -07:00
fs nfsd-6.5 fixes: 2023-08-03 09:26:34 -07:00
include team: change the getter function in the team_option structure to void 2023-08-08 15:04:05 -07:00
init
io_uring
ipc
kernel pull-request: bpf-next 2023-08-03 2023-08-03 15:34:36 -07:00
lib Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2023-08-03 14:34:37 -07:00
LICENSES
mm
net net: skbuff: always try to recycle PP pages directly when in softirq 2023-08-07 13:05:53 -07:00
rust
samples
scripts
security Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2023-08-03 14:34:37 -07:00
sound
tools netlink: specs: devlink: add info-get dump op 2023-08-04 14:03:01 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: fs_enet: Remove linux/fs_enet_pd.h 2023-08-08 15:01:30 -07:00
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.