summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [ci] Add GitHub action for Coverity ScanciMichael Brown2021-02-041-0/+39
* [ci] Add GitHub action for build testingMichael Brown2021-02-041-0/+69
* [build] Work around distros that use -fcf-protection=full by defaultMichael Brown2021-02-041-0/+10
* [build] Work around -fPIE patched versions of gcc on all architecturesMichael Brown2021-02-043-20/+27
* [build] Avoid spurious "make clean" when building for the first timeMichael Brown2021-02-041-29/+32
* [efi] Fix erroneous comparison of a pointer against userptr_tMichael Brown2021-02-031-1/+1
* [contrib] Update bochsrc.txt to work with current versions8d337ecMichael Brown2021-02-021-368/+542
* [hermon] Add support for ConnectX-3 based cardsChristian Iversen2021-02-021-0/+4
* [autoboot] Avoid closing and immediately reopening network deviceMichael Brown2021-02-011-6/+7
* [hermon] Avoid parsing length field on completion errorsMichael Brown2021-02-011-2/+16
* [hermon] Make hermon_dump_xxx() functions no-ops on non-debug buildsMichael Brown2021-02-011-0/+20
* [hermon] Minimise reset timehermon_resetMichael Brown2021-02-012-7/+32
* [hermon] Throttle debug output when sensing port typeChristian Iversen2021-02-011-0/+3
* [hermon] Add a debug notice when initialization is completeChristian Iversen2021-02-011-0/+1
* [hermon] Add support for port management eventChristian Iversen2021-02-012-0/+39
* [hermon] Adjust Ethernet work queue sizeChristian Iversen2021-02-011-3/+3
* [hermon] Use reset value suitable for ConnectX-3Michael Brown2021-02-011-1/+1
* [hermon] Clean up whitespace in hermon.cChristian Iversen2021-02-011-1/+1
* [iscsi] Update link to iBFT reference manualChristian Iversen2021-02-011-2/+6
* [hermon] Limit link poll frequency in DOWN statehermon_link_pollMichael Brown2021-01-312-1/+17
* [build] Avoid using awk to format build ID as hexadecimalMichael Brown2021-01-311-1/+1
* [build] Avoid using sha1sum when calculating build IDMichael Brown2021-01-311-1/+1
* [build] Allow BIOS linker script to be used with FreeBSD linkerfreebsdMichael Brown2021-01-301-13/+13
* [build] Check for broken elftoolchain version of objcopyMichael Brown2021-01-301-0/+7
* [build] Avoid modifying load addresses when stripping .zinfo sectionMichael Brown2021-01-301-7/+42
* [build] Replace random build ID with a deterministic oneManuel Mendez2021-01-301-1/+7
* [build] Use $(shell ...) to invoke BUILD_ID_CMDManuel Mendez2021-01-301-1/+1
* [build] Use SOURCE_DATE_EPOCH if it existsManuel Mendez2021-01-301-0/+12
* [build] Use recursive deletion for "make clean"Michael Brown2021-01-301-1/+1
* [build] Avoid shell brace expansion in "make clean"Michael Brown2021-01-301-3/+4
* [build] Allow elf2efi.c to build on FreeBSDMichael Brown2021-01-301-7/+30
* [build] Ensure that isolinux.bin is modifiableMichael Brown2021-01-291-1/+1
* [build] Add syslinux search locations used on FreeBSDMichael Brown2021-01-291-0/+2
* [build] Drop timestamps from .a filedeterminismBernhard M. Wiedemann2021-01-291-2/+2
* [hermon] Perform clean MPT unmap on device shutdownChristian Iversen2021-01-292-0/+29
* [hermon] Use Ethernet MAC as eIPoIB local EMACChristian Iversen2021-01-292-17/+20
* [hermon] Increase polling rate for command completionsChristian Iversen2021-01-281-2/+2
* [hermon] Add event queue debug functionsMichael Brown2021-01-281-2/+76
* [hermon] Increase command timeout from 2 to 10 secondsChristian Iversen2021-01-281-1/+1
* [hermon] Add assorted debug error messagesMichael Brown2021-01-281-6/+33
* [hermon] Show "issuing command" messages only at DBGLVL_EXTRAMichael Brown2021-01-281-7/+5
* [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/+9
* [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