aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-02-09[mtnic] Add multiport support and some minor fixesItay Gazit2-600/+702
2009-02-06[sundance] Added NIC variantThomas Miletich1-0/+1
2009-02-05[pxe] Display the "Press F8" prompt rather than displaying menu with timeoutMichael Brown1-58/+112
2009-02-05[pxe] Obey lists of PXE Boot Servers and associated Discovery Control bitsMichael Brown6-62/+195
2009-02-05[pxe] Skip PXE boot server discovery if directed to do soMichael Brown2-6/+30
2009-02-03[pxe] Fall back to broadcast if no boot server multicast address existsMichael Brown1-1/+2
2009-02-01[iobuf] Add iob_disown() and use it where it simplifies codeMichael Brown8-18/+31
2009-02-01[contrib] Update qemu documentationMichael Brown1-18/+11
2009-02-01[dhcp] Send user class in DHCP requestsMichael Brown3-3/+29
2009-02-01[tftp] Guard against invalid data block numbersMichael Brown1-0/+5
2009-02-01[dhcp] Split PXE menuing code out of dhcp.cMichael Brown17-961/+1367
2009-01-31[settings] Avoid duplicate settings block namesMichael Brown1-0/+5
2009-01-30[scsi] Cope with targets that send multiple CHECK CONDITIONS at power-onMichael Brown1-5/+19
2009-01-27[ui] Allow Ctrl-C to cancel wait for net device link-upMichael Brown1-0/+9
2009-01-27[dns] Append local domain to relative namesStefan Hajnoczi2-11/+66
2009-01-27[settings] Add fetch_string_setting_copy()Michael Brown2-0/+35
2009-01-27[tftp] Temporary fix for conveying TFTP block size to callersMichael Brown2-8/+23
2009-01-25[dhcp] Include support for PXE boot menusMichael Brown2-14/+197
2009-01-25[bios] Add F8 function key as a recognised BIOS keycodeMichael Brown1-1/+3
2009-01-25[console] Allow KEY_xxx constants to cover F8 function keyMichael Brown2-22/+21
2009-01-23[dhcp] Clarify language surrounding ProxyDHCPMichael Brown2-55/+56
2009-01-23[dhcp] Handle missing ProxyDHCP serversMichael Brown1-1/+8
2009-01-23[dhcp] Pass PXE boot menu item to PXE Boot ServerMichael Brown3-75/+133
2009-01-21[tcp] Always set PUSH flag on TCP transmissionsMichael Brown1-1/+1
2009-01-21[dhcp] Add preliminary support for PXE Boot ServersMichael Brown3-1/+109
2009-01-21[tcpip] Allow for transmission to multicast IPv4 addressesMichael Brown7-20/+29
2009-01-21[ethernet] Fix eth_mc_hash() return statusMichael Brown1-0/+1
2009-01-21[dhcp] Centralise DHCP successful state transitionsMichael Brown1-19/+35
2009-01-21[dhcp] Allow for missing server ID in ProxyDHCPACKMichael Brown1-9/+13
2009-01-12[efi] Expose both GUIDs for the EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOLMichael Brown1-7/+12
2009-01-12[efi] Add an EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL interfaceMichael Brown2-0/+98
2009-01-12[efi] Provide component name protocol and device path protocol interfacesMichael Brown2-22/+325
2009-01-09[efi] Ensure EFI ROM checksum is zeroMichael Brown1-101/+60
2009-01-09[util] Tidy up output of disrom.plMichael Brown1-21/+26
2009-01-08[dhcp] Include gPXE version number within DHCP requestMichael Brown4-10/+21
2009-01-08[main] Print an "initialising devices" bannerMichael Brown1-0/+3
2009-01-08[efi] Add efirom utility and .efirom image formatMichael Brown7-44/+939
2009-01-07[efi] Allow for .efidrv images as well as .efi imagesMichael Brown7-43/+172
2009-01-07[efi] Use elf2efi utility in place of efilinkMichael Brown16-1258/+939
2009-01-05[build] Avoid strict-aliasing warnings when building with gcc 4.4Michael Brown6-7/+6
2009-01-05[efi] Inhibit harmless ld warning on unresolved symbol checkMichael Brown2-2/+4
2009-01-02[infiniband] Call ib_open() only when opening the IPoIB net deviceMichael Brown5-28/+60
2008-12-18[pcbios] Add additional sanity check for bogus e820 mapMarty Connor1-0/+7
2008-12-12[etherfabric] Make use of pci_bar_start() 64-bit cleanMichael Brown1-2/+3
2008-12-12[pci] Enable memory cycles in adjust_pci_device()Michael Brown1-1/+2
2008-12-05[e1000] Use PCI_BASE_ADDRESS_* symbols instead of integersMarty Connor1-2/+2
2008-12-05[x86_64] Add support for compilation as an x86_64 binaryMichael Brown34-51/+997
2008-12-04[hermon] Fix permissions broken in 3a799e9 ("Add PCI ID for ConnectX QDR card")Michael Brown1-0/+0
2008-12-04[efi] Use EFI-native mechanism for accessing SMBIOS tableMichael Brown15-180/+376
2008-12-04[efi] Allow use of EFI configuration tablesMichael Brown2-4/+78