summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [aoe] Use an AoE config query to identify the target MAC addressMichael Brown2008-11-192-56/+173
* [blockdev] Move block device operations to structure block_device_operationsLaurent Vivier2008-11-195-20/+44
* [virtio] Split virtio-net.c into several files.Laurent Vivier2008-11-195-207/+252
* [virtio] Consolidate virtio-net static data into a struct vring_virtqueueLaurent Vivier2008-11-191-55/+64
* [virtio] Remove dependency on nic for virtio PCI functionsLaurent Vivier2008-11-192-32/+32
* [virtio] Consolidate vring_get_buf() by using a buffer list to add to the vringLaurent Vivier2008-11-192-41/+50
* [virtio] Move virtio-pci.h and virtio-ring.h to include/gpxeLaurent Vivier2008-11-193-2/+2
* [x86_64] Fix assorted 64-bit compilation errors and warningsMichael Brown2008-11-1916-70/+88
* [build] Explicitly link efilink against -libertyMichael Brown2008-11-191-1/+1
* [efi] Add efi_strerror()Michael Brown2008-11-199-31/+81
* [i386] Move iSCSI and AoE boot code to arch/i386/interface/pcbiosMichael Brown2008-11-196-0/+0
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-1945-157/+157
* [libgcc] Make __libgcc architecture-specificMichael Brown2008-11-197-23/+25
* [i386] Rename __cdecl to __asmcallMichael Brown2008-11-1914-22/+32