Kernel Source and devicetree for NOTHING Phone(3a) and Phone(3a)Pro
Find a file
Vladimir Oltean 3083623948 docs: net: dsa: remove port_bridge_tx_fwd_offload
We've changed the API through which we can offload the bridge TX
forwarding process. Update the documentation in light of the removal of
2 DSA switch ops.

Fixes: b079922ba2 ("net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_join")
Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-07-18 12:44:37 +01:00
arch x86/speculation: Use DECLARE_PER_CPU for x86_spec_ctrl_current 2022-07-14 14:52:43 -07:00
block
certs
crypto
Documentation docs: net: dsa: remove port_bridge_tx_fwd_offload 2022-07-18 12:44:37 +01:00
drivers igmp: Fix data-races around sysctl_igmp_qrv. 2022-07-18 12:21:54 +01:00
fs three smb3 client fixes: 2 related to multichannel, one for working around a negotiate protocol bug in some Samba servers 2022-07-14 12:35:15 -07:00
include tcp: Fix a data-race around sysctl_tcp_notsent_lowat. 2022-07-18 12:21:54 +01:00
init
ipc
kernel Including fixes from netfilter, bpf and wireless. 2022-07-14 12:48:07 -07:00
lib
LICENSES
mm
net tcp: Fix data-races around sysctl_tcp_fastopen_blackhole_timeout. 2022-07-18 12:21:54 +01:00
samples
scripts
security integrity-v5.19-fix 2022-07-14 12:15:42 -07:00
sound
tools Including fixes from netfilter, bpf and wireless. 2022-07-14 12:48:07 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Including fixes from netfilter, bpf and wireless. 2022-07-14 12:48:07 -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.