summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into openslxSimon Rettberg2023-10-06157-791/+9500
|\
| * [libc] Use wall clock time as seed for the (non-cryptographic) RNGMichael Brown2023-10-061-3/+5
| * [eapol] Send EAPoL-Start packets to trigger EAP authenticationMichael Brown2023-09-202-0/+81
| * [eap] Define a supplicant model for EAP and EAPoLMichael Brown2023-09-185-27/+184
| * [fcoe] Use driver-private data to hold FCoE port structureMichael Brown2023-09-141-64/+21Star
| * [vmware] Use driver-private data to hold GuestInfo settings blockMichael Brown2023-09-141-41/+7Star
| * [ipv6] Use driver-private data to hold link-local IPv6 settings blockMichael Brown2023-09-141-29/+10Star
| * [lldp] Use driver-private data to hold LLDP settings blockMichael Brown2023-09-141-63/+31Star
| * [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/+182Star
| * [librm] Use explicit operand size when pushing a label addressMichael Brown2023-09-051-2/+4
| * [virtio] Fix implementation of vpm_ioread32()Alexander Eichner2023-08-221-2/+2
| * [dhcp] Request NTP server optionCornelius 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 interfacesMichael 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 linkerMichael 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 binariesXiaotian 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/+0Star
| * [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-231-0/+1
| * [efi] Always poll for TX completionsMichael 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 driverMichael 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