No description
Find a file
David Ahern 1801b570dd net: ipv6: add second dif to udp socket lookups
Add a second device index, sdif, to udp socket lookups. sdif is the
index for ingress devices enslaved to an l3mdev. It allows the lookups
to consider the enslaved device as well as the L3 domain when searching
for a socket.

Early demux lookups are handled in the next patch as part of INET_MATCH
changes.

Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-08-07 11:39:22 -07:00
arch mlx5-shared-2017-08-07 2017-08-07 10:42:09 -07:00
block
certs
crypto
Documentation mlx5-shared-2017-08-07 2017-08-07 10:42:09 -07:00
drivers wireless-drivers-next patches for 4.14 2017-08-07 11:37:47 -07:00
firmware
fs mlx5-shared-2017-08-07 2017-08-07 10:42:09 -07:00
include net: ipv6: add second dif to udp socket lookups 2017-08-07 11:39:22 -07:00
init
ipc ipc: add missing container_of()s for randstruct 2017-08-02 17:16:12 -07:00
kernel mlx5-shared-2017-08-07 2017-08-07 10:42:09 -07:00
lib
mm mm: take memory hotplug lock within numa_zonelist_order_handler() 2017-08-02 17:16:11 -07:00
net net: ipv6: add second dif to udp socket lookups 2017-08-07 11:39:22 -07:00
samples
scripts
security
sound
tools test: add msg_zerocopy test 2017-08-03 21:37:30 -07:00
usr
virt KVM/ARM Fixes for v4.13-rc4 2017-08-03 17:59:58 +02:00
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS mlx5-shared-2017-08-07 2017-08-07 10:42:09 -07:00
Makefile Linux 4.13-rc4 2017-08-06 18:44:49 -07:00
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.