Go to file
Mark Starovoytov d1ad88fe9f net: atlantic: move IS_CHIP_FEATURE to aq_hw.h
IS_CHIP feature will be used to differentiate between A1 and A2,
where necessary. Thus, move it to aq_hw.h, rename it and make
it accept the 'hw' pointer.

Signed-off-by: Mark Starovoytov <mstarovoitov@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-05-01 15:37:58 -07:00
arch ARM: dts: qcom: ipq4019: add MDIO node 2020-04-30 12:11:14 -07:00
block
certs
crypto
Documentation docs: networking: arcnet-hardware.rst: don't duplicate chapter names 2020-05-01 12:24:43 -07:00
drivers net: atlantic: move IS_CHIP_FEATURE to aq_hw.h 2020-05-01 15:37:58 -07:00
fs
include net: Replace the limit of TCP_LINGER2 with TCP_FIN_TIMEOUT_MAX 2020-05-01 15:12:14 -07:00
init
ipc
kernel
lib netlink: factor out policy range helpers 2020-04-30 17:51:42 -07:00
LICENSES
mm
net net: fix skb_panic to output real address 2020-05-01 15:19:59 -07:00
samples docs: networking: convert pktgen.txt to ReST 2020-04-30 12:56:37 -07:00
scripts
security
sound
tools docs: networking: convert filter.txt to ReST 2020-04-28 14:39:46 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS docs: networking: device drivers: convert toshiba/spider_net.txt to ReST 2020-05-01 12:24:43 -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.