No description
Find a file
Roman Mashak 4e76e75d6a net sched actions: calculate add/delete event message size
Introduce routines to calculate size of the shared tc netlink attributes
and the full message size including netlink header and tc service header.

Update add/delete action logic to have the size for event messages,
the size is passed to tcf_add_notify() and tcf_del_notify() where the
notification message is being allocated and constructed.

Signed-off-by: Roman Mashak <mrv@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-03-09 11:25:11 -05:00
arch
block
certs
crypto
Documentation net: do not create fallback tunnels for non-default namespaces 2018-03-09 11:23:11 -05:00
drivers net: dsa: mv88e6xxx: Fix irq free'ing 2018-03-09 11:20:59 -05:00
firmware
fs
include net sched actions: add new tc_action_ops callback 2018-03-09 11:25:11 -05:00
init
ipc
kernel
lib
LICENSES
mm
net net sched actions: calculate add/delete event message size 2018-03-09 11:25:11 -05:00
samples
scripts
security
sound
tools tools: tc-testing: Can pause just before post-suite 2018-03-09 11:22:18 -05:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS lan743x: Update MAINTAINERS to include lan743x driver 2018-03-07 11:44:42 -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.