No description
Find a file
Jon Maloy 0ef897be12 tipc: separate topology server listener socket from subcsriber sockets
We move the listener socket to struct tipc_server and give it its own
work item. This makes it easier to follow the code, and entails some
simplifications in the reception code in subscriber sockets.

Acked-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-02-16 15:26:34 -05:00
arch
block
certs
crypto
Documentation net: phy: dp83867: Add documentation for CLK_OUT pin muxing 2018-02-14 15:33:43 -05:00
drivers Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next 2018-02-15 15:43:49 -05:00
firmware
fs net: Export open_related_ns() 2018-02-15 15:34:42 -05:00
include net/ipv4: Remove fib table id from rtable 2018-02-15 15:41:42 -05:00
init
ipc
kernel net: Convert audit_net_ops 2018-02-13 10:36:06 -05:00
lib net: Convert uevent_net_ops 2018-02-13 10:36:07 -05:00
LICENSES
mm
net tipc: separate topology server listener socket from subcsriber sockets 2018-02-16 15:26:34 -05:00
samples
scripts
security net: make getname() functions return length rather than use int* parameter 2018-02-12 14:15:04 -05:00
sound
tools selftests/net: fixes psock_fanout eBPF test case 2018-02-15 15:43:04 -05:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile Linux 4.16-rc1 2018-02-11 15:04:29 -08:00
README

Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

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.