No description
Find a file
David S. Miller c30f1fc041 Merge branch 'ip-Use-rb-trees-for-IP-frag-queue'
Peter Oskolkov says:

====================
ip: Use rb trees for IP frag queue.

This patchset
 * changes IPv4 defrag behavior to match that of IPv6: overlapping
   fragments now cause the whole IP datagram to be discarded (suggested
   by David Miller): there are no legitimate use cases for overlapping
   fragments;
 * changes IPv4 defrag queue from a list to a rb tree (suggested
   by Eric Dumazet): this change removes a potential attach vector.

Upcoming patches will contain similar changes for IPv6 frag queue,
as well as a comprehensive IP defrag self-test (temporarily delayed).
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2018-08-05 17:16:46 -07:00
arch powerpc/mpc85xx: add clocks property for fman ptp timer node 2018-08-05 17:11:49 -07:00
block
certs
crypto
Documentation
drivers ptp_qoriq: support automatic configuration for ptp timer 2018-08-05 17:11:49 -07:00
firmware
fs
include ip: use rb trees for IP frag queue. 2018-08-05 17:16:46 -07:00
init
ipc
kernel
lib
LICENSES
mm
net ip: use rb trees for IP frag queue. 2018-08-05 17:16:46 -07:00
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

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

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

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.