Linux kernel source tree
Go to file
Jakub Kicinski 377ea33128 Merge tag 'mlx5-next-lag' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux
Tariq Toukan says:

====================
mlx5-next updates 2025-09-28

* tag 'mlx5-next-lag' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux:
  net/mlx5: IFC add balance ID and LAG per MP group bits
  net/mlx5: Add IFC bit for TIR/SQ order capability
====================

Link: https://patch.msgid.link/1759093989-841873-1-git-send-email-tariqt@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2025-09-29 18:49:59 -07:00
Documentation docs: networking: phy: clarify abbreviation "PAL" 2025-09-29 12:10:19 -07:00
LICENSES
arch Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2025-09-25 11:00:59 -07:00
block
certs
crypto
drivers net: stmmac: remove stmmac_hw_setup() excess documentation parameter 2025-09-29 18:47:15 -07:00
fs for-6.17-rc7-tag 2025-09-24 11:09:09 -07:00
include Merge tag 'mlx5-next-lag' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux 2025-09-29 18:49:59 -07:00
init
io_uring Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2025-09-25 11:00:59 -07:00
ipc
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2025-09-25 11:00:59 -07:00
lib
mm
net net: rtnetlink: fix typo in rtnl_unregister_all() comment 2025-09-29 18:31:08 -07:00
rust
samples
scripts scripts/coccinelle: Find PTR_ERR() to %pe candidates 2025-09-26 12:26:41 -07:00
security
sound
tools selftest: packetdrill: Import client-ack-dropped-then-recovery-ms-timestamps.pkt 2025-09-29 18:41:39 -07:00
usr
virt
.clang-format
.clippy.toml
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap linux-can-next-for-6.18-20250924 2025-09-26 14:46:59 -07:00
.pylintrc
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS MAINTAINERS: add a sub-entry for the Qualcomm bluetooth driver 2025-09-27 11:37:00 -04:00
Makefile Linux 6.17-rc7 2025-09-21 15:08:52 -07:00
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.