No description
Find a file
Grygorii Strashko c5013ac1dd net: ethernet: ti: cpsw: move set of common functions in cpsw_priv
As a preparatory patch to add support for a switchdev based cpsw driver,
move common functions to cpsw-priv.c so that they can be used across both
drivers.

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Grygorii Strashko <grygorii.strashko@ti.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-11-20 11:25:23 -08:00
arch
block
certs
crypto
Documentation dt-bindings: net: add ethernet controller and phy sfp property 2019-11-18 16:56:13 -08:00
drivers net: ethernet: ti: cpsw: move set of common functions in cpsw_priv 2019-11-20 11:25:23 -08:00
fs
include netfilter: nft_payload: add VLAN offload support 2019-11-20 11:21:34 -08:00
init
ipc
kernel
lib
LICENSES
mm
net netfilter: nft_payload: add C-VLAN offload support 2019-11-20 11:21:34 -08:00
samples
scripts
security
sound
tools selftests: forwarding: Add speed and auto-negotiation test 2019-11-18 17:11:54 -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.