index
:
efi-boot-shim.git
bookworm/updates
bullseye/updates
buster/updates
master
upstream
vyos/current
(mirror of https://github.com/vyos/efi-boot-shim.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
netboot.c
Age
Commit message (
Expand
)
Author
2018-03-12
console: Add console_print and console_print_at helpers
Hans de Goede
2018-03-12
Don't use uefi_call_wrapper(), ever.
Peter Jones
2018-03-12
shim: Use EFI_ERROR() instead of comparing to EFI_SUCCESS everywhere.
Peter Jones
2018-03-12
Move includes around to clean the source tree up a bit.
Peter Jones
2018-02-28
Add proxy dhcp support
cdadmin
2017-09-13
try to show errors more usefully.
Peter Jones
2016-09-06
Make translate_slashes() public
Gary Ching-Pang Lin
2014-10-02
Correctly reject bad tftp addresses earlier, rather than later.
Peter Jones
2014-10-02
shim buffer overflow on ipv6 option parsing
Sebastian Krahmer
2014-08-12
Factor out x86-isms and add cross compile support
Ard Biesheuvel
2014-06-25
Fetch the netboot image from the same device
Gary Ching-Pang Lin
2013-11-21
Lengths that might be -1 can't be unsigned, Peter.
Peter Jones
2013-11-21
Fix path generation for Dhcpv4 bootloader.
Peter Jones
2013-10-02
Use CHAR8 not UINT8 for character work.
Peter Jones
2013-09-26
Since different distros name grub*.efi differently, make it compile-time.
Peter Jones
2013-09-26
Define the PXE 2nd stage loader in the beginning of the file
Gary Ching-Pang Lin
2013-09-24
Fix a memory leak
Steve Langasek
2013-09-24
Correct limits on the length of ipv6 addresses
Steve Langasek
2013-09-24
More consistent types, fewer casts
Steve Langasek
2013-09-24
Misc allocation cleanups
Steve Langasek
2013-09-24
Fix an off-by-one error
Steve Langasek
2013-09-24
Fix nul termination errors in filenames passed to tftp
Steve Langasek
2013-09-24
Pass the right arguments to EFI_PXE_BASE_CODE_TFTP_READ_FILE
Steve Langasek
2013-05-31
EFI_PXE_BASE_CODE_DHCPV6_PACKET is in gnu-efi-3.0t
Peter Jones
2012-11-01
Don't fail if there's no network devices
Matthew Garrett
2012-10-12
Add draft version of Neil's netboot code
Matthew Garrett