No description
Find a file
Manivannan Sadhasivam 0c2204a4ad net: qrtr: Migrate nameservice to kernel from userspace
The QRTR nameservice has been maintained in userspace for some time. This
commit migrates it to Linux kernel. This change is required in order to
eliminate the need of starting a userspace daemon for making the WiFi
functional for ath11k based devices. Since the QRTR NS is not usually
packed in most of the distros, users need to clone, build and install it
to get the WiFi working. It will become a hassle when the user doesn't
have any other source of network connectivity.

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2020-02-21 11:59:12 -08:00
arch
block
certs
crypto
Documentation net: page_pool: Add documentation on page_pool API 2020-02-21 08:13:30 -08:00
drivers net: phy: dp83867: Add speed optimization feature 2020-02-21 11:43:56 -08:00
fs
include net: page_pool: API cleanup and comments 2020-02-20 10:09:25 -08:00
init
ipc
kernel
lib
LICENSES
mm
net net: qrtr: Migrate nameservice to kernel from userspace 2020-02-21 11:59:12 -08:00
samples
scripts
security
sound
tools tc-testing: updated tdc tests for basic filter with u16 extended match rules 2020-02-21 08:17:21 -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.