summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * [build] Allow for per-architecture unprefixed constant operand modifierMichael Brown2023-02-065-2/+14
| * [xen] Allow for platforms that have no Xen supportMichael Brown2023-02-053-1/+81
| * [efi] Enable NET_PROTO_LLDP by defaultMichael Brown2023-02-052-1/+2
| * [lldp] Add support for the Link Layer Discovery ProtocolMichael Brown2023-02-056-0/+443
| * [dhcp] Ignore DHCPNAK unless originating from the selected DHCP serverMichael Brown2023-02-031-2/+4
| * [efi] Do not attempt to drive PCI bridge devicesMichael Brown2023-02-033-0/+13
| * [util] Add support for LoongArch64 binariesXiaotian Wu2023-02-033-0/+38
| * [xen] Update to current Xen headersMichael Brown2023-02-0219-874/+2901
| * [efi] Allow autoexec script to be located alongside iPXE binaryMichael Brown2023-02-023-22/+75
| * [realtek] Explicitly disable VLAN offloadMichael Brown2023-02-012-2/+7
| * [efi] Update to current EDK2 headersMichael Brown2023-02-012-12/+12
| * [tests] Verify ability to sleep the CPUMichael Brown2023-01-312-0/+54
| * [dhcp] Add IANA-defined values for all current EFI client architecturesMichael Brown2023-01-311-2/+21
| * [efi] Accept a command line passed to an iPXE image via LoadOptionsMichael Brown2023-01-294-0/+175
| * [la64] Import LoongArch64 ProcessorBind.h from EDK2 headersMichael Brown2023-01-283-2/+128
| * [efi] Update to current EDK2 headersMichael Brown2023-01-2895-15321/+14255Star
| * [efi] Mark ConsoleControl.h as a non-imported headerMichael Brown2023-01-281-0/+5
| * [efi] Remove deleted directories from EDK2 header import scriptMichael Brown2023-01-281-2/+1Star
| * [efi] Allow for whitespace before #include in imported EDK2 header filesMichael Brown2023-01-281-1/+1
| * [efi] Detect SPDX licence identifiers in imported EDK2 headersMichael Brown2023-01-281-2/+2
| * [legal] Add missing FILE_LICENCE declaration to efi_path.cMichael Brown2023-01-281-0/+2
| * [legal] Add support for the BSD-2-Clause-Patent licenceMichael Brown2023-01-282-0/+61
| * [efi] Build util/efirom as a host-only binaryMichael Brown2023-01-282-0/+5
| * [tcp] Update maximum window size to 2MBMichael Brown2023-01-251-6/+12
| * [pxe] Discard queued PXE UDP packets when under memory pressureMichael Brown2023-01-251-0/+26
| * [golan] Add new PCI ID for NVIDIA BlueField-3 network deviceMohammed Taha2023-01-231-0/+1
| * [pxe] Avoid drawing menu items on bottom row of screenMichael Brown2023-01-231-1/+1
| * [efi] Bind to only the topmost instance of the SNP or NII protocolsMichael Brown2023-01-231-30/+36
| * [efi] Extend efi_locate_device() to allow searching up the device pathMichael Brown2023-01-234-17/+45
| * [efi] Add efi_path_prev() utility functionMichael Brown2023-01-232-7/+23
| * [efi] Add efi_path_terminate() utility functionMichael Brown2023-01-235-33/+24Star
| * [arm] Inhibit linker warnings about an implied executable stackMichael Brown2023-01-234-4/+4
| * [arm] Use -mfloat-abi=soft only for EFI buildsMichael Brown2023-01-232-1/+5
| * [arm] Use -fno-short-enums for all 32-bit ARM buildsMichael Brown2023-01-232-4/+5
| * [arm] Support building as a Linux userspace binary for AArch64Michael Brown2023-01-222-0/+16
| * [dhcp] Simplify platform-specific client architecture definitionsMichael Brown2023-01-2218-288/+138Star
| * [build] Move -Ulinux to common MakefileMichael Brown2023-01-222-3/+4
| * [linux] Centralise the linker script for Linux binariesMichael Brown2023-01-225-116/+9Star
| * [efi] Do not rely on ProcessorBind.h when building host binariesMichael Brown2023-01-202-4/+40
| * [ena] Allocate an unused Asynchronous Event Notification Queue (AENQ)Alexander Graf2023-01-182-0/+139
| * [netdevice] Ensure consistent interpretation of "netX" device nameMichael Brown2023-01-171-2/+2
| * [efi] Create VLAN autoboot device automaticallyMichael Brown2023-01-151-0/+9
| * [vlan] Support automatic VLAN device creationMichael Brown2023-01-152-0/+49
| * [autoboot] Include VLAN tag in filter for identifying autoboot deviceMichael Brown2023-01-155-8/+30
| * [netdevice] Allow duplicate MAC addressesMichael Brown2023-01-155-38/+56
| * [netdevice] Separate concept of scope ID from network device name indexMichael Brown2023-01-1410-33/+36
| * [efi] Disable receive filters to work around buggy UNDI driversMichael Brown2023-01-111-10/+47
| * [cachedhcp] Retain cached DHCPACK after startup if not already consumedMichael Brown2022-12-221-4/+22
| * [cachedhcp] Include VLAN tag in filter for applying cached DHCPACKMichael Brown2022-12-226-15/+41
| * [efi] Add efi_path_vlan() utility functionMichael Brown2022-12-222-0/+24