Linux kernel source tree
Find a file
Maximilian Heyne bfc2560563 net: sched: avoid duplicates in classes dump
This is a follow up of commit ea32746953 ("net: sched: avoid
duplicates in qdisc dump") which has fixed the issue only for the qdisc
dump.

The duplicate printing also occurs when dumping the classes via
  tc class show dev eth0

Fixes: 59cc1f61f0 ("net: sched: convert qdisc linked list to hashtable")
Signed-off-by: Maximilian Heyne <mheyne@amazon.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2021-03-04 14:27:47 -08:00
arch
block
certs
crypto
Documentation docs: networking: drop special stable handling 2021-03-03 08:49:08 -08:00
drivers net: usb: qmi_wwan: allow qmimux add/del with master up 2021-03-04 14:20:21 -08:00
fs
include net: l2tp: reduce log level of messages in receive path, add counter instead 2021-03-03 16:55:02 -08:00
init
ipc
kernel
lib
LICENSES
mm
net net: sched: avoid duplicates in classes dump 2021-03-04 14:27:47 -08:00
samples
scripts
security
sound
tools selftests: fib_nexthops: Test blackhole nexthops when loopback goes down 2021-03-04 14:04:49 -08: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.