No description
Find a file
Florian Fainelli 293784a8f8 net: dsa: Make most functions take a dsa_port argument
In preparation for allowing platform data, and therefore no valid
device_node pointer, make most DSA functions takes a pointer to a
dsa_port structure whenever possible. While at it, introduce a
dsa_port_is_valid() helper function which checks whether port->dn is
NULL or not at the moment.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-01-26 15:43:53 -05:00
arch
block
certs
crypto
Documentation net: dsa: Mop up remaining NET_DSA_HWMON references 2017-01-25 14:45:05 -05:00
drivers net: dsa: Pass device pointer to dsa_register_switch 2017-01-26 15:43:52 -05:00
firmware
fs
include net: dsa: Pass device pointer to dsa_register_switch 2017-01-26 15:43:52 -05:00
init
ipc
kernel bpf: add initial bpf tracepoints 2017-01-25 13:17:47 -05:00
lib
mm
net net: dsa: Make most functions take a dsa_port argument 2017-01-26 15:43:53 -05:00
samples samples/bpf: add lpm-trie benchmark 2017-01-23 16:10:38 -05:00
scripts
security Introduce a sysctl that modifies the value of PROT_SOCK. 2017-01-24 12:10:51 -05:00
sound
tools bpf: use prefix_len in test_tag when reading fdinfo 2017-01-25 23:15:28 -05:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: Introduce psample, a new genetlink channel for packet sampling 2017-01-24 13:44:28 -05: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.