aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-31[hermon] Limit link poll frequency in DOWN statehermon_link_pollMichael Brown2-1/+17
2021-01-31[build] Avoid using awk to format build ID as hexadecimalMichael Brown1-1/+1
2021-01-31[build] Avoid using sha1sum when calculating build IDMichael Brown1-1/+1
2021-01-30[build] Allow BIOS linker script to be used with FreeBSD linkerfreebsdMichael Brown1-13/+13
2021-01-30[build] Check for broken elftoolchain version of objcopyMichael Brown1-0/+7
2021-01-30[build] Avoid modifying load addresses when stripping .zinfo sectionMichael Brown1-7/+42
2021-01-30[build] Replace random build ID with a deterministic oneManuel Mendez1-1/+7
2021-01-30[build] Use $(shell ...) to invoke BUILD_ID_CMDManuel Mendez1-1/+1
2021-01-30[build] Use SOURCE_DATE_EPOCH if it existsManuel Mendez1-0/+12
2021-01-30[build] Use recursive deletion for "make clean"Michael Brown1-1/+1
2021-01-30[build] Avoid shell brace expansion in "make clean"Michael Brown1-3/+4
2021-01-30[build] Allow elf2efi.c to build on FreeBSDMichael Brown1-7/+30
2021-01-29[build] Ensure that isolinux.bin is modifiableMichael Brown1-1/+1
2021-01-29[build] Add syslinux search locations used on FreeBSDMichael Brown1-0/+2
2021-01-29[build] Drop timestamps from .a filedeterminismBernhard M. Wiedemann1-2/+2
2021-01-29[hermon] Perform clean MPT unmap on device shutdownChristian Iversen2-0/+29
2021-01-29[hermon] Use Ethernet MAC as eIPoIB local EMACChristian Iversen2-17/+20
2021-01-28[hermon] Increase polling rate for command completionsChristian Iversen1-2/+2
2021-01-28[hermon] Add event queue debug functionsMichael Brown1-2/+76
2021-01-28[hermon] Increase command timeout from 2 to 10 secondsChristian Iversen1-1/+1
2021-01-28[hermon] Add assorted debug error messagesMichael Brown1-6/+33
2021-01-28[hermon] Show "issuing command" messages only at DBGLVL_EXTRAMichael Brown1-7/+5
2021-01-28[hermon] Reorganize PCI ROM list and document well-known product namesChristian Iversen1-2/+9
2021-01-28[golan] Backport typo fix in nodnic_prm.h: s/HERMON/NODNIC/Christian Iversen1-2/+2
2021-01-28[arbel] Clean up whitespace in MT25218_PRM.h headerChristian Iversen1-88/+88
2021-01-28[hermon] Clean up whitespace in MT25408_PRM.h headerChristian Iversen1-132/+132
2021-01-27[efi] Use EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL if availableMichael Brown1-11/+66
2021-01-27[image] Implicitly trust first embedded imageJoe Groocock1-0/+3
2021-01-27[infiniband] Require drivers to specify the number of portsChristian Iversen9-22/+9
2021-01-26[efi] Fix misleading debug messageMichael Brown1-1/+2
2021-01-26[ifmgmt] Make "ifstat" show the link-layer protocol for each netdevChristian Iversen1-1/+2
2021-01-26[cmdline] Expose "iflinkwait" as a commandMichael Brown4-7/+67
2021-01-26[efi] Fix use of uninitialised variableMichael Brown1-0/+3
2021-01-25[efi] Automatically load "/autoexec.ipxe" when booted from a filesystemMichael Brown3-10/+204
2021-01-25[image] Provide image_memory()Michael Brown6-76/+62
2021-01-24[travis] Update to current default build environmentMichael Brown1-1/+2
2021-01-24[build] Report a meaningful error message if isolinux.bin is missingMichael Brown1-2/+4
2021-01-24[build] Check that mkisofs equivalent supports the required optionsMichael Brown1-19/+14
2021-01-22[tftp] Allow for profiling of client and server turnaround timesMichael Brown1-1/+23
2021-01-22[image] Add the "imgmem" commandMichael Brown5-0/+148
2021-01-22[image] Provide image_set_data()Michael Brown3-12/+34
2021-01-22[build] Allow an initrd script to be provided via genfsimgMichael Brown1-4/+15
2021-01-22[build] Fail gracefully when no input files are given to genfsimgMichael Brown1-0/+5
2021-01-22[build] Use explicit disk geometry for generated FAT filesystem imagesMichael Brown1-4/+7
2021-01-22[build] Fix genfsimg incompatibility with dash shellMichael Brown1-2/+2
2021-01-21[build] Set volume name "iPXE" on FAT filesystem imagesMichael Brown1-2/+2
2021-01-19[build] Allow genfsimg to be used on third party UEFI binariesMichael Brown1-3/+21
2021-01-19[ipv6] Defer router discovery timeout while link is blockedMichael Brown1-1/+19
2021-01-19[dhcp] Allow for links that remained blocked for up to three minutesMichael Brown1-1/+1
2021-01-19[eap] Treat an EAP Request-Identity as indicating a blocked linkMichael Brown7-0/+256