aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-11-07[cloud] Add ability to overwrite existing AMI imagesMichael Brown1-2/+13
2023-11-07[eapol] Limit number of EAPoL-Start packets transmitted per attemptMichael Brown2-0/+13
2023-11-07[eapol] Delay EAPoL-Start while waiting for EAP to completeMichael Brown3-44/+84
2023-11-02[pci] Require discovery of a PCI device when determining usable PCI APIsMichael Brown1-11/+14
2023-11-02[pci] Check that ECAM configuration space is within reachable memoryMichael Brown1-0/+9
2023-11-02[pci] Cache ECAM mapping errorsMichael Brown2-2/+6
2023-11-02[pci] Handle non-zero starting bus in ECAM allocationsMichael Brown1-0/+1
2023-11-01[pci] Force completion of ECAM configuration space writesMichael Brown1-1/+10
2023-10-24[iphone] Add missing va_start()/va_end() around reused argument listMichael Brown1-0/+2
2023-10-06[libc] Use wall clock time as seed for the (non-cryptographic) RNGsrandtimeMichael Brown1-3/+5
2023-09-19[eapol] Send EAPoL-Start packets to trigger EAP authenticationMichael Brown2-0/+81
2023-09-18[eap] Define a supplicant model for EAP and EAPoLMichael Brown5-27/+184
2023-09-14[fcoe] Use driver-private data to hold FCoE port structureMichael Brown1-64/+21
2023-09-14[vmware] Use driver-private data to hold GuestInfo settings blockMichael Brown1-41/+7
2023-09-13[ipv6] Use driver-private data to hold link-local IPv6 settings blockMichael Brown1-29/+10
2023-09-13[lldp] Use driver-private data to hold LLDP settings blockMichael Brown1-63/+31
2023-09-13[netdevice] Allocate private data for each network upper-layer driverMichael Brown13-34/+110
2023-09-13[netdevice] Remove netdev_priv() helper functionMichael Brown23-193/+182
2023-09-05[librm] Use explicit operand size when pushing a label addressopsizeMichael Brown1-2/+4
2023-08-22[virtio] Fix implementation of vpm_ioread32()Alexander Eichner1-2/+2
2023-07-19[dhcp] Request NTP server optionntpsettingCornelius Hoffmann1-3/+4
2023-07-19[ntp] Define NTP server settingMichael Brown2-0/+13
2023-07-07[console] Restore compatibility with "--key" values in existing scriptskeyvalsMichael Brown3-3/+31
2023-07-05[linux] Set a default MAC address for tap devicesMichael Brown1-0/+5
2023-07-05[linux] Fix error control flow in af_packet_nic_probe()Michael Brown1-1/+1
2023-07-05[linux] Fix error control flow in tap_probe()Michael Brown1-1/+1
2023-07-05[netdevice] Stop link block timer when device is closedMichael Brown1-1/+4
2023-07-04[interface] Fix debug message values for temporary interfacestmpintfMichael Brown3-17/+59
2023-07-04[build] Inhibit more linker warnings about an implied executable stackMichael Brown1-0/+1
2023-07-04[build] Silence the "creating blib.a" messageMichael Brown1-1/+1
2023-07-04[console] Avoid overlap between special keys and Unicode charactersMichael Brown3-31/+77
2023-07-04[console] Avoid overlap between remapping flags and character valuesMichael Brown1-4/+4
2023-07-03[build] Use separate code segment if supported by linkerMichael Brown2-0/+14
2023-06-30[build] Inhibit linker warnings about an implied executable stackGeert Stappers32-0/+33
2023-06-30[build] Avoid using multiple target patterns in pattern rulesMichael Brown2-3/+13
2023-06-29[loong64] Add support for building EFI binariesXiaotian Wu2-0/+19
2023-06-29[loong64] Add CPU sleeping API for EFI LoongArch64Xiaotian Wu4-1/+75
2023-06-29[loong64] Add I/O API for LoongArch64Xiaotian Wu3-0/+130
2023-06-29[ioapi] Centralise definitions for dummy PIOMichael Brown3-50/+70
2023-06-29[arm] Add missing arch/arm/core source directoryMichael Brown2-2/+4
2023-06-29[arm] Remove redundant inclusion of io.hMichael Brown1-2/+0
2023-06-23[efi] Process veto objects in reverse order of enumerationMichael Brown1-7/+11
2023-06-23[efi] Check for protocols opened by vetoed driver and image handlesMichael Brown1-1/+4
2023-06-23[efi] Unload vetoed drivers by image handle rather than driver handleMichael Brown1-3/+6
2023-06-23[efi] Pass more detailed driver information to veto methodsMichael Brown1-36/+58
2023-06-22[efi] Show manufacturer in veto debug outputMichael Brown1-0/+1
2023-06-21[efi] Always poll for TX completionsdell3440bMichael Brown1-5/+5
2023-06-09[efi] Provide read-only access to EFI variables via settings mechanismMichael Brown5-0/+244
2023-06-08[efi] Veto the VMware UefiPxeBcDxe driverMichael Brown1-0/+35
2023-06-08[efi] Include protocol interface address in debug outputMichael Brown2-5/+42