summaryrefslogtreecommitdiff
path: root/drivers/net/setup.c
AgeCommit message (Collapse)Author
2003-06-05[NET]: Kill drivers/net/setup.c, it no longer does anything.David S. Miller
2003-06-05[NET]: Convert ppc early-init drivers to initcalls. Ack'd by Paul Mackerras.Christoph Hellwig
2003-06-03[NET]: Move dmascc away from setup.cChristoph Hellwig
2003-05-28[NET]: Remove sdla from setup.cChristoph Hellwig
2003-05-26[NET]: Switch lanmedia driver to initcalls.Christoph Hellwig
2003-05-22[NET]: Convert madgemc to initcalls.Christoph Hellwig
2003-05-21[NET]: Switch arcnet over to initcalls.Christoph Hellwig
2003-05-19[NET]: Switch comx over to initcalls.Christoph Hellwig
2003-05-11[PATCH] switch sb1000 to new style net init & pnpChristoph Hellwig
This cleans up the driver big time and gets rid of a big ugly wart in setup.c. Note that I don't have the hardware so this is only compile-tested.
2003-05-08[NET]: Switch x25_asy over to initcalls.Christoph Hellwig
2003-05-08[DLCI]: Use module_init and fix ioctl handling.Matthew Wilcox
2003-05-07[SLIP]: Move over to initcalls.Christoph Hellwig
2003-02-17[netdrvr] Remove superceded wireless driver aironet4500Jeff Garzik
From the maintainer, Elmer Joandi(sp?): aironet4500 is superseded by cisco340 drivers (airo.c) by Ben Reed and the only strenght of my driver is that it allows to access absolutely all registers on card. Which is useful for developers only. Besides there is no normal interface to configure crypto in my driver, as the general interface is not userfriendly at all. So in fact, I use Bens driver for my ISP bussiness in general cases and my driver for troubleshooting.
2002-11-23o drivers/net/setup.c: fix special_device_init struct initializationArnaldo Carvalho de Melo
struct net_device changed, making sb1000_probe not match with the .init position, convert it to C99 initializers so that doesn't happens anymore when net_device changes again.
2002-08-03[PATCH] UML preparation - infrastructureJeff Dike
This patch (against 2.5.30) contains all of the changes to generic code needed by UML. CREDITS - Changes my address and adds a UML credit for Lars Brinkoff. MAINTAINERS - Adds a UML entry. Makefile - When ARCH=um is on the command line to do a UML build, the old value of ARCH is saved in $(SUBARCH) for the later use of the UML build. drivers/char/Makefile - Sets KEYMAP, KEYBD, CONSOLE empty to prevent hardware drivers from being compiled in. drivers/net/setup.c - Backs out a UML hook which leaked into your tree which UML no longer uses.
2002-02-04v2.4.6.1 -> v2.4.6.2Linus Torvalds
- merge with Alan (USB, zoran, sony motion-eye, rio, dmi-scan)
2002-02-04v2.4.1.3 -> v2.4.1.4Linus Torvalds
- big S/390x 64-bit merge - typos and license name fixes. doc updates. - more include file cleanups (phase out "malloc.h") - even more elevator corner cases.. When not merging, find the best insertion point. - pmac ide update - network fixes (netif_wake_queue on tx timeout) - USB printer select() fix - NFS client missed initialization, deamon fixed client address check
2002-02-04Import changesetLinus Torvalds