aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-20[efi] Provide Map_Mem() and associated UNDI callbacksMichael Brown1-0/+163
2018-03-19[lacp] Check the partner's own state when checking for blocked linksMichael Brown1-4/+4
2018-03-18[ocsp] Allow OCSP checks to be disabledMichael Brown2-0/+20
2018-03-18[ocsp] Centralise test for whether or not an OCSP check is requiredMichael Brown3-4/+18
2018-03-18[profile] Prevent potential division by zeroMichael Brown1-2/+4
2018-03-18[tftp] Prevent potential division by zeroMichael Brown1-0/+2
2018-03-18[lacp] Fix debug message to match documentationMichael Brown1-1/+1
2018-03-18[lacp] Mark link as blocked if partner is not yet up and runningMichael Brown2-0/+28
2018-03-18[golan] Do not assume all devices are identicalMichael Brown1-5/+2
2018-03-18[librm] Add facility to provide register and stack dump for CPU exceptionsMichael Brown3-7/+162
2018-03-15[intel] Add PCI_ROM entry for Intel i354 NICRob Taglang1-0/+1
2018-03-14[efi] Raise TPL within EFI_DRIVER_BINDING_PROTOCOL entry pointsMichael Brown1-0/+19
2018-03-12[efi] Drop to TPL_APPLICATION when gathering entropyMichael Brown1-0/+6
2018-03-01[iscsi] Parse IPv6 address in root pathHannes Reinecke1-1/+6
2018-02-20[process] Include process name in debug messagesMichael Brown1-2/+7
2018-02-20[efi] Raise TPL within EFI_USB_IO_PROTOCOL entry pointsMichael Brown1-6/+41
2018-02-20[efi] Raise TPL within EFI_SIMPLE_NETWORK_PROTOCOL entry pointsMichael Brown1-12/+81
2018-02-20[efi] Run at TPL_CALLBACK to protect against UEFI timersMichael Brown3-52/+49
2018-02-19[xhci] Consume event TRB before reporting completion to USB coreMichael Brown1-4/+4
2018-02-19[http] Allow for domain names within NTLM user namesMichael Brown3-3/+112
2018-02-03[intel] Work around broken reset mechanism in i219 devicesMichael Brown2-9/+31
2018-01-29[xhci] Assume an invalid PSI table if any invalid PSI value is observedMichael Brown1-23/+30
2018-01-17[ena] Fix spurious uninitialised variable warning on older versions of gccMichael Brown1-31/+7
2018-01-14[netdevice] Make netdev_irq_enabled() independent of netdev_irq_supported()Martin Habets1-6/+3
2018-01-14[tg3] Add support for SerDes PHY initializationJoseph Wong2-4/+1021
2018-01-14[skel] Remove MII interfaceMichael Brown2-60/+0
2018-01-12[ena] Add driver for Amazon ENA virtual function NICMichael Brown3-0/+1628
2018-01-02[build] Avoid use of "ld --oformat binary"Michael Brown2-4/+5
2017-12-29[legal] Add missing FILE_LICENCE declarationsMichael Brown3-0/+6
2017-12-29[legal] Add missing FILE_LICENCE declarationsMichael Brown2-0/+4
2017-12-28[image] Omit URI query string and fragment from download progress messagesMichael Brown1-6/+7
2017-12-28[http] Report unsuccessful response status lines at DBGVL_LOGMichael Brown1-0/+2
2017-12-28[http] Include error messages for 4xx and 5xx response codesMichael Brown1-0/+7
2017-12-28[xen] Skip probing of any unsupported device typesMichael Brown1-18/+21
2017-12-20[intel] Add PCI device ID for X550-T2Janos Mattyasovszky1-0/+1
2017-11-12[http] Add support for NTLM authenticationMichael Brown5-0/+231
2017-11-12[http] Handle parsing of WWW-Authenticate header within authentication schemeMichael Brown4-75/+157
2017-11-12[http] Gracefully handle offers of multiple authentication schemesMichael Brown1-3/+10
2017-11-12[ntlm] Add support for NTLM authentication mechanismMichael Brown5-0/+847
2017-11-12[crypto] Add MD4 message digest algorithmMichael Brown5-0/+436
2017-11-12[crypto] Eliminate repetitions in MD5 round constant tableMichael Brown1-7/+10
2017-11-11[crypto] Fix endianness typo in commentMichael Brown1-1/+1
2017-09-24[efi] Allow for building with older versions of elf.h system headerMichael Brown1-0/+3
2017-09-24[efi] Accept (and ignore) R_ARM_V4BX relocationsHeinrich Schuchardt1-0/+1
2017-09-24[crypto] Fail fast if cross-certificate source is emptyLadi Prosek1-0/+5
2017-09-22[efi] Inhibit our driver Start() method during disconnection attemptsMichael Brown1-0/+16
2017-09-18[build] Exclude selected directories from Secure Boot buildsMichael Brown2-15/+34
2017-09-13[efi] Continue to connect remaining handles after connection errorsMichael Brown1-3/+5
2017-09-07[exanic] Add PCI device ID for another X40 variantPeter von Konigsmark1-0/+1
2017-09-07[exanic] Power up optical PHYs (if present)Peter von Konigsmark2-0/+7