summaryrefslogtreecommitdiffstats
path: root/src/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* [tg3] Add PCI IDMichael Brown2008-09-291-0/+1
* [phantom] Skip command PEG initialisation if PEG is already runningMichael Brown2008-09-241-0/+11
* [phantom] Omit an initialisation step now performed by the firmwareMichael Brown2008-09-241-2/+0Star
* [phantom] Fix P3 B1 silicon bug workaroundMichael Brown2008-08-271-1/+3
* [phantom] Remove comment that no longer matches realityMichael Brown2008-08-261-3/+0Star
* [phantom] Temporary workaround for bug in prototype (P3 B1) siliconMichael Brown2008-08-262-1/+14
* [undi] Fill in ProtType correctly in PXENV_UNDI_ISRMichael Brown2008-08-201-21/+22
* [virtio] Add legacy driver for KVM virtio-netStefan Hajnoczi2008-08-014-0/+723
* [tg3] Added support for tg3-5754.Andrew Schran2008-07-242-25/+66
* [phantom] Add new board typeMichael Brown2008-07-242-0/+2
* [phantom] Guard against partially-written status descriptorsMichael Brown2008-07-171-15/+28
* [forcedeth] Add support for PCI ID 10de:0373Andrew Schran2008-07-101-0/+4
* [phantom] Remove warning relating to now-fixed firmware bugMichael Brown2008-07-081-11/+0Star
* [phantom] Add NetXen dual copyrightMichael Brown2008-07-083-0/+21
* [phantom] Initialise RCVPEG before reading MAC addressesMichael Brown2008-07-081-4/+4
* [phantom] Add support for NetXen Phantom NICsMichael Brown2008-07-055-0/+3065
* [ns8390] Use stub files instead of src/ConfigH. Peter Anvin2008-06-304-0/+23
* [tg3] Recognize the BCM5789Steven Walter2008-06-271-0/+1
* [via-rhine] Fix erroneous uses of memory I/O instead of port I/OStefan Hajnoczi2008-06-121-3/+3
* [libc] Fix isdigit(), islower() and isupper().Michael Brown2008-05-192-12/+6Star
* [tg3] Add support for tg3-5721Michael Brown2008-05-192-1/+4
* [MTNIC] Minor cleanups of vendor-provided driver for Mellanox 10GigE cardsMichael Brown2008-04-222-88/+77Star
* [NETDEV] Add notion of link stateMichael Brown2008-04-227-1/+37
* [Infiniband] Add preliminary multiple port support for Hermon cardsMichael Brown2008-04-181-93/+164
* [Drivers-r8169] Add support for newer rtl8169 variants from Hilko BengenMarty Connor2008-03-311-221/+360
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2008-03-223-0/+56
|\
| * ]Drivers] Update licensing for cs89x0.[ch] and cs89x0.txtMarty Connor2008-03-193-0/+56
* | [Settings] Migrate DHCP and NVO code to the new settings API (untested)Michael Brown2008-03-212-17/+21
|/
* Merge branch 'xl0-timer'Michael Brown2008-03-1032-57/+42Star
|\
| * Modify gPXE core and drivers to work with the new timer subsystemAlexey Zaytsev2008-03-0232-57/+42Star
* | [tg3] Added device ID for rebranded HP card.Michael Brown2008-03-061-0/+1
|/
* [Infiniband] Add preliminary support for multi-port devices.Michael Brown2008-02-271-5/+5
* Added mtnic driver provided by Mellanox.Michael Brown2008-02-132-0/+2474
* 3c90x driver fix (legacy) from Geert StaapersMarty Connor2007-12-201-4/+6
* Fix e1000 receive tail pointer (RDT) handlingMarty Connor2007-12-172-7/+7
* Merge branch 'master' of rom.etherboot.org:/pub/scm/gpxeMichael Brown2007-12-1530-51/+238
|\
| * Correct e1000 interrupt routine to enable on 1 disable on 0. duh.Marty Connor2007-12-131-2/+2
| * Remove *_fill_nic() calls, and directly set nic->ioaddr and nic->irqno .Marty Connor2007-12-1329-49/+236
* | Overwrite the device descriptor's IRQ number with whatever the legacyMichael Brown2007-12-151-0/+8
|/
* Various warnings fixups for OpenBSD with gcc-3.3.5.Michael Brown2007-12-074-4/+4
* Add copyright, clean up comments a bit, remove unnecessary code.Marty Connor2007-12-031-178/+102Star
* Added netdev_nullify to natsemi_remove()Marty Connor2007-11-211-0/+1
* Removed old e1000 driver.Michael Brown2007-11-212-5800/+0Star
* Fixed receive instability by not enabling interrupts. duh.Marty Connor2007-11-212-19/+27
* This version now transmits and receives.Marty Connor2007-11-202-220/+138Star
* Autonegotiation fixes. NIC now autonegotiates to whatever the switch supports.Marty Connor2007-11-203-18/+22
* A version of the new e1000 driver that transmits.Marty Connor2007-11-203-254/+351
* Rename e1000_main.c to e1000.c to so we can type 'make bin/e1000.dsk' instead...Marty Connor2007-11-181-0/+0
* Introduce files for new e1000 driverMarty Connor2007-11-187-5800/+14074
* Move current e1000 driver files to e1000-old/ directory to avoid collisionsMarty Connor2007-11-182-0/+5800