aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* [infiniband] Flush uncompleted work queue entries at QP teardownMichael Brown2008-11-111-5/+16
* [ne2k_isa] Restore support for ne2k isa cardsPantelis Koukousoulas2008-11-081-0/+373
* [phantom] Do not halt PEGs on driver shutdownMichael Brown2008-11-081-15/+0
* [phantom] Allow for PXE boot to be enabled/disabled on a per-port basisMichael Brown2008-11-012-0/+32
* [phantom] Assume one net device per PCI functionMichael Brown2008-10-312-764/+339
* [settings] Add the notion of a "tag magic" to numbered settingsMichael Brown2008-10-301-16/+24
* [phantom] Add CLP settings interfaceMichael Brown2008-10-282-0/+368
* [phantom] Unhalt/halt all PEGs during driver startup/shutdownMichael Brown2008-10-282-0/+70
* [phantom] Add line count limit to phantom_dmesg()Michael Brown2008-10-281-22/+57
* [phantom] Change register space abstraction to match other driversMichael Brown2008-10-242-54/+46
* [tg3] Add PCI ID for BCM5786Michael Brown2008-10-211-0/+1
* [etherfabric] Merge changes from vendor treeMichael Brown2008-10-172-2337/+3348
* virtio-net: Fix kick/wait logicEduardo Habkost2008-10-161-3/+5
* [netdevice] Change link-layer push() and pull() methods to take raw typesMichael Brown2008-10-161-14/+13
* [netdevice] Split multicast hashing out into an mc_hash methodMichael Brown2008-10-161-0/+16
* [netdevice] Add maximum packet length as a net device propertyMichael Brown2008-10-161-4/+1
* [timer] Formalise the timer APIMichael Brown2008-10-125-17/+17
* [phantom] Add missing #include <gpxe/io.h>Michael Brown2008-10-121-0/+1
* [rtl8139] Add missing #include <string.h>Michael Brown2008-10-121-0/+1
* [natsemi] Add missing #include <string.h>Michael Brown2008-10-121-0/+1
* [e1000] Add missing #include <string.h>Michael Brown2008-10-121-0/+1
* [ioapi] Remove old io.h file and switch all users over to <gpxe/io.h>Michael Brown2008-10-126-6/+6
* [cs89x0] Simplify obscure loop syntaxMichael Brown2008-10-121-2/+2
* [e1000] Fix dubious syntax in e1000 I/O wrapper macrosMichael Brown2008-10-121-24/+24
* [makefile] Add -Wformat-nonliteral as an extra warning categoryMichael Brown2008-10-103-3/+3
* [i2c] Generalise i2c bit-bashing support to addressless devicesMichael Brown2008-10-011-3/+3
* [tg3] Add PCI IDMichael Brown2008-09-291-0/+1
* [phantom] Skip command PEG initialisation if PEG is already runningMichael Brown2008-09-231-0/+11
* [phantom] Omit an initialisation step now performed by the firmwareMichael Brown2008-09-231-2/+0
* [phantom] Fix P3 B1 silicon bug workaroundMichael Brown2008-08-271-1/+3
* [phantom] Remove comment that no longer matches realityMichael Brown2008-08-261-3/+0
* [phantom] Temporary workaround for bug in prototype (P3 B1) siliconMichael Brown2008-08-252-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/+0
* [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-045-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/+6
* [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/+77
* [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