index
:
openslx-ng/ipxe.git
master
openslx
Fork of ipxe; additional commands and features
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
[efi] Expose an UNDI interface alongside the existing SNP interface
Michael Brown
2015-09-28
1
-23
/
+676
*
[efi] Avoid infinite loops when asked to stop non-existent devices
Michael Brown
2015-09-28
1
-1
/
+1
*
[efi] Work around broken 32-bit PE executable parsing in ImageHlp.dll
Michael Brown
2015-09-25
1
-0
/
+2
*
[vmxnet3] Avoid completely filling the TX descriptor ring
Carl Henrik Lunde
2015-09-16
2
-4
/
+12
*
[pxe] Notify BIOS via INT 1a,564e for each new network device
Michael Brown
2015-09-15
1
-0
/
+26
*
[pxe] Invoke INT 1a,564e when PXE stack is activated
Michael Brown
2015-09-15
1
-0
/
+12
*
[efi] Minimise use of iPXE header files when building host utilities
Michael Brown
2015-09-15
3
-3
/
+6
*
[build] Remove dependency on libiberty
Michael Brown
2015-09-14
1
-1
/
+1
*
[ncm] Support setting MAC address
Michael Brown
2015-09-14
2
-0
/
+14
*
[efi] Expose unused USB devices via EFI_USB_IO_PROTOCOL
Michael Brown
2015-09-14
6
-5
/
+1409
*
[usb] Allow for wildcard USB class IDs
Michael Brown
2015-09-14
9
-49
/
+69
*
[usb] Select preferred USB device configuration based on driver score
Michael Brown
2015-09-14
10
-167
/
+309
*
[efi] Include a copy of the device path within struct efi_device
Michael Brown
2015-09-13
3
-23
/
+38
*
[efi] Provide efi_devpath_len()
Michael Brown
2015-09-13
6
-17
/
+19
*
[xhci] Support arbitrarily large transfers
Michael Brown
2015-09-13
1
-11
/
+45
*
[ehci] Support arbitrarily large transfers
Michael Brown
2015-09-13
1
-14
/
+49
*
[ehci] Do not treat zero-length NULL pointers as unreachable
Michael Brown
2015-09-13
1
-0
/
+2
*
[usb] Generalise zero-length packet generation logic
Michael Brown
2015-09-13
6
-19
/
+20
*
[tcpip] Avoid generating positive zero for transmitted UDP checksums
Michael Brown
2015-09-10
5
-4
/
+61
*
[efi] Add a USB host controller driver based on EFI_USB_IO_PROTOCOL
Michael Brown
2015-09-07
6
-1
/
+1884
*
[efi] Allow efidev_parent() to traverse multiple device generations
Michael Brown
2015-09-07
1
-10
/
+8
*
[efi] Add USB headers and GUID definitions
Michael Brown
2015-09-06
7
-0
/
+2013
*
[usb] Add function to device's function list before attempting probe
Michael Brown
2015-09-06
1
-6
/
+4
*
[usb] Expose usb_find_driver()
Michael Brown
2015-09-06
2
-43
/
+57
*
[efi] Implement the EFI_PXE_BASE_CODE_PROTOCOL
Michael Brown
2015-09-02
4
-0
/
+1627
*
[uri] Generalise tftp_uri() to pxe_uri()
Michael Brown
2015-09-02
5
-117
/
+159
*
[pxe] Populate ciaddr in fake PXE Boot Server ACK packet
Michael Brown
2015-09-01
1
-0
/
+4
*
[efi] Do not return EFI_NOT_READY from our ReceiveFilters() method
Michael Brown
2015-09-01
1
-5
/
+7
*
[efi] Fix order of events on SNP removal path
Michael Brown
2015-09-01
1
-1
/
+2
*
[efi] Allow calls to efi_snp_claim() and efi_snp_release() to be nested
Michael Brown
2015-09-01
2
-7
/
+8
*
[tcpip] Allow supported address families to be detected at runtime
Michael Brown
2015-09-01
4
-8
/
+12
*
[build] Search for ldlinux.c32 separately from isolinux.bin
Michael Brown
2015-09-01
3
-12
/
+21
*
[efi] Populate debug directory entry FileOffset field
Michael Brown
2015-09-01
1
-0
/
+19
*
[efi] Fix debug directory size
Michael Brown
2015-09-01
1
-1
/
+1
*
[efi] Add definitions of GUIDs observed when booting wdsmgfw.efi
Michael Brown
2015-09-01
5
-0
/
+446
*
[pxe] Construct all fake DHCP packets before starting PXE NBP
Michael Brown
2015-08-29
3
-24
/
+38
*
[efi] Improve efi_wrap debugging
Michael Brown
2015-08-27
3
-13
/
+344
*
[efi] Include installed protocol list in unknown handle names
Michael Brown
2015-08-27
1
-3
/
+19
*
[efi] Remove raw EFI_HANDLE values from debug messages
Michael Brown
2015-08-27
11
-214
/
+200
*
[efi] Mark EFI debug transcription functions as __attribute__ (( pure ))
Michael Brown
2015-08-27
2
-6
/
+9
*
[efi] Add definitions of GUIDs observed when booting shim.efi and grub.efi
Michael Brown
2015-08-27
6
-0
/
+695
*
[dhcp] Do not skip ProxyDHCPREQUEST if next-server is empty
Michael Brown
2015-08-26
1
-2
/
+3
*
[settings] Re-add "uristring" setting type
Michael Brown
2015-08-25
5
-30
/
+126
*
[autoboot] Display image information as part of the default control flow
Michael Brown
2015-08-21
1
-0
/
+1
*
[image] Detect image type when image is first registered
Michael Brown
2015-08-21
3
-44
/
+47
*
[test] Allow self-tests to report exit status when running under Linux
Michael Brown
2015-08-21
4
-18
/
+23
*
[pxe] Warn about PXE NBPs that may be EFI executables
Michael Brown
2015-08-21
1
-4
/
+42
*
[dhcp] Ignore ProxyDHCPACKs without PXE options
Michael Brown
2015-08-18
1
-0
/
+4
*
[dhcp] Allow pseudo-DHCP servers to use pseudo-identifiers
Michael Brown
2015-08-18
1
-27
/
+54
*
[efi] Work around bugs in Emulex NII driver
Fabrice Bacchella
2015-08-17
1
-15
/
+71
[next]