No description
Find a file
Pablo Neira Ayuso 3944a4fd0d Merge branch 'master' of git://blackhole.kfki.hu/nf-next
Jozsef Kadlecsik says:

====================
ipset patches for nf-next

- Add wildcard support to hash:net,iface which makes possible to
  match interface prefixes besides complete interfaces names, from
  Kristian Evensen.
====================

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2019-11-13 10:42:07 +01:00
arch
block
certs
crypto
Documentation dt-bindings: net: bcmgenet: Add BCM2711 support 2019-11-12 20:07:59 -08:00
drivers net: bcmgenet: Add RGMII_RXID support 2019-11-12 20:08:00 -08:00
fs
include Merge branch 'master' of git://blackhole.kfki.hu/nf-next 2019-11-13 10:42:07 +01:00
init
ipc
kernel
lib
LICENSES
mm
net Merge branch 'master' of git://blackhole.kfki.hu/nf-next 2019-11-13 10:42:07 +01:00
samples samples/bpf: adjust Makefile and README.rst 2019-11-11 21:42:09 -08:00
scripts
security
sound
tools tc-testing: Introduced tdc tests for basic filter 2019-11-12 19:40:19 -08:00
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.

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.