summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [legacy] Fix building with GCC 6Michael Brown2016-05-041-1/+2
* [ath] Fix building with GCC 6Michael Brown2016-05-049-150/+101Star
* [golan] Fix building with GCC 6Michael Brown2016-05-042-6/+21
* [skge] Fix building with GCC 6Michael Brown2016-05-041-5/+0Star
* [sis190] Fix building with GCC 6Michael Brown2016-05-042-13/+0Star
* [mucurses] Fix GCC 6 nonnull-compare errorsVinson Lee2016-05-041-11/+0Star
* [efi] Generalise EFI entropy generation to non-x86 CPUsMichael Brown2016-05-043-5/+5
* [efi] Use a timer event to generate the currticks() timerMichael Brown2016-05-043-352/+86Star
* [tcpip] Do not fall back to using unoptimised TCP/IP checksummingMichael Brown2016-05-043-15/+8Star
* [build] Remove unnecessary dependency on zlibMichael Brown2016-05-032-7/+2Star
* [efi] Eliminate use of libbfdMichael Brown2016-05-023-177/+298
* [librm] Preserve FPU, MMX and SSE state across calls to virt_call()Michael Brown2016-05-021-1/+8
* [tg3] Fix _tg3_flag() for 64-bit buildsMichael Brown2016-05-021-1/+1