aboutsummaryrefslogtreecommitdiff
path: root/src/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-06-02[efi] Add the "snpnet" driverGeoff Lywood4-0/+575
2010-06-01[qib7322] Fix whitespace errorsMichael Brown1-107/+108
2010-06-01[qib7322] Fix uninitialized variables warningShao Miller1-3/+10
2010-05-31[libc] Enable automated extraction of error usage reportsMichael Brown1-2/+4
2010-05-27[compiler] Fix 64bit compile time errorsPiotr JaroszyƄski5-9/+9
2010-05-25[qib7322] Add support for QLogic 7322 HCAMichael Brown3-0/+10050
2010-04-19[build] Rename gPXE to iPXEMichael Brown121-433/+433
2010-04-19[eepro100] Remove link-state checkingThomas Miletich2-48/+1
2010-04-16[drivers] Fix warnings identified by gcc 4.5Bruce Rogers3-4/+4
2010-03-22[phantom] Update interrupt support to match current firmwareMichael Brown2-23/+91
2010-03-17[igb] Add igb driverMarty Connor19-0/+13393
2010-03-17[e1000e] Add e1000e driverMarty Connor20-0/+18162
2010-03-17[e1000] Update e1000 driverMarty Connor24-13857/+15347
2010-03-12[vxge] Add stub vxge.c file so bin/vxge.usb can be builtStefan Hajnoczi2-4/+23
2010-02-24[vxge] Add support for X3100 series 10GbE Server/Storage AdapterMasroor Vettuparambil8-0/+9382
2010-02-13[hermon] Change hermon_alloc_icm() to conform to ConnectX2 requirementsItay Gazit1-16/+58
2010-01-25[rtl818x] Remove broken mmio register supportStefan Hajnoczi1-3/+0
2010-01-25[natsemi] Convert stray mmio readl() to pio inl()Stefan Hajnoczi1-1/+1
2010-01-21[pci] Save and restore PCI command registerBernhard Kohl1-0/+5
2010-01-14[skge] Note correct author of akge driverThomas Miletich1-4/+5
2010-01-14[skge] Add driver for skge NICsMarty Connor2-0/+5094
2010-01-14[myri10ge] Native driver for Myricom 10Gb Ethernet NICsGlenn Brown2-0/+1555
2010-01-14[forcedeth] Add support for 10de:054c nforce 630a, MCP 67Thomas Horsten1-0/+2
2010-01-05[e1000] Remove deprecated IRQ_FORCE action from e1000_irq()Thomas Miletich1-23/+4
2009-12-14[eepro100] Add missing FILE_LICENCE() to eepro100.hThomas Miletich1-0/+2
2009-11-25[e1000] Enable interrupts in a more UNDI compatible wayThomas Miletich1-2/+1
2009-11-22[eepro100] Convert to native gPXE APIThomas Miletich2-639/+1197
2009-11-22[e1000] Use the alternate MAC in NVRAM when availableAlex Williamson2-3/+51
2009-11-22[e1000] Implement zero-copy receiveThomas Miletich1-63/+83
2009-11-16[linda] Re-import the latest register definitionsMichael Brown1-6/+4
2009-11-16[susieq] Update qib_genbits.pl to handle SusieQ definitionsMichael Brown1-4/+24
2009-11-16[linda] Wait up to 20us for link state to updateMichael Brown2-0/+35
2009-11-16[ipoib] Mask out non-QPN bits in the IPoIB destination MAC when sendingMichael Brown1-8/+7
2009-11-16[ipoib] Always set the "full membership" bit in the IPv4 broadcast GIDMichael Brown1-1/+2
2009-11-16[infiniband] Report IB link status as IPoIB netdevice statusMichael Brown1-5/+12
2009-10-24[atl1e] Fix compilation on gcc-4.4.1-2.fc11.i586.Joshua Oreman1-8/+9
2009-10-24[sis190] Hide the ISA bridge's PCI IDs from parserom.plThomas Miletich1-3/+3
2009-10-24[sis190] Insert forgotten FILE_LICENCE() to sis190.hThomas Miletich1-1/+2
2009-10-24[sis190] Make 'make allroms' happy.Thomas Miletich1-2/+2
2009-10-23[netdevice] Add the concept of an "Ethernet-compatible" MAC addressMichael Brown1-0/+57
2009-10-17[sis190] Fix for gcc-3.3.3 compilationShao Miller1-1/+1
2009-10-16[ath5k] Save proper cacheline size when fixing PCI configurationJoshua Oreman1-1/+2
2009-10-16[ath5k] Update for changes in kernel 2.6.31Joshua Oreman8-5/+147
2009-10-16[sis190] Add sis190/191 ethernet driverThomas Miletich2-0/+1489
2009-10-16[e1000] Add 82576 supportSimon Horman3-24/+181
2009-10-16[atl1e] Add Attansic L1E gigabit Ethernet driverJoshua Oreman2-0/+2788
2009-10-15[sis900] Enable interrupts to allow UNDI to workThomas Miletich1-0/+6
2009-10-15[3c90x] Fix a3c90x_close() and a3c90x_remove() methods.Thomas Miletich1-3/+3
2009-10-14[hermon] Reset device during probe()Michael Brown2-0/+28
2009-10-14[pci] Add generic configuration space backup/restore facilityMichael Brown1-0/+90