No description
Find a file
Antonio Napolitano 72f93a3136 r8152: add vendor/device ID pair for D-Link DUB-E250
The D-Link DUB-E250 is an RTL8156 based 2.5G Ethernet controller.

Add the vendor and product ID values to the driver. This makes Ethernet
work with the adapter.

Signed-off-by: Antonio Napolitano <anton@polit.no>
Link: https://lore.kernel.org/r/CV200KJEEUPC.WPKAHXCQJ05I@mercurius
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2023-08-28 12:53:40 -07:00
arch bpf-next-for-netdev 2023-08-25 18:40:15 -07:00
block
certs
crypto
Documentation dt-bindings: net: xilinx_gmii2rgmii: Convert to json schema 2023-08-28 06:55:51 +01:00
drivers r8152: add vendor/device ID pair for D-Link DUB-E250 2023-08-28 12:53:40 -07:00
fs
include r8152: add vendor/device ID pair for D-Link DUB-E250 2023-08-28 12:53:40 -07:00
init
io_uring
ipc
kernel bpf-next-for-netdev 2023-08-25 18:40:15 -07:00
lib bpf-next-for-netdev 2023-08-25 18:40:15 -07:00
LICENSES
mm
net devlink: move devlink_notify_register/unregister() to dev.c 2023-08-28 08:02:24 -07:00
rust
samples
scripts
security
sound
tools selftests: bonding: create directly devices in the target namespaces 2023-08-28 10:24:08 +01:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS net: pcs: xpcs: support to switch mode for Wangxun NICs 2023-08-25 07:42:58 +01: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.