aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [fcoe] Use driver-private data to hold FCoE port structurenetstateMichael Brown2023-09-131-64/+21
* [vmware] Use driver-private data to hold GuestInfo settings blockMichael Brown2023-09-131-41/+7
* [ipv6] Use driver-private data to hold link-local IPv6 settings blockMichael Brown2023-09-131-29/+10
* [lldp] Use driver-private data to hold LLDP settings blockMichael Brown2023-09-131-63/+31
* [netdevice] Allocate private data for each network upper-layer driverMichael Brown2023-09-1313-34/+110
* [netdevice] Remove netdev_priv() helper functionMichael Brown2023-09-1323-193/+182
* [librm] Use explicit operand size when pushing a label addressopsizeMichael Brown2023-09-051-2/+4
* [virtio] Fix implementation of vpm_ioread32()Alexander Eichner2023-08-221-2/+2
* [dhcp] Request NTP server optionntpsettingCornelius Hoffmann2023-07-191-3/+4
* [ntp] Define NTP server settingMichael Brown2023-07-192-0/+13
* [console] Restore compatibility with "--key" values in existing scriptsMichael Brown2023-07-073-3/+31
* [linux] Set a default MAC address for tap devicesMichael Brown2023-07-051-0/+5
* [linux] Fix error control flow in af_packet_nic_probe()Michael Brown2023-07-051-1/+1
* [linux] Fix error control flow in tap_probe()Michael Brown2023-07-051-1/+1
* [netdevice] Stop link block timer when device is closedMichael Brown2023-07-051-1/+4
* [interface] Fix debug message values for temporary interfacestmpintfMichael Brown2023-07-043-17/+59
* [build] Inhibit more linker warnings about an implied executable stackMichael Brown2023-07-041-0/+1
* [build] Silence the "creating blib.a" messageMichael Brown2023-07-041-1/+1
* [console] Avoid overlap between special keys and Unicode charactersMichael Brown2023-07-043-31/+77
* [console] Avoid overlap between remapping flags and character valuesMichael Brown2023-07-041-4/+4
* [build] Use separate code segment if supported by linkersepcodeMichael Brown2023-07-032-0/+14
* [build] Inhibit linker warnings about an implied executable stackGeert Stappers2023-06-3032-0/+33
* [build] Avoid using multiple target patterns in pattern rulesMichael Brown2023-06-302-3/+13
* [loong64] Add support for building EFI binariesloong64Xiaotian Wu2023-06-292-0/+19
* [loong64] Add CPU sleeping API for EFI LoongArch64Xiaotian Wu2023-06-294-1/+75
* [loong64] Add I/O API for LoongArch64Xiaotian Wu2023-06-293-0/+130
* [ioapi] Centralise definitions for dummy PIOMichael Brown2023-06-293-50/+70
* [arm] Add missing arch/arm/core source directoryMichael Brown2023-06-292-2/+4
* [arm] Remove redundant inclusion of io.hMichael Brown2023-06-291-2/+0
* [efi] Process veto objects in reverse order of enumerationMichael Brown2023-06-231-7/+11
* [efi] Check for protocols opened by vetoed driver and image handlesMichael Brown2023-06-231-1/+4
* [efi] Unload vetoed drivers by image handle rather than driver handleMichael Brown2023-06-231-3/+6
* [efi] Pass more detailed driver information to veto methodsMichael Brown2023-06-231-36/+58
* [efi] Show manufacturer in veto debug outputMichael Brown2023-06-221-0/+1
* [efi] Always poll for TX completionsdell3440bMichael Brown2023-06-211-5/+5
* [efi] Provide read-only access to EFI variables via settings mechanismMichael Brown2023-06-095-0/+244
* [efi] Veto the VMware UefiPxeBcDxe driveresxMichael Brown2023-06-081-0/+35
* [efi] Include protocol interface address in debug outputMichael Brown2023-06-082-5/+42
* [efi] Add UefiPxeBcDxe module GUIDMichael Brown2023-06-071-0/+8
* [efi] Add HttpBootDxe module GUIDMichael Brown2023-06-071-0/+8
* [efi] Add new IScsiDxe module GUIDMichael Brown2023-06-071-1/+9
* [efi] Add HTTP header and GUID definitionsMichael Brown2023-06-074-0/+531
* [efi] Add DNS headers and GUID definitionsMichael Brown2023-06-075-0/+1103
* [efi] Add Ip4Config2 header and GUID definitionMichael Brown2023-06-074-0/+326
* [efi] Add IPv6 versions of existing IPv4 headers and GUID definitionsMichael Brown2023-06-079-0/+4436
* [efi] Update to current EDK2 headersMichael Brown2023-06-078-40/+266
* [efi] Disable static assertions in EFI headers on non-EFI platformsMichael Brown2023-06-071-0/+9
* [crypto] Add support for PKCS#8 private key formatMichael Brown2023-06-024-2/+105
* [efi] Implement "shim" as a dummy command on non-EFI platformsMichael Brown2023-05-243-2/+15
* [efi] Support versions of shim that perform SBAT verificationMichael Brown2023-05-235-6/+160