summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [ocsp] Centralise test for whether or not an OCSP check is requiredMichael Brown2018-03-183-4/+18
* [profile] Prevent potential division by zeroMichael Brown2018-03-181-2/+4
* [tftp] Prevent potential division by zeroMichael Brown2018-03-181-0/+2
* [lacp] Fix debug message to match documentationMichael Brown2018-03-181-1/+1
* [lacp] Mark link as blocked if partner is not yet up and runningMichael Brown2018-03-182-0/+28
* [golan] Do not assume all devices are identicalMichael Brown2018-03-181-5/+2Star
* [librm] Add facility to provide register and stack dump for CPU exceptionsMichael Brown2018-03-183-7/+162
* [intel] Add PCI_ROM entry for Intel i354 NICRob Taglang2018-03-151-0/+1
* [efi] Raise TPL within EFI_DRIVER_BINDING_PROTOCOL entry pointsMichael Brown2018-03-151-0/+19
* [efi] Drop to TPL_APPLICATION when gathering entropyMichael Brown2018-03-121-0/+6
* [iscsi] Parse IPv6 address in root pathHannes Reinecke2018-03-011-1/+6
* [process] Include process name in debug messagesMichael Brown2018-02-201-2/+7
* [efi] Raise TPL within EFI_USB_IO_PROTOCOL entry pointsMichael Brown2018-02-201-6/+41
* [efi] Raise TPL within EFI_SIMPLE_NETWORK_PROTOCOL entry pointsMichael Brown2018-02-201-12/+81
* [efi] Run at TPL_CALLBACK to protect against UEFI timersMichael Brown2018-02-203-52/+49Star
* [xhci] Consume event TRB before reporting completion to USB coreMichael Brown2018-02-191-4/+4
* [http] Allow for domain names within NTLM user namesMichael Brown2018-02-193-3/+112
* [intel] Work around broken reset mechanism in i219 devicesMichael Brown2018-02-032-9/+31
* [xhci] Assume an invalid PSI table if any invalid PSI value is observedMichael Brown2018-01-291-23/+30
* [ena] Fix spurious uninitialised variable warning on older versions of gccMichael Brown2018-01-171-31/+7Star
* [netdevice] Make netdev_irq_enabled() independent of netdev_irq_supported()Martin Habets2018-01-141-6/+3Star
* [tg3] Add support for SerDes PHY initializationJoseph Wong2018-01-142-4/+1021
* [skel] Remove MII interfaceMichael Brown2018-01-142-60/+0Star
* [ena] Add driver for Amazon ENA virtual function NICMichael Brown2018-01-133-0/+1628
* [build] Avoid use of "ld --oformat binary"Michael Brown2018-01-022-4/+5
* [legal] Add missing FILE_LICENCE declarationsMichael Brown2017-12-293-0/+6
* [legal] Add missing FILE_LICENCE declarationsMichael Brown2017-12-292-0/+4
* [image] Omit URI query string and fragment from download progress messagesMichael Brown2017-12-281-6/+7
* [http] Report unsuccessful response status lines at DBGVL_LOGMichael Brown2017-12-281-0/+2
* [http] Include error messages for 4xx and 5xx response codesMichael Brown2017-12-281-0/+7
* [xen] Skip probing of any unsupported device typesMichael Brown2017-12-281-18/+21
* [intel] Add PCI device ID for X550-T2Janos Mattyasovszky2017-12-201-0/+1
* [http] Add support for NTLM authenticationMichael Brown2017-11-125-0/+231
* [http] Handle parsing of WWW-Authenticate header within authentication schemeMichael Brown2017-11-124-75/+157
* [http] Gracefully handle offers of multiple authentication schemesMichael Brown2017-11-121-3/+10
* [ntlm] Add support for NTLM authentication mechanismMichael Brown2017-11-125-0/+847
* [crypto] Add MD4 message digest algorithmMichael Brown2017-11-125-0/+436
* [crypto] Eliminate repetitions in MD5 round constant tableMichael Brown2017-11-121-7/+10
* [crypto] Fix endianness typo in commentMichael Brown2017-11-121-1/+1
* [efi] Allow for building with older versions of elf.h system headerMichael Brown2017-09-241-0/+3
* [efi] Accept (and ignore) R_ARM_V4BX relocationsHeinrich Schuchardt2017-09-241-0/+1
* [crypto] Fail fast if cross-certificate source is emptyLadi Prosek2017-09-241-0/+5
* [efi] Inhibit our driver Start() method during disconnection attemptsMichael Brown2017-09-221-0/+16
* [build] Exclude selected directories from Secure Boot buildsMichael Brown2017-09-182-15/+34
* [efi] Continue to connect remaining handles after connection errorsMichael Brown2017-09-131-3/+5
* [exanic] Add PCI device ID for another X40 variantPeter von Konigsmark2017-09-071-0/+1
* [exanic] Power up optical PHYs (if present)Peter von Konigsmark2017-09-072-0/+7
* [dns] Ensure DNS names are NUL-terminated when used as diagnostic stringsMichael Brown2017-09-071-3/+9
* [efi] Match behaviour of SnpDxe for truncated received packetsMichael Brown2017-09-071-13/+9Star
* [efi] Check buffer length for packets retrieved via our SNP protocolMichael Brown2017-09-071-3/+14