aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorRobert Olsson <robert.olsson@its.uu.se>2005-12-22 11:25:10 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-01-03 13:11:10 -0800
commitfd9662555cc35f8bf9242cd7bba8b44ae168a68b (patch)
tree0896bb30e93c5cae3d5496eb3df43bd64c4d0038 /net
parent[TCP] cubic: use Newton-Raphson (diff)
downloadlinux-dev-fd9662555cc35f8bf9242cd7bba8b44ae168a68b.tar.xz
linux-dev-fd9662555cc35f8bf9242cd7bba8b44ae168a68b.zip
[IPV4] fib_trie: Add credits.
Signed-off-by: Robert Olsson <robert.olsson@its.uu.se> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net')
-rw-r--r--net/ipv4/fib_trie.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/ipv4/fib_trie.c b/net/ipv4/fib_trie.c
index 705e3ce86df9..a3ed7e13f795 100644
--- a/net/ipv4/fib_trie.c
+++ b/net/ipv4/fib_trie.c
@@ -41,6 +41,13 @@
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
+ *
+ * Substantial contributions to this work comes from:
+ *
+ * David S. Miller, <davem@davemloft.net>
+ * Stephen Hemminger <shemminger@osdl.org>
+ * Paul E. McKenney <paulmck@us.ibm.com>
+ * Patrick McHardy <kaber@trash.net>
*/
#define VERSION "0.404"