1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-23 08:35:19 -05:00
No description
Find a file
Murali Karicheri ee2c46f353 net: hsr: add tx stats for master interface
Add tx stats to hsr interface. Without this
ifconfig for hsr interface doesn't show tx packet stats.

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-04-15 17:22:02 -07:00
arch
block
certs
crypto
Documentation Documentation: net: dsa: transition to the rst format 2019-04-12 16:48:35 -07:00
drivers net: phy: switch drivers to use dynamic feature detection 2019-04-15 17:19:54 -07:00
fs
include sctp: implement memory accounting on rx path 2019-04-15 13:36:51 -07:00
init
ipc
kernel Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next 2019-04-15 12:07:35 -07:00
lib rhashtable: use BIT(0) for locking. 2019-04-12 17:34:45 -07:00
LICENSES
mm
net net: hsr: add tx stats for master interface 2019-04-15 17:22:02 -07:00
samples
scripts Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next 2019-04-11 17:00:05 -07:00
security
sound
tools selftests: mlxsw: Test neighbour offload indication 2019-04-15 13:29:21 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next 2019-04-11 17:00:05 -07:00
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next 2019-04-11 17:00:05 -07:00
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.