Go to file
Philippe Reynes 06144dcfd3 net: usb: r8152: use new api ethtool_{get|set}_link_ksettings
The ethtool api {get|set}_settings is deprecated.
We move this driver to new api {get|set}_link_ksettings.

As I don't have the hardware, I'd be very pleased if
someone may test this patch.

Signed-off-by: Philippe Reynes <tremyfr@gmail.com>
Acked-by: Hayes Wang <hayeswang@realtek.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-03-13 15:25:54 -07:00
arch
block
certs
crypto
Documentation net: stmmac: configuration of CBS in case of a TX AVB queue 2017-03-12 23:41:04 -07:00
drivers net: usb: r8152: use new api ethtool_{get|set}_link_ksettings 2017-03-13 15:25:54 -07:00
firmware
fs
include etherdevice: remove unused eth_addr_greater 2017-03-12 23:54:07 -07:00
init
ipc
kernel bpf: add get_next_key callback to LPM map 2017-03-05 17:55:29 -08:00
lib
mm
net sch_tbf: Remove bogus semicolon in if() conditional. 2017-03-13 00:00:03 -07:00
samples
scripts
security
sound
tools tools: hv: Add clean up function for Ubuntu config 2017-03-06 17:10:40 -08:00
usr
virt
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: dwc-xlgmac: Initial driver for DesignWare Enterprise Ethernet 2017-03-09 13:29:27 -08:00
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.