diff options
-rw-r--r-- | Documentation/Changes | 2 | ||||
-rw-r--r-- | net/sched/Kconfig | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/Documentation/Changes b/Documentation/Changes index 1de131bb49fb..74bdda9272a4 100644 --- a/Documentation/Changes +++ b/Documentation/Changes | |||
@@ -383,7 +383,7 @@ o <http://www.iptables.org/downloads.html> | |||
383 | 383 | ||
384 | Ip-route2 | 384 | Ip-route2 |
385 | --------- | 385 | --------- |
386 | o <ftp://ftp.tux.org/pub/net/ip-routing/iproute2-2.2.4-now-ss991023.tar.gz> | 386 | o <https://www.kernel.org/pub/linux/utils/net/iproute2/> |
387 | 387 | ||
388 | OProfile | 388 | OProfile |
389 | -------- | 389 | -------- |
diff --git a/net/sched/Kconfig b/net/sched/Kconfig index a1a8e29e5fc9..d17053d9e9e2 100644 --- a/net/sched/Kconfig +++ b/net/sched/Kconfig | |||
@@ -22,8 +22,9 @@ menuconfig NET_SCHED | |||
22 | This code is considered to be experimental. | 22 | This code is considered to be experimental. |
23 | 23 | ||
24 | To administer these schedulers, you'll need the user-level utilities | 24 | To administer these schedulers, you'll need the user-level utilities |
25 | from the package iproute2+tc at <ftp://ftp.tux.org/pub/net/ip-routing/>. | 25 | from the package iproute2+tc at |
26 | That package also contains some documentation; for more, check out | 26 | <https://www.kernel.org/pub/linux/utils/net/iproute2/>. That package |
27 | also contains some documentation; for more, check out | ||
27 | <http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2>. | 28 | <http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2>. |
28 | 29 | ||
29 | This Quality of Service (QoS) support will enable you to use | 30 | This Quality of Service (QoS) support will enable you to use |
@@ -336,7 +337,7 @@ config NET_SCH_PLUG | |||
336 | of virtual machines by allowing the generated network output to be rolled | 337 | of virtual machines by allowing the generated network output to be rolled |
337 | back if needed. | 338 | back if needed. |
338 | 339 | ||
339 | For more information, please refer to http://wiki.xensource.com/xenwiki/Remus | 340 | For more information, please refer to <http://wiki.xenproject.org/wiki/Remus> |
340 | 341 | ||
341 | Say Y here if you are using this kernel for Xen dom0 and | 342 | Say Y here if you are using this kernel for Xen dom0 and |
342 | want to protect Xen guests with Remus. | 343 | want to protect Xen guests with Remus. |