diff --git a/Documentation/components/net/index.rst b/Documentation/components/net/index.rst index 7573e02b099..b60451e5db6 100644 --- a/Documentation/components/net/index.rst +++ b/Documentation/components/net/index.rst @@ -7,6 +7,8 @@ Network Support sixlowpan.rst socketcan.rst + nat.rst + netdev.rst netguardsize.rst slip.rst wqueuedeadlocks.rst @@ -33,7 +35,7 @@ Network Support +- nat - Network Address Translation (NAT) +- neighbor - Neighbor Discovery Protocol (IPv6) +- netdev - Socket network device interface - +- netfiletr - Iptables Interface + +- netfilter - Iptables Interface +- netlink - Netlink IPC socket interface +- pkt - "Raw" packet socket support +- procfs - net devices PROCFS support diff --git a/Documentation/reference/os/nat.rst b/Documentation/components/net/nat.rst similarity index 100% rename from Documentation/reference/os/nat.rst rename to Documentation/components/net/nat.rst diff --git a/Documentation/reference/os/netdev.rst b/Documentation/components/net/netdev.rst similarity index 100% rename from Documentation/reference/os/netdev.rst rename to Documentation/components/net/netdev.rst diff --git a/Documentation/reference/os/index.rst b/Documentation/reference/os/index.rst index dc9ff91063d..6e6d9ac7ea9 100644 --- a/Documentation/reference/os/index.rst +++ b/Documentation/reference/os/index.rst @@ -17,7 +17,6 @@ in other header files. iob.rst led.rst mutex.rst - nat.rst newreno.rst notifier.rst nuttx.rst @@ -26,4 +25,3 @@ in other header files. smp.rst time_clock.rst wqueue.rst - netdev.rst