summaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* Use net_device_operations structure and netdev_nullify() to allow forMichael Brown2007-07-073-68/+92
* Revert "Replace natsemi driver with Indolent's updated one that uses the gPXE...Michael Brown2007-07-071-507/+571
* Merge branch 'zalloc'Michael Brown2007-07-075-5/+10
|\
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
| * Revert "convert to zalloc"Holger Lubitz2007-07-071-1/+2
* | Revert "convert to zalloc"Michael Brown2007-07-071-1/+2
|/
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* convert to zallocHolger Lubitz2007-07-061-2/+1Star
* Use netdev_rx_err() to report receive errors.Michael Brown2007-07-052-2/+5
* Replace natsemi driver with Indolent's updated one that uses the gPXE APIMarty Connor2007-07-051-571/+507Star
* Warnings purge for via-velocity.[ch]Marty Connor2007-07-052-22/+19Star
* Update warnings in depca.c ns8390.cMarty Connor2007-07-052-2/+2
* Purge warnings from tg3.cMarty Connor2007-07-051-1/+1
* Purge warnings from prism2 driversMarty Connor2007-07-055-629/+994
* Warnings purge of drivers (continued)Marty Connor2007-07-0418-61/+86
* This comment is no longer relevant.Michael Brown2007-07-031-5/+0Star
* Implemented (untested) PXENV_START_UNDI.Michael Brown2007-07-031-1/+1
* Kill off now-redundant _irq() methods.Michael Brown2007-07-032-51/+0Star
* Avoid double free on I/O buffer when rtl_transmit() returns failure.Michael Brown2007-07-031-2/+1Star
* Enable/disable interrupts in driver open/close.Michael Brown2007-07-031-3/+8
* Enable/disable interrupts at open/close time.Michael Brown2007-07-031-0/+9
* Enable/disable interrupts on open/close.Michael Brown2007-07-031-5/+17
* pxe_netdev now holds a reference to the network device.Michael Brown2007-07-022-0/+5
* Support cards such as natsemi which treat the data as little-endianMichael Brown2007-07-011-17/+24
* Hack together far enough to support ne2k-pci.Michael Brown2007-07-011-13/+13
* How has the legacy wrapper been working for the past month or so...?Michael Brown2007-07-011-1/+2
* Kill off hotplug.h and just make net devices normal reference-countedMichael Brown2007-06-273-33/+24Star
* Add missing call to free_iob().Michael Brown2007-06-101-0/+1
* Update email addresses in driversMarty Connor2007-06-094-8/+9
* Updated email mdc's email addressMarty Connor2007-06-081-1/+1
* pkbuff->iobuf changeoverMichael Brown2007-05-193-46/+46
* Ported bnx2 driver from Etherboot 5.4.James Harper2007-03-143-0/+10891
|\
* | t5x9 code relies on nic->ioaddr being setMichael Brown2007-03-111-7/+11
* | Updated 3c509 to current device modelMichael Brown2007-03-101-165/+185
* | Updated ISAPnP, EISA, MCA and ISA buses to current device model.Michael Brown2007-03-1023-1215/+742Star
* | Remove no-longer-used variableMichael Brown2007-02-191-1/+0Star
* | Fix some bad pointer arithmatic in the tg3 driver that was causing the dynami...James Harper2007-02-101-6/+6
* | Fix padding problem - from MichaelJames Harper2007-02-101-3/+1Star
* | Split bootsector execution code out into bootsector.c.Michael Brown2007-01-291-0/+91
* | Use stdio.h instead of vsprintf.hMichael Brown2007-01-194-4/+4
* | Include stdlib.h rather than malloc.hMichael Brown2007-01-181-1/+2
* | Respect the RX quota. This improves poll time by about 0.7us when theMichael Brown2007-01-181-0/+1
* | Create and use async_block() macro; it cuts down on the visual overheadMichael Brown2007-01-162-16/+13Star