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
/
include
/
ipxe
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
[tls] Record ServerKeyExchange record, if provided
Michael Brown
2022-10-11
1
-0
/
+4
|
*
[tls] Generate pre-master secret at point of sending ClientKeyExchange
Michael Brown
2022-10-11
1
-10
/
+3
|
*
[crypto] Add Ephemeral Diffie-Hellman key exchange algorithm
Michael Brown
2022-10-11
2
-0
/
+20
|
*
[crypto] Simplify internal HMAC API
Michael Brown
2022-10-10
6
-9
/
+46
|
*
[pci] Add minimal PCI bridge driver
Michael Brown
2022-09-19
3
-0
/
+59
|
*
[pci] Select PCI I/O API at runtime for cloud images
Michael Brown
2022-09-18
2
-0
/
+35
|
*
[pci] Add support for the Enhanced Configuration Access Mechanism (ECAM)
Michael Brown
2022-09-16
4
-0
/
+196
|
*
[pci] Generalise pci_num_bus() to pci_discover()
Michael Brown
2022-09-15
4
-17
/
+36
|
*
[pci] Check for wraparound in callers of pci_find_next()
Michael Brown
2022-09-15
1
-0
/
+1
|
*
[pci] Allow pci_find_next() to return non-zero PCI segments
Michael Brown
2022-09-15
1
-1
/
+1
|
*
[intelxl] Add driver for Intel 100 Gigabit Ethernet NICs
Michael Brown
2022-08-12
1
-0
/
+1
|
*
[pci] Generalise function-level reset mechanism
Michael Brown
2022-08-08
1
-0
/
+1
*
|
Merge branch 'master' into openslx
Simon Rettberg
2022-05-11
15
-19
/
+280
|
\
|
|
*
[linux] Add stub phys_to_user() implementation
Michael Brown
2022-03-24
1
-1
/
+14
|
*
[acpi] Allow for the possibility of overriding ACPI tables at link time
Michael Brown
2022-03-24
1
-0
/
+3
|
*
[fbcon] Support Unicode character output
Michael Brown
2022-03-15
1
-2
/
+5
|
*
[utf8] Add ability to accumulate Unicode characters from UTF-8 bytes
Michael Brown
2022-03-01
1
-0
/
+69
|
*
[console] Support changing keyboard map at runtime
Michael Brown
2022-02-16
2
-0
/
+3
|
*
[console] Ensure that US keyboard map appears at start of linker table
Michael Brown
2022-02-16
1
-1
/
+4
|
*
[console] Support AltGr to access ASCII characters via remapping
Michael Brown
2022-02-15
1
-0
/
+5
|
*
[console] Centralise handling of key modifiers
Michael Brown
2022-02-15
1
-0
/
+21
|
*
[console] Allow for named keyboard mappings
Michael Brown
2022-02-15
1
-3
/
+16
|
*
[tables] Add ability to declare static table start and end markers
Michael Brown
2022-02-14
1
-0
/
+27
|
*
[console] Handle remapping of scancode 86
Michael Brown
2022-02-10
1
-0
/
+3
|
*
[console] Generalise bios_keymap() as key_remap()
Michael Brown
2022-02-10
1
-0
/
+2
|
*
[efi] Include Secure Boot Advanced Targeting (SBAT) metadata
Michael Brown
2022-01-13
1
-0
/
+68
|
*
[doc] Update user-visible ipxe.org URIs to use HTTPS
Michael Brown
2022-01-13
1
-1
/
+1
|
*
[settings] Support formatting UUIDs as little-endian GUIDs
Michael Brown
2022-01-04
1
-0
/
+1
|
*
[efi] Run ExitBootServices shutdown hook at TPL_NOTIFY
Michael Brown
2021-11-23
1
-0
/
+1
|
*
[efi] Modify global system table when wrapping a loaded image
Michael Brown
2021-11-21
1
-1
/
+1
|
*
[uri] Retain original encodings for path, query, and fragment fields
Michael Brown
2021-11-12
1
-7
/
+24
|
*
[virtio] Update driver to use DMA API
Aaron Young
2021-10-28
2
-3
/
+12
*
|
Merge branch 'master' into openslx
Simon Rettberg
2021-10-05
5
-3
/
+27
|
\
|
|
*
[acpi] Allow for extraction of a MAC address from the DSDT/SSDT
Michael Brown
2021-09-09
2
-0
/
+15
|
*
[acpi] Generalise DSDT/SSDT data extraction logic
Michael Brown
2021-09-08
1
-1
/
+3
|
*
[efi] Record cached ProxyDHCPOFFER and PXEBSACK, if present
Michael Brown
2021-07-27
2
-2
/
+9
*
|
Merge branch 'master' into openslx
Simon Rettberg
2021-07-22
6
-2
/
+153
|
\
|
|
*
[rdc] Add driver for RDC R6040 embedded NIC
Michael Brown
2021-06-28
1
-0
/
+1
|
*
[rndis] Fix size of reserved fields
Michael Brown
2021-06-07
1
-2
/
+2
|
*
[cpio] Split out bzImage initrd CPIO header construction
Michael Brown
2021-05-21
1
-0
/
+21
|
*
[image] Allow single-member archive images to be executed transparently
Michael Brown
2021-05-12
1
-0
/
+1
|
*
[gzip] Add support for gzip archive images
Michael Brown
2021-05-08
2
-0
/
+72
|
*
[zlib] Add support for zlib archive images
Michael Brown
2021-05-08
2
-0
/
+44
|
*
[image] Add "imgextract" command for extracting archive images
Michael Brown
2021-05-08
2
-0
/
+11
|
*
[image] Provide image_set_len() utility function
Michael Brown
2021-05-08
1
-0
/
+1
*
|
Merge branch 'master' into openslx
Simon Rettberg
2021-04-15
3
-3
/
+13
|
\
|
|
*
[xen] Support scatter-gather to allow for jumbo frames
Michael Brown
2021-04-14
1
-3
/
+4
|
*
[netdevice] Ensure driver transmit() and poll() will not be re-entered
Michael Brown
2021-04-10
1
-0
/
+6
|
*
[pci] Avoid scanning nonexistent buses when using PCIAPI_DIRECT
Michael Brown
2021-04-10
1
-0
/
+3
*
|
Merge branch 'master' into openslx
Simon Rettberg
2021-03-08
47
-267
/
+1690
|
\
|
[prev]
[next]