1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-24 09:13:20 -05:00
No description
Find a file
Kurt Kanzenbach 01ef09caad net: dsa: Add tag handling for Hirschmann Hellcreek switches
The Hirschmann Hellcreek TSN switches have a special tagging protocol for frames
exchanged between the CPU port and the master interface. The format is a one
byte trailer indicating the destination or origin port.

It's quite similar to the Micrel KSZ tagging. That's why the implementation is
based on that code.

Signed-off-by: Kurt Kanzenbach <kurt@linutronix.de>
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2020-11-05 14:04:49 -08:00
arch
block
certs
crypto
Documentation docs: networking: mptcp: Add MPTCP sysctl entries 2020-11-04 17:45:53 -08:00
drivers enetc: Remove Tx checksumming offload code 2020-11-04 17:35:01 -08:00
fs
include net: dsa: Add tag handling for Hirschmann Hellcreek switches 2020-11-05 14:04:49 -08:00
init
ipc
kernel
lib net: add kcov handle to skb extensions 2020-11-02 18:01:34 -08:00
LICENSES
mm
net net: dsa: Add tag handling for Hirschmann Hellcreek switches 2020-11-05 14:04:49 -08:00
samples
scripts
security
sound
tools selftests: mptcp: add ADD_ADDR timeout test case 2020-11-04 17:45:53 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS docs: networking: mptcp: Add MPTCP sysctl entries 2020-11-04 17:45:53 -08: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.