Go to file
Jiri Pirko 94611bff6e net: sched: cls_fw: no need to call tcf_exts_change for newly allocated struct
As the f struct was allocated right before fw_set_parms call, no need
to use tcf_exts_change to do atomic change, and we can just fill-up
the unused exts struct directly by tcf_exts_validate.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-08-04 11:21:24 -07:00
arch sock: add SOCK_ZEROCOPY sockopt 2017-08-03 21:37:29 -07:00
block
certs
crypto
Documentation dt-bindings: net: marvell-pp2: update interrupt-names with TX interrupts 2017-08-03 15:16:09 -07:00
drivers net: sched: change names of action number helpers to be aligned with the rest 2017-08-04 11:21:23 -07:00
firmware
fs
include net: sched: remove check for number of actions in tcf_exts_exec 2017-08-04 11:21:23 -07:00
init
ipc
kernel
lib
mm
net net: sched: cls_fw: no need to call tcf_exts_change for newly allocated struct 2017-08-04 11:21:24 -07:00
samples
scripts
security
sound
tools test: add msg_zerocopy test 2017-08-03 21:37:30 -07:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: hns3: Add HNS3 driver to kernel build framework & MAINTAINERS 2017-08-03 15:08:18 -07: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.