Linux kernel source tree
Go to file
Maxim Mikityanskiy e3c4c496dc net/mlx5e: Fix a typo in mlx5e_xdp_mpwqe_is_full
Fix a typo in the function name: mpqwe -> mpwqe (stands for multi-packet
work queue element).

Signed-off-by: Maxim Mikityanskiy <maximmi@nvidia.com>
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Reviewed-by: Saeed Mahameed <saeedm@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-09-28 19:36:36 -07:00
arch mips: dts: ralink: mt7621: add GB-PC2 LEDs 2022-09-23 10:24:59 +01:00
block block-6.0-2022-09-16 2022-09-16 06:58:04 -07:00
certs
crypto
Documentation dt-bindings: net: rockchip-dwmac: add rv1126 compatible 2022-09-26 11:26:15 -07:00
drivers net/mlx5e: Fix a typo in mlx5e_xdp_mpwqe_is_full 2022-09-28 19:36:36 -07:00
fs Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2022-09-22 13:02:10 -07:00
include net/mlx5: Add the log_min_mkey_entity_size capability 2022-09-28 19:36:33 -07:00
init
io_uring io_uring-6.0-2022-09-18 2022-09-18 09:25:27 -07:00
ipc
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2022-09-22 13:02:10 -07:00
lib
LICENSES
mm
net net: drop the weight argument from netif_napi_add 2022-09-28 18:57:14 -07:00
samples
scripts Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2022-09-22 13:02:10 -07:00
security
sound Revert "ALSA: usb-audio: Split endpoint setups for hw_params and prepare" 2022-09-20 13:40:18 +02:00
tools selftests/tc-testing: add selftests for teql qdisc 2022-09-28 08:32:55 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Devicetree fixes for v6.0, take 2: 2022-09-14 10:22:39 +01:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS sunhme: Add myself as a maintainer 2022-09-26 17:45:38 -07:00
Makefile Linux 6.0-rc6 2022-09-18 13:44:14 -07:00
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.