summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * [hermon] Add assorted debug error messagesMichael Brown2021-01-281-6/+33
| * [hermon] Show "issuing command" messages only at DBGLVL_EXTRAMichael Brown2021-01-281-7/+5Star
| * [hermon] Reorganize PCI ROM list and document well-known product namesChristian Iversen2021-01-281-2/+9
| * [golan] Backport typo fix in nodnic_prm.h: s/HERMON/NODNIC/Christian Iversen2021-01-281-2/+2
| * [arbel] Clean up whitespace in MT25218_PRM.h headerChristian Iversen2021-01-281-88/+88
| * [hermon] Clean up whitespace in MT25408_PRM.h headerChristian Iversen2021-01-281-132/+132
| * [efi] Use EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL if availableMichael Brown2021-01-271-11/+66
| * [image] Implicitly trust first embedded imageJoe Groocock2021-01-271-0/+3
| * [infiniband] Require drivers to specify the number of portsChristian Iversen2021-01-279-22/+9Star
| * [efi] Fix misleading debug messageMichael Brown2021-01-261-1/+2
| * [ifmgmt] Make "ifstat" show the link-layer protocol for each netdevChristian Iversen2021-01-261-1/+2
| * [cmdline] Expose "iflinkwait" as a commandMichael Brown2021-01-264-7/+67
| * [efi] Fix use of uninitialised variableMichael Brown2021-01-261-0/+3
| * [efi] Automatically load "/autoexec.ipxe" when booted from a filesystemMichael Brown2021-01-253-10/+204
| * [image] Provide image_memory()Michael Brown2021-01-256-76/+62Star
| * [build] Report a meaningful error message if isolinux.bin is missingMichael Brown2021-01-241-2/+4
| * [build] Check that mkisofs equivalent supports the required optionsMichael Brown2021-01-241-19/+14Star
| * [tftp] Allow for profiling of client and server turnaround timesMichael Brown2021-01-221-1/+23
| * [image] Add the "imgmem" commandMichael Brown2021-01-225-0/+148
| * [image] Provide image_set_data()Michael Brown2021-01-223-12/+34
| * [build] Allow an initrd script to be provided via genfsimgMichael Brown2021-01-221-4/+15
| * [build] Fail gracefully when no input files are given to genfsimgMichael Brown2021-01-221-0/+5
| * [build] Use explicit disk geometry for generated FAT filesystem imagesMichael Brown2021-01-221-4/+7
| * [build] Fix genfsimg incompatibility with dash shellMichael Brown2021-01-221-2/+2
| * [build] Set volume name "iPXE" on FAT filesystem imagesMichael Brown2021-01-211-2/+2
| * [build] Allow genfsimg to be used on third party UEFI binariesMichael Brown2021-01-201-3/+21
| * [ipv6] Defer router discovery timeout while link is blockedMichael Brown2021-01-191-1/+19
| * [dhcp] Allow for links that remained blocked for up to three minutesMichael Brown2021-01-191-1/+1
| * [eap] Treat an EAP Request-Identity as indicating a blocked linkMichael Brown2021-01-197-0/+256
| * [eapol] Replace EAPoL codeMichael Brown2021-01-193-146/+109Star
| * [dhcp] Continue transmitting DHCPDISCOVER while link is blockedMichael Brown2021-01-191-12/+11Star
| * [build] Include xorrisofs as a viable mkisofs equivalentOmgalof2021-01-181-2/+2
| * [build] Inhibit spurious array bounds warning on some versions of gccMichael Brown2021-01-151-1/+1
| * [isa] Add missing #include <config/isa.h>Manuel Mendez2021-01-141-0/+1
| * [build] Create util/genfsimg for building filesystem-based imagesMichael Brown2021-01-136-308/+260Star
| * [xhci] Avoid false positive Coverity warningMichael Brown2021-01-041-1/+1
| * [efi] Leave asynchronous USB endpoints open until device is removedMichael Brown2021-01-031-11/+13
| * [xhci] Show meaningful error messages after command failuresMichael Brown2021-01-031-7/+25
| * [xhci] Fail attempts to issue concurrent commandsMichael Brown2021-01-031-0/+8
| * [efi] Use segment and bus number to identify PCI root bridge I/O protocolMichael Brown2020-12-312-4/+71
| * [smbios] Add support for the 64-bit SMBIOS3 entry pointMichael Brown2020-12-293-22/+82
| * [efi] Allow for longer device paths in debug messagesb1f6c1c42020-12-291-1/+1
| * [sfc] Update email addressesMartin Habets2020-12-285-10/+16
| * [x509] Clarify debug message for an untrusted X.509 issuerJosh McSavaney2020-12-281-1/+1
| * [golan] Add new PCI IDsMohammed Taha2020-12-281-0/+3
| * [efi] Allow EFI_USB_IO_PROTOCOL interfaces to be nullified and leakedMichael Brown2020-12-173-9/+181
| * [efi] Skip interface uninstallation during shutdownMichael Brown2020-12-174-18/+23
| * [efi] Nullify interfaces unconditionally on error and shutdown pathsMichael Brown2020-12-174-16/+16
| * [iphone] Add iPhone tethering driverMichael Brown2020-12-163-0/+2560
| * [crypto] Allow private key to be specified as a TLS connection parameterMichael Brown2020-12-158-21/+103