Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: networking: clarify intended audience of netdevices.rst

The netdevices doc is dangerously broad. At least make it clear
that it's intended for developers, not for users.

Acked-by: Stanislav Fomichev <sdf@fomichev.me>
Link: https://patch.msgid.link/20250415172653.811147-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

+1 -1
+1 -1
Documentation/networking/netdevices.rst
··· 8 8 Introduction 9 9 ============ 10 10 The following is a random collection of documentation regarding 11 - network devices. 11 + network devices. It is intended for driver developers. 12 12 13 13 struct net_device lifetime rules 14 14 ================================