diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2010-10-18 05:03:14 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-10-18 05:03:14 -0400 |
commit | 631dd1a885b6d7e9f6f51b4e5b311c2bb04c323c (patch) | |
tree | c431fa3479c1d35842fb5635ed7ccd487d063a62 /net/ipv4 | |
parent | d7eccbbae84b2ee7dbb756e60287c4b47071444e (diff) |
Update broken web addresses in the kernel.
The patch below updates broken web addresses in the kernel
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Cc: Maciej W. Rozycki <macro@linux-mips.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Finn Thain <fthain@telegraphics.com.au>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Cc: Matt Turner <mattst88@gmail.com>
Cc: Dimitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Mike Frysinger <vapier.adi@gmail.com>
Acked-by: Ben Pfaff <blp@cs.stanford.edu>
Acked-by: Hans J. Koch <hjk@linutronix.de>
Reviewed-by: Finn Thain <fthain@telegraphics.com.au>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/Kconfig | 4 | ||||
-rw-r--r-- | net/ipv4/cipso_ipv4.c | 2 | ||||
-rw-r--r-- | net/ipv4/fib_trie.c | 2 | ||||
-rw-r--r-- | net/ipv4/netfilter/Kconfig | 2 | ||||
-rw-r--r-- | net/ipv4/tcp_illinois.c | 2 | ||||
-rw-r--r-- | net/ipv4/tcp_input.c | 4 | ||||
-rw-r--r-- | net/ipv4/tcp_veno.c | 2 |
7 files changed, 9 insertions, 9 deletions
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index 7c3a7d191249..1cc7ef270d54 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig | |||
@@ -84,7 +84,7 @@ config IP_FIB_TRIE | |||
84 | 84 | ||
85 | An experimental study of compression methods for dynamic tries | 85 | An experimental study of compression methods for dynamic tries |
86 | Stefan Nilsson and Matti Tikkanen. Algorithmica, 33(1):19-33, 2002. | 86 | Stefan Nilsson and Matti Tikkanen. Algorithmica, 33(1):19-33, 2002. |
87 | http://www.nada.kth.se/~snilsson/public/papers/dyntrie2/ | 87 | <http://www.csc.kth.se/~snilsson/software/dyntrie2/> |
88 | 88 | ||
89 | endchoice | 89 | endchoice |
90 | 90 | ||
@@ -555,7 +555,7 @@ config TCP_CONG_VENO | |||
555 | distinguishing to circumvent the difficult judgment of the packet loss | 555 | distinguishing to circumvent the difficult judgment of the packet loss |
556 | type. TCP Veno cuts down less congestion window in response to random | 556 | type. TCP Veno cuts down less congestion window in response to random |
557 | loss packets. | 557 | loss packets. |
558 | See http://www.ntu.edu.sg/home5/ZHOU0022/papers/CPFu03a.pdf | 558 | See <http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1177186> |
559 | 559 | ||
560 | config TCP_CONG_YEAH | 560 | config TCP_CONG_YEAH |
561 | tristate "YeAH TCP" | 561 | tristate "YeAH TCP" |
diff --git a/net/ipv4/cipso_ipv4.c b/net/ipv4/cipso_ipv4.c index 3a92a76ae41d..094e150c6260 100644 --- a/net/ipv4/cipso_ipv4.c +++ b/net/ipv4/cipso_ipv4.c | |||
@@ -9,7 +9,7 @@ | |||
9 | * | 9 | * |
10 | * The CIPSO draft specification can be found in the kernel's Documentation | 10 | * The CIPSO draft specification can be found in the kernel's Documentation |
11 | * directory as well as the following URL: | 11 | * directory as well as the following URL: |
12 | * http://netlabel.sourceforge.net/files/draft-ietf-cipso-ipsecurity-01.txt | 12 | * http://tools.ietf.org/id/draft-ietf-cipso-ipsecurity-01.txt |
13 | * The FIPS-188 specification can be found at the following URL: | 13 | * The FIPS-188 specification can be found at the following URL: |
14 | * http://www.itl.nist.gov/fipspubs/fip188.htm | 14 | * http://www.itl.nist.gov/fipspubs/fip188.htm |
15 | * | 15 | * |
diff --git a/net/ipv4/fib_trie.c b/net/ipv4/fib_trie.c index 79d057a939ba..2230ae3bf20e 100644 --- a/net/ipv4/fib_trie.c +++ b/net/ipv4/fib_trie.c | |||
@@ -16,7 +16,7 @@ | |||
16 | * | 16 | * |
17 | * An experimental study of compression methods for dynamic tries | 17 | * An experimental study of compression methods for dynamic tries |
18 | * Stefan Nilsson and Matti Tikkanen. Algorithmica, 33(1):19-33, 2002. | 18 | * Stefan Nilsson and Matti Tikkanen. Algorithmica, 33(1):19-33, 2002. |
19 | * http://www.nada.kth.se/~snilsson/public/papers/dyntrie2/ | 19 | * http://www.csc.kth.se/~snilsson/software/dyntrie2/ |
20 | * | 20 | * |
21 | * | 21 | * |
22 | * IP-address lookup using LC-tries. Stefan Nilsson and Gunnar Karlsson | 22 | * IP-address lookup using LC-tries. Stefan Nilsson and Gunnar Karlsson |
diff --git a/net/ipv4/netfilter/Kconfig b/net/ipv4/netfilter/Kconfig index 1833bdbf9805..d048275a62cb 100644 --- a/net/ipv4/netfilter/Kconfig +++ b/net/ipv4/netfilter/Kconfig | |||
@@ -147,7 +147,7 @@ config IP_NF_TARGET_ULOG | |||
147 | which can only be viewed through syslog. | 147 | which can only be viewed through syslog. |
148 | 148 | ||
149 | The appropriate userspace logging daemon (ulogd) may be obtained from | 149 | The appropriate userspace logging daemon (ulogd) may be obtained from |
150 | <http://www.gnumonks.org/projects/ulogd/> | 150 | <http://www.netfilter.org/projects/ulogd/index.html> |
151 | 151 | ||
152 | To compile it as a module, choose M here. If unsure, say N. | 152 | To compile it as a module, choose M here. If unsure, say N. |
153 | 153 | ||
diff --git a/net/ipv4/tcp_illinois.c b/net/ipv4/tcp_illinois.c index 1eba160b72dc..00ca688d8964 100644 --- a/net/ipv4/tcp_illinois.c +++ b/net/ipv4/tcp_illinois.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * The algorithm is described in: | 6 | * The algorithm is described in: |
7 | * "TCP-Illinois: A Loss and Delay-Based Congestion Control Algorithm | 7 | * "TCP-Illinois: A Loss and Delay-Based Congestion Control Algorithm |
8 | * for High-Speed Networks" | 8 | * for High-Speed Networks" |
9 | * http://www.ews.uiuc.edu/~shaoliu/papersandslides/liubassri06perf.pdf | 9 | * http://www.ifp.illinois.edu/~srikant/Papers/liubassri06perf.pdf |
10 | * | 10 | * |
11 | * Implemented from description in paper and ns-2 simulation. | 11 | * Implemented from description in paper and ns-2 simulation. |
12 | * Copyright (C) 2007 Stephen Hemminger <shemminger@linux-foundation.org> | 12 | * Copyright (C) 2007 Stephen Hemminger <shemminger@linux-foundation.org> |
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c index e663b78a2ef6..bccce3424a63 100644 --- a/net/ipv4/tcp_input.c +++ b/net/ipv4/tcp_input.c | |||
@@ -428,10 +428,10 @@ EXPORT_SYMBOL(tcp_initialize_rcv_mss); | |||
428 | * | 428 | * |
429 | * The algorithm for RTT estimation w/o timestamps is based on | 429 | * The algorithm for RTT estimation w/o timestamps is based on |
430 | * Dynamic Right-Sizing (DRS) by Wu Feng and Mike Fisk of LANL. | 430 | * Dynamic Right-Sizing (DRS) by Wu Feng and Mike Fisk of LANL. |
431 | * <http://www.lanl.gov/radiant/website/pubs/drs/lacsi2001.ps> | 431 | * <http://public.lanl.gov/radiant/pubs.html#DRS> |
432 | * | 432 | * |
433 | * More detail on this code can be found at | 433 | * More detail on this code can be found at |
434 | * <http://www.psc.edu/~jheffner/senior_thesis.ps>, | 434 | * <http://staff.psc.edu/jheffner/>, |
435 | * though this reference is out of date. A new paper | 435 | * though this reference is out of date. A new paper |
436 | * is pending. | 436 | * is pending. |
437 | */ | 437 | */ |
diff --git a/net/ipv4/tcp_veno.c b/net/ipv4/tcp_veno.c index b612acf76183..38bc0b52d745 100644 --- a/net/ipv4/tcp_veno.c +++ b/net/ipv4/tcp_veno.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * "TCP Veno: TCP Enhancement for Transmission over Wireless Access Networks." | 6 | * "TCP Veno: TCP Enhancement for Transmission over Wireless Access Networks." |
7 | * IEEE Journal on Selected Areas in Communication, | 7 | * IEEE Journal on Selected Areas in Communication, |
8 | * Feb. 2003. | 8 | * Feb. 2003. |
9 | * See http://www.ntu.edu.sg/home5/ZHOU0022/papers/CPFu03a.pdf | 9 | * See http://www.ie.cuhk.edu.hk/fileadmin/staff_upload/soung/Journal/J3.pdf |
10 | */ | 10 | */ |
11 | 11 | ||
12 | #include <linux/mm.h> | 12 | #include <linux/mm.h> |