Main-line Linux kernel tree http://www.kernel.org
Go to file
David S. Miller d851798584 Merge branch 'm7530-sw-fallback'
DENG Qingfang says:

====================
mt7530 software fallback bridging fix

DSA core has gained software fallback support since commit 2f5dc00f7a,
but it does not work properly on mt7530. This patch series fixes the
issues.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2021-08-04 10:30:00 +01:00
arch Revert "Merge branch 'qcom-dts-updates'" 2021-08-03 14:25:41 -07:00
block
certs
crypto
Documentation Revert "Merge branch 'qcom-dts-updates'" 2021-08-03 14:25:41 -07:00
drivers net: dsa: mt7530: always install FDB entries with IVL and FID 1 2021-08-04 10:30:00 +01:00
fs
include net: add netif_set_real_num_queues() for device reconfig 2021-08-04 10:05:13 +01:00
init xsurf100: drop include of lib8390.c 2021-08-03 13:05:26 +01:00
ipc
kernel
lib
LICENSES
mm
net net: add netif_set_real_num_queues() for device reconfig 2021-08-04 10:05:13 +01:00
samples
scripts
security
sound
tools af_unix: Add OOB support 2021-08-04 09:55:52 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.