No description
Find a file
Heiner Kallweit b9df4fd7e9 net: core: change return type of pskb_may_pull to bool
This function de-facto returns a bool, so let's change the return type
accordingly.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-10-07 09:36:26 -04:00
arch
block
certs
crypto
Documentation net/tls: add TlsDeviceRxResync statistic 2019-10-05 16:29:00 -07:00
drivers net: ena: ethtool: support set_channels callback 2019-10-07 09:30:03 -04:00
fs
include net: core: change return type of pskb_may_pull to bool 2019-10-07 09:36:26 -04:00
init
ipc
kernel
lib
LICENSES
mm
net net: devlink: fix reporter dump dumpit 2019-10-07 09:08:45 -04:00
samples samples: pktgen: allow to specify destination IP range (CIDR) 2019-10-07 09:26:32 -04:00
scripts
security Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2019-10-05 13:37:23 -07:00
sound
tools selftests: add netdevsim devlink dev info test 2019-10-07 09:11:07 -04:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net 2019-10-05 13:37:23 -07:00
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.