aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/mipsnet.h
Commit message (Collapse)AuthorAge
* [PATCH] mipsnet: Fix Copyright notice.Ralf Baechle2005-12-01
| | | | | | | Sorry, no sekr1t mips c0dez ;-) Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
* [PATCH] mipsnet: Virtual ethernet driver for MIPSsim.Ralf Baechle2005-10-18
Signed-off-by: Ralf Baechle <ralf@linux-mips.org> drivers/net/Kconfig | 8 + drivers/net/Makefile | 1 drivers/net/mipsnet.c | 371 ++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/net/mipsnet.h | 127 +++++++++++++++++ 4 files changed, 507 insertions(+) Signed-off-by: Jeff Garzik <jgarzik@pobox.com>