summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [build] Pad .hd image type to 32 KBStefan Hajnoczi2009-12-151-1/+1
* [multiboot] Build memory map after shutting down and unhiding gPXEStefan Hajnoczi2009-12-141-2/+6
* [settings] Add Bus ID settingShao Miller2009-12-143-4/+21
* [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
* [e820mangler] Add missing CLC ins. for success pathShao Miller2009-11-211-0/+1
* [uri] Fix outdated comment in parse_uri()sobtwmxt2009-11-211-1/+1
* [linker] Add mechanism for subsystem-dependent configuration optionsJoshua Oreman2009-11-213-0/+24
* [linker] Expand and correct symbol requirement macrosJoshua Oreman2009-11-214-10/+98
* [pxebs] Consistently interpret PXE type field as little-endianJoshua Oreman2009-11-211-1/+1
* [int13] Guard against BIOSes that "fix" the drive countMichael Brown2009-11-181-6/+48
* [int13] Fix number of sectors returned by INT 13,15Michael Brown2009-11-181-2/+6
* [autoboot] Ensure that an error message is always printed for a boot failureMichael Brown2009-11-183-18/+16Star
* [linda] Re-import the latest register definitionsMichael Brown2009-11-161-6/+4Star
* [susieq] Update qib_genbits.pl to handle SusieQ definitionsMichael Brown2009-11-161-4/+24
* [linda] Wait up to 20us for link state to updateMichael Brown2009-11-162-0/+35
* [ipoib] Mask out non-QPN bits in the IPoIB destination MAC when sendingMichael Brown2009-11-163-10/+13
* [ipoib] Always set the "full membership" bit in the IPv4 broadcast GIDMichael Brown2009-11-162-1/+5
* [infiniband] Rename IB_PKEY_NONE to IB_PKEY_DEFAULTMichael Brown2009-11-163-3/+3
* [infiniband] Report IB link status as IPoIB netdevice statusMichael Brown2009-11-163-5/+41
* [infiniband] Include hostname in node description, if availableMichael Brown2009-11-161-1/+7
* [infiniband] Make node description invariant across all portsMichael Brown2009-11-161-4/+5
* [ipv4] Ignore non-open net devices when performing routingMichael Brown2009-11-161-0/+2
* [ipv4] Allow calculation of default subnet maskMichael Brown2009-11-161-11/+11
* [ipv4] Use a zero address to indicate "no gateway", rather than INADDR_NONEMichael Brown2009-11-162-8/+7Star
* [libc] Use only generic errortab entries to match generic errorsMichael Brown2009-11-161-5/+4Star
* [sanboot] Extend the "keep-san" option to non-iSCSI SAN protocolsMichael Brown2009-11-045-17/+37
* [pxebs] Correct endianness of PXE typeJoshua Oreman2009-10-241-2/+2
* [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-242-4/+9
* [sis190] Insert forgotten FILE_LICENCE() to sis190.hThomas Miletich2009-10-241-1/+2
* [sis190] Make 'make allroms' happy.Thomas Miletich2009-10-241-2/+2
* [iscsi] Use the "Ethernet-compatible" MAC address in the iBFTMichael Brown2009-10-231-4/+8
* [netdevice] Add the concept of an "Ethernet-compatible" MAC addressMichael Brown2009-10-235-6/+84
* [iscsi] Fix printing of non-existent strings in iBFT debug messagesMichael Brown2009-10-231-1/+2
* [release] Update version to 0.9.9+ post releaseMarty Connor2009-10-211-1/+1
* [release] Update version to 0.9.9 for releasev0.9.9Marty Connor2009-10-211-2/+2
* [zbin] Fix 64-bit compilation warnings for util/zbin.cJoshua Oreman2009-10-201-8/+8
* [util] Change gensdsk file permissions to include executeMarty Connor2009-10-201-0/+0
* [sis190] Fix for gcc-3.3.3 compilationShao Miller2009-10-181-1/+1
* [zbin] Fix compilation warnings for util/zbin.cThomas Miletich2009-10-171-5/+5
* [ath5k] Save proper cacheline size when fixing PCI configurationJoshua Oreman2009-10-171-1/+2
* [ath5k] Update for changes in kernel 2.6.31Joshua Oreman2009-10-178-5/+147
* [infiniband] Send CM requests to target node's GSI rather than SM's GSIMichael Brown2009-10-171-1/+3
* [sis190] Add sis190/191 ethernet driverThomas Miletich2009-10-163-0/+1490
* [e1000] Add 82576 supportSimon Horman2009-10-163-24/+181
* [atl1e] Add Attansic L1E gigabit Ethernet driverJoshua Oreman2009-10-163-0/+2789