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
2024-05-03
New upstream version 15.8
Steve McIntyre
2022-04-27
New upstream version 15.5
upstream/15.5
Steve McIntyre
2021-03-23
New upstream version 15.3
upstream/15.3
Steve McIntyre
2018-07-24
New upstream version 15+1531942534.dd3230d
upstream/15+1531942534.dd3230d
Mathieu Trudel-Lapierre
2017-09-13
New upstream version 13~git1505328970.9c1c35c5
upstream/13_git1505328970.9c1c35c5
Mathieu Trudel-Lapierre
2016-09-21
Import upstream version 0.9+1474479173.6c180c6
Mathieu Trudel-Lapierre
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