Go to file
Mahesh Bandewar 1b7cd0044e net: remove duplicate code.
netdev_rx_handler_register() checks to see if the handler is already
busy which was recently separated into netdev_is_rx_handler_busy(). So
use the same function inside register() to avoid code duplication.
Essentially this change should be a no-op

Signed-off-by: Mahesh Bandewar <maheshb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-01-20 12:22:25 -05:00
arch net: Remove usage of net_device last_rx member 2017-01-18 17:22:49 -05:00
block
certs
crypto
Documentation
drivers vxlan: preserve type of dst_port parm for encap_bypass_if_local() 2017-01-20 12:12:14 -05:00
firmware
fs
include csum: eliminate sparse warning in remcsum_unadjust() 2017-01-20 12:12:13 -05:00
init
ipc
kernel bpf: add bpf_probe_read_str helper 2017-01-20 12:08:43 -05:00
lib
mm
net net: remove duplicate code. 2017-01-20 12:22:25 -05:00
samples
scripts
security
sound
tools
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.