summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [pxe] Obey lists of PXE Boot Servers and associated Discovery Control bitsMichael Brown2009-02-052-3/+18
* [pxe] Skip PXE boot server discovery if directed to do soMichael Brown2009-02-051-0/+15
* [iobuf] Add iob_disown() and use it where it simplifies codeMichael Brown2009-02-011-0/+20
* [dhcp] Send user class in DHCP requestsMichael Brown2009-02-012-1/+4
* [dhcp] Split PXE menuing code out of dhcp.cMichael Brown2009-02-017-16/+132
* [dns] Append local domain to relative namesStefan Hajnoczi2009-01-271-0/+1
* [settings] Add fetch_string_setting_copy()Michael Brown2009-01-271-0/+3
* [dhcp] Include support for PXE boot menusMichael Brown2009-01-251-1/+4
* [console] Allow KEY_xxx constants to cover F8 function keyMichael Brown2009-01-251-16/+13Star
* [dhcp] Clarify language surrounding ProxyDHCPMichael Brown2009-01-231-5/+5
* [dhcp] Pass PXE boot menu item to PXE Boot ServerMichael Brown2009-01-231-2/+11
* [dhcp] Add preliminary support for PXE Boot ServersMichael Brown2009-01-211-0/+6
* [tcpip] Allow for transmission to multicast IPv4 addressesMichael Brown2009-01-211-1/+4
* [efi] Add an EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL interfaceMichael Brown2009-01-121-0/+74
* [efi] Provide component name protocol and device path protocol interfacesMichael Brown2009-01-121-0/+174
* [dhcp] Include gPXE version number within DHCP requestMichael Brown2009-01-082-10/+16
* [efi] Add efirom utility and .efirom image formatMichael Brown2009-01-081-0/+601
* [efi] Allow for .efidrv images as well as .efi imagesMichael Brown2009-01-081-0/+1
* [efi] Use elf2efi utility in place of efilinkMichael Brown2009-01-071-0/+2
* [build] Avoid strict-aliasing warnings when building with gcc 4.4Michael Brown2009-01-066-7/+6Star
* [infiniband] Call ib_open() only when opening the IPoIB net deviceMichael Brown2009-01-021-21/+4Star
* [x86_64] Add support for compilation as an x86_64 binaryMichael Brown2008-12-054-0/+295
* [efi] Use EFI-native mechanism for accessing SMBIOS tableMichael Brown2008-12-054-0/+193
* [efi] Allow use of EFI configuration tablesMichael Brown2008-12-051-0/+33
* [b44] Add driver for Broadcom bcm44xx cardsPantelis Koukousoulas2008-11-221-0/+1
* [netdevice] Provide function to retrieve the most recently opened net deviceMichael Brown2008-11-211-0/+3
* [aoe] Use an AoE config query to identify the target MAC addressMichael Brown2008-11-191-5/+28
* [blockdev] Move block device operations to structure block_device_operationsLaurent Vivier2008-11-191-6/+14
* [virtio] Split virtio-net.c into several files.Laurent Vivier2008-11-192-5/+51
* [virtio] Remove dependency on nic for virtio PCI functionsLaurent Vivier2008-11-191-18/+18
* [virtio] Consolidate vring_get_buf() by using a buffer list to add to the vringLaurent Vivier2008-11-191-0/+6
* [virtio] Move virtio-pci.h and virtio-ring.h to include/gpxeLaurent Vivier2008-11-192-0/+187
* [x86_64] Fix assorted 64-bit compilation errors and warningsMichael Brown2008-11-191-4/+8
* [efi] Add efi_strerror()Michael Brown2008-11-191-0/+2
* [i386] Move iSCSI and AoE boot code to arch/i386/interface/pcbiosMichael Brown2008-11-192-335/+0Star
* [i386] Rename __cdecl to __asmcallMichael Brown2008-11-192-4/+3Star
* [pxe] Move all PXE files to arch/i386Michael Brown2008-11-183-2117/+0Star
* [elf] Kill off unused <bits/elf.h> and <bits/elf_x.h> header filesMichael Brown2008-11-181-4/+0Star
* [efi] Update to latest UEFI headersMichael Brown2008-11-1826-1973/+1889Star
* [build] Keep gcc 4.4 happyMichael Brown2008-11-181-2/+18
* [infiniband] Respect hop pointer when building directed route SMP return pathMichael Brown2008-11-121-92/+115
* [linda] Add support for QLogic 7220-based Infiniband HCAsMichael Brown2008-11-113-0/+247
* [infiniband] Add raw packet parser and constructorMichael Brown2008-11-113-28/+62
* [infiniband] Add a standalone subnet management agentMichael Brown2008-11-112-0/+64
* [ipoib] Kill off the IPoIB pseudo-headerMichael Brown2008-11-112-24/+21Star
* [infiniband] Split subnet management agent client out into ib_smc.cMichael Brown2008-11-114-271/+525
* [infiniband] Pass address vector in receive completionsMichael Brown2008-11-111-52/+53
* [infiniband] Maintain queue fill level as a property of a work queueMichael Brown2008-11-111-59/+15Star
* [infiniband] Flush uncompleted work queue entries at QP teardownMichael Brown2008-11-111-33/+70
* [ne2k_isa] Restore support for ne2k isa cardsPantelis Koukousoulas2008-11-081-0/+1