summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [dhcpv6] Include RFC5970 client architecture options in DHCPv6 requestsMichael Brown2016-07-042-17/+52
* [dhcp] Allow for variable encapsulation of architecture-specific optionsMichael Brown2016-07-047-45/+39Star
* [pxe] Disable interrupts on the PIC before starting NBPMichael Brown2016-07-031-0/+5
* [bios] Do not enable interrupts when printing to the consoleMichael Brown2016-07-031-14/+4Star
* [efi] Fix uninitialised data in HII IFR structuresMichael Brown2016-06-291-0/+1
* [thunderx] Fix compilation with older versions of gccMichael Brown2016-06-221-2/+2
* [efi] Do not copy garbage bytes into SNP device path MAC addressMichael Brown2016-06-221-1/+1
* [efi] Report failures to stop the EFI timer tick eventMichael Brown2016-06-201-2/+16
* [smsc75xx] Allow up to 100ms for reset to completeMichael Brown2016-06-202-11/+16
* [virtio] Fix virtio-pci loggingLadi Prosek2016-06-201-7/+7
* [virtio] Renumber virtio_pci_region flagsLadi Prosek2016-06-201-3/+3
* [thunderx] Retrieve base MAC address via EFI_THUNDER_CONFIG_PROTOCOLMichael Brown2016-06-182-1/+250
* [efi] Include VLAN in SNP device path if applicableMichael Brown2016-06-181-2/+15
* [intel] Add PCI device ID for another I219-LMChristian Nilsson2016-06-161-0/+1
* [thunderx] Fix channel configuration for VNICs 1-7Michael Brown2016-06-151-1/+1
* [thunderx] Add driver for Cavium ThunderX SoC NICsMichael Brown2016-06-133-0/+2618
* [cmdline] Add "ntp" commandMichael Brown2016-06-135-0/+156
* [ntp] Add simple NTP clientMichael Brown2016-06-133-0/+385
* [time] Allow system clock to be adjusted at runtimeMichael Brown2016-06-133-3/+19
* [tg3] Add missing memory barrierLeendert van Doorn2016-06-131-0/+2
* [tcp] Send TCP keepalives on idle established connectionsMichael Brown2016-06-132-0/+46
* [tg3] Fix address truncation bug on 64-bit machinesLeendert van Doorn2016-06-102-2/+2
* [http] Accept headers with no whitespace following the colonMichael Brown2016-06-091-2/+6
* [pci] Support systems with multiple PCI root bridgesMichael Brown2016-06-099-42/+160
* [libc] Always use a non-zero seed for the (non-crypto) RNGMichael Brown2016-06-091-0/+2
* [build] Remove nested "my" declarationVinson Lee2016-06-031-1/+1
* [efi] Expose DHCP packets via the Apple NetBoot protocolMichael Brown2016-05-295-3/+145
* [dhcp] Fix definitions for x86_64 and EFI BC client architecturesMichael Brown2016-05-261-4/+4
* [arm] Use correct DHCP client architecture valuesMichael Brown2016-05-263-2/+6
* [axge] Add driver for ASIX 10/100/1000 USB Ethernet NICsMichael Brown2016-05-263-0/+973
* [efi] Work around broken UEFI keyboard driversMichael Brown2016-05-261-2/+7
* [http] Ignore unrecognised "Connection" header tokensMichael Brown2016-05-251-13/+11Star
* [lotest] Add option to use broadcast packets for loopback testingMichael Brown2016-05-233-6/+18
* [netdevice] Fix failure path in register_netdev()Michael Brown2016-05-231-0/+2
* [settings] Extend numerical setting tags to "unsigned long"Michael Brown2016-05-203-4/+4
* [pci] Add support for PCI Enhanced AllocationMichael Brown2016-05-204-0/+221
* [undi] Work around broken HP EliteBook 745 G3 PXE ROMMichael Brown2016-05-131-0/+2
* [ath9k] Fix buffer overrun for ar9287Christian Hesse2016-05-121-4/+3Star
* [arm] Use CNTVCT_EL0 as profiling timestampMichael Brown2016-05-121-3/+1Star
* [efi] Guard against GetStatus() failing to return a NULL TX bufferMichael Brown2016-05-121-0/+1
* [arm] Add optimised TCP/IP checksumming for 64-bit ARMMichael Brown2016-05-113-0/+190
* [arm] Add optimised string functions for 64-bit ARMMichael Brown2016-05-113-0/+355
* [libc] Avoid implicit assumptions about potentially-optimised memcpy()Michael Brown2016-05-091-1/+1
* [efi] Allow for building with older versions of elf.h system headerMichael Brown2016-05-091-0/+22
* [arm] Add support for 64-bit ARM (Aarch64)Michael Brown2016-05-0821-15/+1055
* [arm] Split out 32-bit-specific code to arch/arm32Michael Brown2016-05-0820-38/+54
* [arm] Avoid instruction references to symbols defined via ".equ"Michael Brown2016-05-081-2/+8
* [arm] Add support for 32-bit ARMMichael Brown2016-05-0643-49/+1879
* [bitops] Fix typo in test caseMichael Brown2016-05-061-1/+1
* [libgcc] Provide __divmoddi4()Michael Brown2016-05-064-31/+28Star