summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* [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
* [netdevice] Retain and report detailed error breakdownsMichael Brown2008-11-081-10/+21
* [settings] Add the notion of a "tag magic" to numbered settingsMichael Brown2008-10-301-2/+13
* [efi] Add basic implementation of EFI SIMPLE_NETWORK_PROTOCOLMichael Brown2008-10-164-0/+1389
* [netdevice] Change link-layer push() and pull() methods to take raw typesMichael Brown2008-10-161-21/+11Star
* [netdevice] Split multicast hashing out into an mc_hash methodMichael Brown2008-10-161-0/+10
* [netdevice] Add maximum packet length as a net device propertyMichael Brown2008-10-163-0/+11
* [efi] Add EFI image format and basic runtime environmentMichael Brown2008-10-1318-0/+2806
* [sanboot] Quick and dirty hack to make SAN boot protocols selectableMichael Brown2008-10-133-12/+14
* [umalloc] Formalise the user memory allocation APIMichael Brown2008-10-131-3/+51
* [uaccess] Formalise the uaccess APIMichael Brown2008-10-133-20/+333
* [nap] Formalise the CPU sleeping APIMichael Brown2008-10-132-0/+75
* [timer] Formalise the timer APIMichael Brown2008-10-122-35/+77
* [retry] Use a separate flag to indicate that a retry timer is runningMichael Brown2008-10-121-5/+4Star
* [pci] Formalise the PCI I/O APIMichael Brown2008-10-122-1/+122
* [legacy] Add missing #include <gpxe/io.h>Michael Brown2008-10-121-0/+1
* [ioapi] Absorb virt_to_phys() and phys_to_virt() into the I/O APIMichael Brown2008-10-121-15/+35
* [ioapi] Formalise the I/O API as used in i386-pcbiosMichael Brown2008-10-122-0/+565
* [makefile] Add -Wformat-nonliteral as an extra warning categoryMichael Brown2008-10-101-2/+2
* [efi] Add EFI headers from the EFI Development Kit (edk2)Michael Brown2008-10-1025-0/+9013
* [libc] Define wchar_t in a gcc-compatible wayMichael Brown2008-10-071-0/+6
* [libc] Add function declaration for main() in stdlib.hMichael Brown2008-10-071-0/+1
* [crypto] Rename <gpxe/bitops.h> to <gpxe/rotate.h>Michael Brown2008-10-011-3/+3
* [i2c] Generalise i2c bit-bashing support to addressless devicesMichael Brown2008-10-011-5/+63
* [compiler] Allow for selective disabling of debug levels at runtimeMichael Brown2008-10-011-2/+17