summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/efi/nii.c
Commit message (Expand)AuthorAgeFilesLines
* [efi] Pad transmit buffer length to work around vendor driver bugsMichael Brown2024-03-181-0/+7
* [efi] Always poll for TX completionsMichael Brown2023-06-211-5/+5
* [efi] Extend efi_locate_device() to allow searching up the device pathMichael Brown2023-01-231-1/+1
* [efi] Disable receive filters to work around buggy UNDI driversMichael Brown2023-01-111-10/+47
* [efi] Run ExitBootServices shutdown hook at TPL_NOTIFYMichael Brown2021-11-231-1/+1
* [efi] Use casts rather than virt_to_bus() for UNDI buffer addressesMichael Brown2020-11-161-2/+2
* [efi] Do not populate media header length in PXE transmit CPBMichael Brown2020-11-161-1/+0Star
* [efi] Attempt NII initialisation both with and without cable detectionMichael Brown2020-08-171-9/+28
* [efi] Provide Map_Mem() and associated UNDI callbacksMichael Brown2018-03-201-0/+163
* [efi] Raise TPL when calling UNDI entry pointMichael Brown2017-09-051-0/+8
* [efi] Enumerate PCI BARs in same order as SnpDxeMichael Brown2017-07-211-2/+2
* [efi] Skip cable detection at initialisation where possibleMichael Brown2017-03-191-23/+19Star
* [efi] Remove raw EFI_HANDLE values from debug messagesMichael Brown2015-08-271-2/+2
* [efi] Work around bugs in Emulex NII driverFabrice Bacchella2015-08-171-15/+71
* [efi] Improve NII driver loggingFabrice Bacchella2015-08-171-10/+21
* [efi] Poll for TX completions only when there is an outstanding TX bufferMichael Brown2015-04-141-8/+4Star
* [efi] Poll media status only if advertised as supportedMichael Brown2015-04-141-2/+14
* [efi] Provide a dummy data block in nii_initialise()Michael Brown2015-04-141-1/+6
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [efi] Include NII driver within "snp" and "snponly" build targetsMichael Brown2014-10-171-43/+4Star
* [efi] Check for presence of UNDI in NII protocolMichael Brown2014-10-171-0/+6
* [efi] Add NII / UNDI driverMichael Brown2014-10-161-0/+1134