aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-06-13 14:30:40 -0700
committerDavid S. Miller <davem@davemloft.net>2005-06-13 14:30:40 -0700
commit979b6c135fc4d466a39d8e3ec05583e5ee30261a (patch)
tree1f78eec2624902890bd15259088813f10f3eaea8 /drivers
parent[IPV4]: Multipath modules need a license to prevent kernel tainting. (diff)
downloadlinux-dev-979b6c135fc4d466a39d8e3ec05583e5ee30261a.tar.xz
linux-dev-979b6c135fc4d466a39d8e3ec05583e5ee30261a.zip
[NET]: Move the netdev list to vger.kernel.org.
From: Ralf Baechle <ralf@linux-mips.org> There are archives of the old list at http://oss.sgi.com/archives/netdev Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/r8169.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c
index b3768d844747..d6d0e43dab65 100644
--- a/drivers/net/r8169.c
+++ b/drivers/net/r8169.c
@@ -415,7 +415,7 @@ struct rtl8169_private {
struct work_struct task;
};
-MODULE_AUTHOR("Realtek and the Linux r8169 crew <netdev@oss.sgi.com>");
+MODULE_AUTHOR("Realtek and the Linux r8169 crew <netdev@vger.kernel.org>");
MODULE_DESCRIPTION("RealTek RTL-8169 Gigabit Ethernet driver");
module_param_array(media, int, &num_media, 0);
module_param(rx_copybreak, int, 0);