summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [dns] Report current DNS query as job progress status messageMichael Brown2017-09-061-0/+18
* [resolv] Use pass-through interfaces for name resolution multiplexerMichael Brown2017-09-061-15/+24
* [netdevice] Add "hwaddr" settingMichael Brown2017-09-061-5/+30
* [peerdist] Gather and report peer statistics during downloadMichael Brown2017-09-065-0/+114
* [monojob] Display job status message, if presentMichael Brown2017-09-061-9/+25
* [downloader] Allow underlying downloads to provide detailed job progressMichael Brown2017-09-061-2/+9
* [job] Allow jobs to report an arbitrary status messageMichael Brown2017-09-061-0/+2
* [monojob] Check for job progress only once per timer tickMichael Brown2017-09-061-13/+15
* [netdevice] Cancel all pending transmissions on any transmit errorMichael Brown2017-09-051-3/+16
* [efi] Raise TPL when calling UNDI entry pointMichael Brown2017-09-051-0/+8
* [linux] Impose receive quota on tap driverMichael Brown2017-09-041-1/+4