aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Makefile (follow)
AgeCommit message (Collapse)AuthorFilesLines
2005-06-04Automatic merge of /spare/repo/netdev-2.6 branch skge1-0/+1
2005-06-04Automatic merge of /spare/repo/netdev-2.6 branch remove-drivers1-2/+0
2005-06-04Automatic merge of /spare/repo/netdev-2.6 branch dm90001-0/+1
2005-05-26[BNX2]: New Broadcom gigabit network driver.Michael Chan1-0/+1
A new driver bnx2 for Broadcom bcm5706 is available. The patch also includes new 1000BASE-X advertisement bit definitions in mii.h Thanks to David Miller and Jeff Garzik for reviewing and their valuable feedback. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2005-05-15[PATCH] drivers/net/wireless enabled by wrong optionAl Viro1-1/+1
NET_WIRELESS is only a subset of the stuff in drivers/net/wireless; NET_RADIO is what covers all of them. Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
2005-05-15[PATCH] DM9000 network driverSascha Hauer1-0/+1
This patch adds support for the davicom dm9000 network driver. The dm9000 is found on some embedded arm boards such as the pimx1 or the scb9328. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Ben Dooks <ben-linux@fluff.org> Signed-off-by: Andrew Morton <akpm@osdl.org> diff -puN /dev/null drivers/net/dm9000.c
2005-05-12 [PATCH] remove two obsolete net driversAdrian Bunk1-2/+0
The options FMV18X and SK_G16 do depend on the non-available CONFIG_OBSOLETE even in kernel 2.4 - IOW, the last time it was able to select them was in kernel 2.2 (or even before). Since it seems noone misses these drivers, this patch removes them. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2005-05-12[netdrvr] new driver skge, for SysKonnect cardsStephen Hemminger1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+196
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!