Go to file
David S. Miller 82e4869da3 Merge branch 'netcp-next'
Murali Karicheri says:

====================
netcp: enhancements and minor fixes

This series is for net-next. This propagates enhancements and minor
bug fixes from internal version of the driver to keep the upstream
in sync. Please review and apply if this looks good.

Tested on all of K2HK/E/L boards with nfs rootfs.
Test logs below
K2HK-EVM: http://pastebin.ubuntu.com/23754106/
k2L-EVM: http://pastebin.ubuntu.com/23754143/
K2E-EVM: http://pastebin.ubuntu.com/23754159/

History:
  v1 - dropped 1/10 amd 2/10 of v0 based on comments from Rob as
       it needs more work before submission
  v0 - Initial version
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
2017-01-07 21:03:51 -05:00
arch Documentation: DT: net: cpsw: remove no_bd_ram property 2017-01-07 20:48:14 -05:00
block
certs
crypto
Documentation Documentation: DT: net: cpsw: remove no_bd_ram property 2017-01-07 20:48:14 -05:00
drivers net: netcp: ale: add proper ale entry mask bits for netcp switch ALE 2017-01-07 21:03:50 -05:00
firmware
fs afs: Make afs_readpages() fetch data in bulk 2017-01-06 16:54:41 +00:00
include net: netcp: extract eflag from desc for rx_hook handling 2017-01-07 21:03:50 -05:00
init
ipc
kernel
lib
mm
net l2tp: rework socket comparison in __l2tp_ip*_bind_lookup() 2017-01-06 22:18:56 -05:00
samples
scripts
security
sound
tools tools: psock_tpacket: block Rx until socket filter has been added and socket has been bound to loopback. 2017-01-05 15:03:41 -05:00
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.