Linux kernel source tree
Go to file
Andrii 323fbd0edf net: dccp: Add handling of IPV6_PKTOPTIONS to dccp_v6_do_rcv()
Add handling of IPV6_PKTOPTIONS to dccp_v6_do_rcv() in net/dccp/ipv6.c,
similar
to the handling in net/ipv6/tcp_ipv6.c

Signed-off-by: Andrii Vladyka <tulup@mail.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-08-31 11:43:47 -07:00
arch
block
certs
crypto
Documentation hv_netvsc: Fix typos in the document of UDP hashing 2017-08-30 16:04:44 -07:00
drivers mlx5-updates-2017-08-31 (GRE Offloads support) 2017-08-30 22:14:37 -07:00
firmware
fs
include bridge: add tracepoint in br_fdb_update 2017-08-31 11:42:41 -07:00
init
ipc
kernel
lib idr: Add new APIs to support unsigned long 2017-08-30 14:36:44 -07:00
mm
net net: dccp: Add handling of IPV6_PKTOPTIONS to dccp_v6_do_rcv() 2017-08-31 11:43:47 -07:00
samples samples/bpf: xdp_monitor tool based on tracepoints 2017-08-29 10:51:29 -07:00
scripts
security
sound
tools bpf: test_maps: fix typos, "conenct" and "listeen" 2017-08-30 15:32:16 -07:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.