index
:
ipxe
master
qemu
ipxe
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
[netdevice] Provide function to retrieve the most recently opened net device
Michael Brown
2008-11-21
1
-0
/
+3
*
[aoe] Use an AoE config query to identify the target MAC address
Michael Brown
2008-11-19
1
-5
/
+28
*
[blockdev] Move block device operations to structure block_device_operations
Laurent Vivier
2008-11-19
1
-6
/
+14
*
[virtio] Split virtio-net.c into several files.
Laurent Vivier
2008-11-19
2
-5
/
+51
*
[virtio] Remove dependency on nic for virtio PCI functions
Laurent Vivier
2008-11-19
1
-18
/
+18
*
[virtio] Consolidate vring_get_buf() by using a buffer list to add to the vring
Laurent Vivier
2008-11-19
1
-0
/
+6
*
[virtio] Move virtio-pci.h and virtio-ring.h to include/gpxe
Laurent Vivier
2008-11-19
2
-0
/
+187
*
[x86_64] Fix assorted 64-bit compilation errors and warnings
Michael Brown
2008-11-19
1
-4
/
+8
*
[efi] Add efi_strerror()
Michael Brown
2008-11-19
1
-0
/
+2
*
[i386] Move iSCSI and AoE boot code to arch/i386/interface/pcbios
Michael Brown
2008-11-19
2
-335
/
+0
*
[i386] Rename __cdecl to __asmcall
Michael Brown
2008-11-19
2
-4
/
+3
*
[pxe] Move all PXE files to arch/i386
Michael Brown
2008-11-18
3
-2117
/
+0
*
[elf] Kill off unused <bits/elf.h> and <bits/elf_x.h> header files
Michael Brown
2008-11-18
1
-4
/
+0
*
[efi] Update to latest UEFI headers
Michael Brown
2008-11-18
26
-1973
/
+1889
*
[build] Keep gcc 4.4 happy
Michael Brown
2008-11-18
1
-2
/
+18
*
[infiniband] Respect hop pointer when building directed route SMP return path
Michael Brown
2008-11-12
1
-92
/
+115
*
[linda] Add support for QLogic 7220-based Infiniband HCAs
Michael Brown
2008-11-11
3
-0
/
+247
*
[infiniband] Add raw packet parser and constructor
Michael Brown
2008-11-11
3
-28
/
+62
*
[infiniband] Add a standalone subnet management agent
Michael Brown
2008-11-11
2
-0
/
+64
*
[ipoib] Kill off the IPoIB pseudo-header
Michael Brown
2008-11-11
2
-24
/
+21
*
[infiniband] Split subnet management agent client out into ib_smc.c
Michael Brown
2008-11-11
4
-271
/
+525
*
[infiniband] Pass address vector in receive completions
Michael Brown
2008-11-11
1
-52
/
+53
*
[infiniband] Maintain queue fill level as a property of a work queue
Michael Brown
2008-11-11
1
-59
/
+15
*
[infiniband] Flush uncompleted work queue entries at QP teardown
Michael Brown
2008-11-11
1
-33
/
+70
*
[ne2k_isa] Restore support for ne2k isa cards
Pantelis Koukousoulas
2008-11-08
1
-0
/
+1
*
[netdevice] Retain and report detailed error breakdowns
Michael Brown
2008-11-08
1
-10
/
+21
*
[settings] Add the notion of a "tag magic" to numbered settings
Michael Brown
2008-10-30
1
-2
/
+13
*
[efi] Add basic implementation of EFI SIMPLE_NETWORK_PROTOCOL
Michael Brown
2008-10-16
4
-0
/
+1389
*
[netdevice] Change link-layer push() and pull() methods to take raw types
Michael Brown
2008-10-16
1
-21
/
+11
*
[netdevice] Split multicast hashing out into an mc_hash method
Michael Brown
2008-10-16
1
-0
/
+10
*
[netdevice] Add maximum packet length as a net device property
Michael Brown
2008-10-16
3
-0
/
+11
*
[efi] Add EFI image format and basic runtime environment
Michael Brown
2008-10-13
18
-0
/
+2806
*
[sanboot] Quick and dirty hack to make SAN boot protocols selectable
Michael Brown
2008-10-13
3
-12
/
+14
*
[umalloc] Formalise the user memory allocation API
Michael Brown
2008-10-13
1
-3
/
+51
*
[uaccess] Formalise the uaccess API
Michael Brown
2008-10-13
3
-20
/
+333
*
[nap] Formalise the CPU sleeping API
Michael Brown
2008-10-12
2
-0
/
+75
*
[timer] Formalise the timer API
Michael Brown
2008-10-12
2
-35
/
+77
*
[retry] Use a separate flag to indicate that a retry timer is running
Michael Brown
2008-10-12
1
-5
/
+4
*
[pci] Formalise the PCI I/O API
Michael Brown
2008-10-12
2
-1
/
+122
*
[legacy] Add missing #include <gpxe/io.h>
Michael Brown
2008-10-12
1
-0
/
+1
*
[ioapi] Absorb virt_to_phys() and phys_to_virt() into the I/O API
Michael Brown
2008-10-12
1
-15
/
+35
*
[ioapi] Formalise the I/O API as used in i386-pcbios
Michael Brown
2008-10-12
2
-0
/
+565
*
[makefile] Add -Wformat-nonliteral as an extra warning category
Michael Brown
2008-10-10
1
-2
/
+2
*
[efi] Add EFI headers from the EFI Development Kit (edk2)
Michael Brown
2008-10-10
25
-0
/
+9013
*
[libc] Define wchar_t in a gcc-compatible way
Michael Brown
2008-10-07
1
-0
/
+6
*
[libc] Add function declaration for main() in stdlib.h
Michael Brown
2008-10-07
1
-0
/
+1
*
[crypto] Rename <gpxe/bitops.h> to <gpxe/rotate.h>
Michael Brown
2008-10-01
1
-3
/
+3
*
[i2c] Generalise i2c bit-bashing support to addressless devices
Michael Brown
2008-10-01
1
-5
/
+63
*
[compiler] Allow for selective disabling of debug levels at runtime
Michael Brown
2008-10-01
1
-2
/
+17
*
[compiler] Add __always_inline macro
Michael Brown
2008-10-01
1
-0
/
+3
[next]