summaryrefslogtreecommitdiffstats
path: root/src/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* [eepro100] Add new PCI ID 8086:27dcMarty Connor2010-09-031-0/+1
* [mtnic] Switch to malloc_dma() and free_dma()Piotr Jaroszyński2010-08-171-29/+29
* [ioapi] Move get_memmap() to the I/O API groupPiotr Jaroszyński2010-08-161-1/+2
* [forcedeth] Replace driver with native iPXE driverAndrei Faur2010-08-012-1230/+2375
* [virtio] Replace virtio-net with native iPXE driverStefan Hajnoczi2010-07-171-228/+335
* [davicom] Use iPXE debugging infrastructureMichael Brown2010-07-141-25/+6Star
* [tulip] Use iPXE debugging infrastructureMichael Brown2010-07-141-209/+79Star
* [pcnet32] Fix pcnet32_wio_reset() bugAndrei Faur2010-07-111-1/+1
* [pcnet32] Fix uninitialised variableMichael Brown2010-06-251-1/+1
* [myri10ge] Add NonVolatile Option (nvo) supportGlenn Brown2010-06-251-11/+314
* [r8169] Remove driver cfg lookup, use pci_device_id->driver_data insteadAndrei Faur2010-06-232-66/+11Star
* [pcnet32] Replace pcnet32 with native driverAndrei Faur2010-06-222-822/+1143
* [jme] Fix 64-bit compile of JMicron ethernet driverGeoff Lywood2010-06-221-1/+1
* [jme] Fix refill behaviorGuo-Fu Tseng2010-06-131-7/+13
* [ethernet] Move Ethernet MAC address checking routines to ethernet.hMichael Brown2010-06-072-16/+1Star
* [eepro100] Add PCI ID for Intel Pro/100 VEErwan Velu2010-06-071-0/+1
* [jme] Add JMicron Ethernet driverGuo-Fu Tseng2010-06-022-0/+2217
* [efi] Add the "snpnet" driverGeoff Lywood2010-06-024-0/+575
* [libc] Enable automated extraction of error usage reportsMichael Brown2010-05-311-2/+4
* [compiler] Fix 64bit compile time errorsPiotr Jaroszyński2010-05-275-9/+9
* [build] Rename gPXE to iPXEMichael Brown2010-04-2095-361/+361
* [eepro100] Remove link-state checkingThomas Miletich2010-04-192-48/+1Star
* [drivers] Fix warnings identified by gcc 4.5Bruce Rogers2010-04-163-4/+4
* [phantom] Update interrupt support to match current firmwareMichael Brown2010-03-222-23/+91
* [igb] Add igb driverMarty Connor2010-03-1719-0/+13393
* [e1000e] Add e1000e driverMarty Connor2010-03-1720-0/+18162
* [e1000] Update e1000 driverMarty Connor2010-03-1724-13857/+15347
* [vxge] Add stub vxge.c file so bin/vxge.usb can be builtStefan Hajnoczi2010-03-122-4/+23
* [vxge] Add support for X3100 series 10GbE Server/Storage AdapterMasroor Vettuparambil2010-02-248-0/+9382
* [rtl818x] Remove broken mmio register supportStefan Hajnoczi2010-01-251-3/+0Star
* [natsemi] Convert stray mmio readl() to pio inl()Stefan Hajnoczi2010-01-251-1/+1
* [skge] Note correct author of akge driverThomas Miletich2010-01-141-4/+5
* [skge] Add driver for skge NICsMarty Connor2010-01-142-0/+5094
* [myri10ge] Native driver for Myricom 10Gb Ethernet NICsGlenn Brown2010-01-142-0/+1555
* [forcedeth] Add support for 10de:054c nforce 630a, MCP 67Thomas Horsten2010-01-141-0/+2
* [e1000] Remove deprecated IRQ_FORCE action from e1000_irq()Thomas Miletich2010-01-051-23/+4Star
* [eepro100] Add missing FILE_LICENCE() to eepro100.hThomas Miletich2009-12-141-0/+2
* [e1000] Enable interrupts in a more UNDI compatible wayThomas Miletich2009-11-251-2/+1Star
* [eepro100] Convert to native gPXE APIThomas Miletich2009-11-222-639/+1197
* [e1000] Use the alternate MAC in NVRAM when availableAlex Williamson2009-11-222-3/+51
* [e1000] Implement zero-copy receiveThomas Miletich2009-11-221-63/+83
* [ipoib] Mask out non-QPN bits in the IPoIB destination MAC when sendingMichael Brown2009-11-161-8/+7Star
* [ipoib] Always set the "full membership" bit in the IPv4 broadcast GIDMichael Brown2009-11-161-1/+2
* [infiniband] Report IB link status as IPoIB netdevice statusMichael Brown2009-11-161-5/+12
* [atl1e] Fix compilation on gcc-4.4.1-2.fc11.i586.Joshua Oreman2009-10-241-8/+9
* [sis190] Hide the ISA bridge's PCI IDs from parserom.plThomas Miletich2009-10-241-3/+3
* [sis190] Insert forgotten FILE_LICENCE() to sis190.hThomas Miletich2009-10-241-1/+2
* [sis190] Make 'make allroms' happy.Thomas Miletich2009-10-241-2/+2
* [netdevice] Add the concept of an "Ethernet-compatible" MAC addressMichael Brown2009-10-231-0/+57
* [sis190] Fix for gcc-3.3.3 compilationShao Miller2009-10-181-1/+1