summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * [efi] Work around UEFI specification bug in LoadImageMichael Brown2020-06-041-2/+18
| * [png] Fix potential integer overflowMichael Brown2020-06-041-6/+6
| * [bnxt] Add driver support for Broadcom NetXtreme-E AdaptersJoseph Wong2020-05-065-0/+14191
| * [efi] Disambiguate errors returned by ConnectControllerMichael Brown2020-03-141-1/+15
| * [int13con] Create log partition only when CONSOLE_INT13 is enabledMichael Brown2020-03-011-0/+17
| * [bios] Define macros for constructing partition table entriesMichael Brown2020-03-011-10/+37
* | Revert "Revert "[build] Construct full version number automatically from git ...Simon Rettberg2020-02-251-2/+15
* | Revert "[build] Construct full version number automatically from git revision"Simon Rettberg2020-02-251-15/+2Star
* | [efi] Consider RDRAND == -1 invalid, use TSCSimon Rettberg2020-02-241-0/+4
* | Merge branch 'master' into openslxSimon Rettberg2020-02-249-56/+246
|\|
| * [iscsi] Eliminate variable-length stack allocation in URI parsingMichael Brown2020-02-171-10/+28
| * [iscsi] Eliminate variable-length stack allocations in CHAP handlersMichael Brown2020-02-171-11/+41
| * [settings] Eliminate variable-length stack allocationMichael Brown2020-02-161-2/+7
| * [slam] Allow for the possibility of IPv6 multicast addressesMichael Brown2020-02-161-4/+4
| * [slam] Eliminate variable-length stack allocationMichael Brown2020-02-161-5/+19
| * [infiniband] Eliminate variable-length stack allocationMichael Brown2020-02-161-6/+18
| * [tftp] Eliminate unnecessary variable-length stack allocationMichael Brown2020-02-161-11/+6Star
| * [build] Construct full version number automatically from git revisionv1.20.1Michael Brown2020-01-021-2/+15
| * [snp] Set EFI_SIMPLE_NETWORK_RECEIVE_MULTICAST bit as per UEFI specIgnat Korchagin2019-12-161-1/+2
| * [snp] Try promiscuous multicast receive filter if the regular one failsIgnat Korchagin2019-12-161-0/+3
| * [peerdist] Allow for the use of a hosted cache serverMichael Brown2019-12-161-4/+65
| * [peerdist] Allow PeerDist to be globally enabled or disabledMichael Brown2019-12-131-0/+38
* | Merge branch 'master' into openslxSimon Rettberg2019-12-0313-47/+280
|\|
| * [lan78xx] Always enable automatic speed and duplex detectionMichael Brown2019-09-292-0/+14
| * [efi] Do not attempt EFI_USB_IO_PROTOCOL transfers during shutdownMichael Brown2019-09-151-0/+8
| * [efi] Report failed control transfers as expected by the USB coreMichael Brown2019-09-151-2/+6
| * [golan] Fix address-of-pointer bug for multicast attach/detachMichael Brown2019-08-171-2/+2
| * [ethernet] Avoid false positive Coverity warningMichael Brown2019-08-171-1/+1
| * [crypto] Profile the various stages of modular multiplicationMichael Brown2019-08-171-0/+29
| * [crypto] Drag in configured digestInfo prefixes for any use of RSAMichael Brown2019-08-171-0/+6
| * [tls] Add missing call to tls_tx_resume() when restarting negotiationMichael Brown2019-08-161-22/+24
| * [peerdist] Limit number of concurrent raw block downloadsMichael Brown2019-08-162-3/+155
| * [peerdist] Start block download timers from within opener methodsMichael Brown2019-08-161-7/+9
| * [process] Add PROC_INIT() for initialising static processesMichael Brown2019-08-161-5/+13
| * [build] Add predefined shortcut for Raspberry Pi buildsMichael Brown2019-08-021-0/+4
| * [build] Move predefined all-drivers build shortcut to MakefileMichael Brown2019-08-022-5/+9
* | Merge branch 'openslx' of git.openslx.org:openslx-ng/ipxe into openslxSimon Rettberg2019-08-024-33/+61
|\ \
| * | [efi] Put rdrand workaround in sep. functionSimon Rettberg2019-04-121-22/+35
| * | [login] Add "--nouser" option to just ask for passwordSimon Rettberg2019-04-013-11/+26
| * | Merge branch 'master' into openslxSimon Rettberg2019-03-2811-70/+800
| |\ \
* | \ \ Merge branch 'master' into openslxSimon Rettberg2019-08-0247-387/+3763
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | [build] Do not apply WORKAROUND_CFLAGS for host compilerMichael Brown2019-07-222-2/+6
| * | [build] Workaround compilation error with gcc 9.1Valentine Barshak2019-07-221-0/+9
| * | [build] Fix "'%s' directive argument is null" errorValentine Barshak2019-07-221-2/+1Star
| * | [smscusb] Fetch MAC from device tree for Raspberry Pi Model B+Michael Brown2019-07-194-29/+41
| * | [build] Add named configuration for Raspberry PiMichael Brown2019-07-198-0/+13
| * | [smsc95xx] Fetch MAC from device tree for Raspberry PiMichael Brown2019-07-191-0/+31
| * | [efi] Register a device tree if provided by the platform firmwareMichael Brown2019-07-193-0/+74
| * | [fdt] Add ability to parse a MAC address from a flattened device treeMichael Brown2019-07-195-0/+643
| * | [efi] Return only registered EFI devices from efidev_parent()Michael Brown2019-07-151-3/+6