summaryrefslogtreecommitdiff
path: root/drivers/net/Makefile.lib
AgeCommit message (Collapse)Author
2003-09-26[PATCH] select CRC32Brian Gerst
Use "select CRC32" in Kconfig instead of makefile includes.
2003-09-03[netdrvr] list CONFIG_BMAC in drivers/net/Makefile.lib,Ernst Persson
as it uses the crc32 library.
2003-08-17[netdrvr] add sis190 gigabit ethernet driver (note: needs work)Jeff Garzik
2003-07-25[PATCH] Rename ariadne2 to zorro8390Geert Uytterhoeven
Rename ariadne2 to zorro8390, since this driver supports several NS8390-based Zorro Ethernet cards. Kill all never used occurrencies of CONFIG_NE2K_ZORRO.
2003-06-25[netdrvr] update ioc3_ethRalf Bächle
2003-03-20[PATCH] Support PC-9800 subarchitecture (9/14) NICOsamu Tomita
This is the patch to support NEC PC-9800 subarchitecture against 2.5.65-ac1. (9/14) C-bus(PC98's legacy bus like ISA) network cards support. Change IO port and IRQ assign. Add NE2000 compatible driver for PC-9800. PCI netwwork card works fine without patch. Regards, Osamu Tomita
2003-02-13The initial release of the driver for the 3Com 3cr990 "Typhoon"David Dillow
series of network interface cards. Does: - NAPI - Zero copy Tx - VLAN hardware acceleration - TCP Segmentation offload
2003-01-03[netdrvr amd8111e] add to drivers/net/Makefile.lib too, as it uses crc32Jeff Garzik
2002-11-30[netdrvr] add "r8169", new driver for Realtek 8169 gigabit ethernetJeff Garzik
2002-07-31[PATCH] Adaptec Starfire config fixMatthew Dobson
2002-02-05v2.5.1.11 -> v2.5.2Linus Torvalds
- Matt Domsch: combine common crc32 library - Pete Zaitcev: ymfpci update - Davide Libenzi: scheduler improvements - Al Viro: almost there: "struct block_device *" everywhere - Richard Gooch: devfs cpqarray update, race fix - Rusty Russell: PATH_MAX should include the final '0' count - David Miller: various random updates (mainly net and sparc)