Linux kernel source tree
Find a file
Vivien Didelot 02bc6e546e net: dsa: introduce dsa_user_ports helper
Introduce a dsa_user_ports() helper to return the ds->enabled_port_mask
mask which is more explicit. This will also minimize diffs when touching
this internal mask.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-10-28 00:00:09 +09:00
arch
block
certs
crypto
Documentation
drivers net: dsa: introduce dsa_user_ports helper 2017-10-28 00:00:09 +09:00
firmware
fs
include net: dsa: introduce dsa_user_ports helper 2017-10-28 00:00:09 +09:00
init
ipc
kernel bpf: remove tail_call and get_stackid helper declarations from bpf.h 2017-10-27 22:14:22 +09:00
lib
mm
net net: dsa: introduce dsa_user_ports helper 2017-10-28 00:00:09 +09:00
samples
scripts
security
sound
tools tools: bpftool: try to mount bpffs if required for pinning objects 2017-10-26 17:52:59 +09:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: dsa: lan9303: Move struct lan9303 to include/linux/dsa/lan9303.h 2017-10-27 23:30:53 +09:00
Makefile
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.