aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-10[cmdline] Add standalone "nslookup" commandPatrick Plenefisch6-0/+283
2012-09-10[smbios] Default to "hex" type for non-string SMBIOS settingsMichael Brown1-3/+10
2012-09-10[settings] Use a generic setting's own type as its default typeMichael Brown4-9/+59
2012-09-05[sdi] Add support for SDI imagesMichael Brown6-0/+181
2012-08-31[ipoib] Expose Ethernet-compatible eIPoIB link-layer addresses and headersMichael Brown8-293/+425
2012-08-31[infiniband] Include destination address vector in ib_complete_recv()Michael Brown11-22/+55
2012-08-31[infiniband] Use explicit "source" and "dest" address vector parameter namesMichael Brown11-153/+159
2012-08-31[infiniband] Allow queue pairs to have a custom allocator for receive iobufsMichael Brown6-10/+48
2012-08-31[iobuf] Allow allocation of I/O buffers with a specified alignment offsetMichael Brown2-15/+32
2012-08-31[malloc] Allow allocation of memory with a specified alignment offsetMichael Brown2-8/+29
2012-08-31[retry] Expose retry_poll() to explicitly poll all running timersMichael Brown2-3/+12
2012-08-31[ethernet] Expose eth_broadcast as a global constantMichael Brown3-6/+4
2012-08-27[build] Add missing #include <config/local/sideband.h>Anton D. Kachalov1-0/+2
2012-08-27[build] Display commands for dependency generation when building with V=1Anton D. Kachalov1-1/+1
2012-08-25[tls] Disambiguate most error causesMichael Brown1-32/+140
2012-08-24[realtek] Force EEPROM CS low before disabling EEPROM access modeMichael Brown2-3/+32
2012-08-24[bitbash] Add optional open() and close() methods for bit-bashing interfacesMichael Brown3-1/+48
2012-08-23[realtek] Forcibly enable advertisement of 1000Mbps speedsMichael Brown1-7/+72
2012-08-23[mii] Add separate mii_restart() functionMichael Brown2-4/+33
2012-08-23[realtek] Enable DAC only when built as a 64-bit binaryMichael Brown1-2/+7
2012-08-23[realtek] Use read-modify-write to check for C+ Command registerMichael Brown1-3/+4
2012-08-23[realtek] Use explicit value for TCR.MXDMAMichael Brown2-0/+13
2012-08-23[realtek] Use explicit values for RCR.RXFTH and RCR.MXDMAMichael Brown2-2/+10
2012-08-23[realtek] Always set high dword of ring address registersMichael Brown1-4/+2
2012-08-20[tg3] Fix driver for BCM5719, BCM5720, BCM5764M, BCM57762Kevin Tran4-19/+29
2012-08-17[http] Fix HTTP SAN bootingMichael Brown1-6/+6
2012-08-15[ftp] Add support for the FTP SIZE commandMarin Hannache1-11/+60
2012-08-15[http] Treat any unexpected connection close as an errorMichael Brown1-7/+15
2012-08-15[util] Fix up checksum in UNDI ROM header, if presentMichael Brown1-0/+1
2012-08-15[util] Display UNDI ROM header in disrom.plMichael Brown2-0/+96
2012-08-15[util] Allow for CALL NEAR in the option ROM initialisation entry pointDaniel Wyatt1-0/+4
2012-08-13[comboot] Accept only ".cbt" as an extension for COMBOOT imagesMichael Brown1-1/+1
2012-08-03[bzimage] Allow file mode to be specified for standalone initrd filesMichael Brown1-3/+37
2012-07-25[romprefix] Round up PMM allocation sizes to nearest 4kBMichael Brown1-1/+5
2012-07-24[tg3] Fix excessive DMA alignment.Thomas Miletich1-2/+1
2012-07-24[console] Sleep while waiting for user inputMichael Brown1-0/+2
2012-07-23[tcpip] Fix building under CygwinJoshua Oreman1-1/+1
2012-07-23[build] Fix building under OpenBSDThomas Miletich1-0/+2
2012-07-23[vmware] Fix compilation under OpenBSDThomas Miletich1-1/+1
2012-07-23[util] Update mergerom.pl to handle iPXE ROM headerMichael Brown1-3/+18
2012-07-23[romprefix] Report a pessimistic runtime size estimateMichael Brown4-6/+111
2012-07-23[contrib] Fix rom-o-matic git version number issuesFloris Bos1-2/+7
2012-07-23[contrib] Fix rom-o-matic build (add new LOG_LEVEL constant)Floris Bos1-0/+10
2012-07-23[epic100] Fix wrong field used as rx packet lengthAlexey1-2/+2
2012-07-20[legal] Update FSF mailing address in GPL licence textsMichael Brown345-347/+690
2012-07-20[qib7322] Fix compiler warning on gcc 4.7Michael Brown1-0/+3
2012-07-20[isa] Avoid spurious compiler warning on gcc 4.7Michael Brown1-3/+3
2012-07-20[build] Include git commit within version string when availableMichael Brown1-2/+6
2012-07-20[image] Automatically free autobooted imagesMichael Brown1-0/+1
2012-07-20[image] Add "--replace" optionMichael Brown2-11/+64