summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [dhcp] Send user class in DHCP requestsMichael Brown2009-02-013-3/+29
* [tftp] Guard against invalid data block numbersMichael Brown2009-02-011-0/+5
* [dhcp] Split PXE menuing code out of dhcp.cMichael Brown2009-02-0117-961/+1367
* [settings] Avoid duplicate settings block namesMichael Brown2009-01-311-0/+5
* [scsi] Cope with targets that send multiple CHECK CONDITIONS at power-onMichael Brown2009-01-301-5/+19
* [ui] Allow Ctrl-C to cancel wait for net device link-upMichael Brown2009-01-271-0/+9
* [dns] Append local domain to relative namesStefan Hajnoczi2009-01-272-11/+66
* [settings] Add fetch_string_setting_copy()Michael Brown2009-01-272-0/+35
* [tftp] Temporary fix for conveying TFTP block size to callersMichael Brown2009-01-272-8/+23
* [dhcp] Include support for PXE boot menusMichael Brown2009-01-252-14/+197
* [bios] Add F8 function key as a recognised BIOS keycodeMichael Brown2009-01-251-1/+3
* [console] Allow KEY_xxx constants to cover F8 function keyMichael Brown2009-01-252-22/+21Star
* [dhcp] Clarify language surrounding ProxyDHCPMichael Brown2009-01-232-55/+56
* [dhcp] Handle missing ProxyDHCP serversMichael Brown2009-01-231-1/+8
* [dhcp] Pass PXE boot menu item to PXE Boot ServerMichael Brown2009-01-233-75/+133
* [tcp] Always set PUSH flag on TCP transmissionsMichael Brown2009-01-211-1/+1
* [dhcp] Add preliminary support for PXE Boot ServersMichael Brown2009-01-213-1/+109
* [tcpip] Allow for transmission to multicast IPv4 addressesMichael Brown2009-01-217-20/+29
* [ethernet] Fix eth_mc_hash() return statusMichael Brown2009-01-211-0/+1
* [dhcp] Centralise DHCP successful state transitionsMichael Brown2009-01-211-19/+35
* [dhcp] Allow for missing server ID in ProxyDHCPACKMichael Brown2009-01-211-9/+13
* [efi] Expose both GUIDs for the EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOLMichael Brown2009-01-121-7/+12
* [efi] Add an EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL interfaceMichael Brown2009-01-122-0/+98
* [efi] Provide component name protocol and device path protocol interfacesMichael Brown2009-01-122-22/+325
* [efi] Ensure EFI ROM checksum is zeroMichael Brown2009-01-091-101/+60Star
* [util] Tidy up output of disrom.plMichael Brown2009-01-091-21/+26
* [dhcp] Include gPXE version number within DHCP requestMichael Brown2009-01-084-10/+21
* [main] Print an "initialising devices" bannerMichael Brown2009-01-081-0/+3
* [efi] Add efirom utility and .efirom image formatMichael Brown2009-01-087-44/+939
* [efi] Allow for .efidrv images as well as .efi imagesMichael Brown2009-01-087-43/+172
* [efi] Use elf2efi utility in place of efilinkMichael Brown2009-01-0716-1258/+939Star
* [build] Avoid strict-aliasing warnings when building with gcc 4.4Michael Brown2009-01-066-7/+6Star
* [efi] Inhibit harmless ld warning on unresolved symbol checkMichael Brown2009-01-052-2/+4
* [infiniband] Call ib_open() only when opening the IPoIB net deviceMichael Brown2009-01-025-28/+60
* [pcbios] Add additional sanity check for bogus e820 mapMarty Connor2008-12-181-0/+7
* [etherfabric] Make use of pci_bar_start() 64-bit cleanMichael Brown2008-12-121-2/+3
* [pci] Enable memory cycles in adjust_pci_device()Michael Brown2008-12-121-1/+2
* [e1000] Use PCI_BASE_ADDRESS_* symbols instead of integersMarty Connor2008-12-051-2/+2
* [x86_64] Add support for compilation as an x86_64 binaryMichael Brown2008-12-0534-51/+997
* [hermon] Fix permissions broken in 3a799e9 ("Add PCI ID for ConnectX QDR card")Michael Brown2008-12-051-0/+0
* [efi] Use EFI-native mechanism for accessing SMBIOS tableMichael Brown2008-12-0515-180/+376
* [efi] Allow use of EFI configuration tablesMichael Brown2008-12-052-4/+78
* [hermon] Add PCI ID for ConnectX QDR cardMichael Brown2008-12-041-0/+1
* [romprefix] Change from opt-in to opt-out when booting via INT19Michael Brown2008-12-041-3/+3
* [release] Update version to 0.9.6+ post releaseMarty Connor2008-11-231-1/+1
* [release] Update version to 0.9.6 for releasev0.9.6Marty Connor2008-11-231-2/+2
* [b44] Add driver for Broadcom bcm44xx cardsPantelis Koukousoulas2008-11-223-0/+1417
* [netdevice] Kill off the various guess_boot_netdev() functionsMichael Brown2008-11-214-62/+5Star
* [netdevice] Provide function to retrieve the most recently opened net deviceMichael Brown2008-11-212-0/+29
* [pxe] Select the correct network device on multiport cardsMichael Brown2008-11-211-2/+4