summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/SnpDxe
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Clean up source filesLiming Gao2018-06-2816-248/+248
* MdeModulePkg/SNP: remove redundant DEBUG print in SNP Transmit.cFu Siyuan2017-11-161-9/+13
* MdeModulePkg: Fix SNP.Initialize() spec conformance issueJiaxin Wu2016-06-021-6/+27
* MdeModulePkg: Refine SNP driver's media status check logic.Fu Siyuan2016-05-064-16/+64
* MdeModulePkg: SNP should check Cdb.StatCode with PXE_STATCODE_SUCCESS.Fu Siyuan2016-02-172-5/+5
* MdeModulePkg: Make the DEBUG info consistent in SNP driver.Fu Siyuan2016-02-172-4/+4
* MdeModulePkg: Correct one return status code in SNP Transmit function.Fu Siyuan2016-02-031-1/+2
* MdeModulePkg: Update DBsize in SNP GetStatus command.Fu Siyuan2016-02-031-5/+1
* MdeModulePkg: update SNP.GetStatus to handle multiple recycled TX buffer.Fu Siyuan2016-01-083-18/+89
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* MdeModulePkg: Change the algorithm in SNP to use the first found BAR index.Fu Siyuan2015-09-151-4/+14
* Fix a bug introuduced by r16104, not all NIC device implement both memory and...Fu Siyuan2014-10-311-6/+7
* Add more check for the code to make it more safely.Eric Dong2014-09-181-1/+2
* 1. Use the PciIo->GetBarAttributes to find the logical bar index of the memor...Fu, Siyuan2014-09-153-631/+75
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-031-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-282-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-14/+20
* Fixed typos: hanlder should be handler.Chen Fan2014-07-091-1/+1
* Refine code to make it more safely.Eric Dong2014-06-261-3/+3
* Use PXE_OPFLAGS_STATION_ADDRESS_WRITE when setting new MAC address for the NI...Fu Siyuan2014-03-201-4/+3
* Update the structure of EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL, PXE_HW_UND...Qian Ouyang2013-08-201-1/+6
* Fix a bug in snp driver binding Start() that it may return incorrect status c...sfu52013-02-011-7/+14
* 1. Fix buffer overflow bugs in SNP, MNP and IP6 driver.sfu52012-12-241-3/+3
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-133-6/+129
* MdeModulePkg: Define correct ABI for issuing UNDI command and UNDI callback f...xdu22011-11-033-64/+85
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-061-3/+3
* MdeModulePkg: Add unload support for SnpDxe and fix NULL ImageHandle in EfiLi...xdu22011-07-042-4/+5
* Refine code to make code run safely.ydong102010-09-161-1/+1
* Refine soma code to make code run safely.ydong102010-09-1510-17/+17
* Update the copyright notice formathhtian2010-04-2419-38/+38
* Enhance SNP to be compatible with UNDI driver which doesn’t report correct ...xdu22010-04-011-0/+10
* 1. Correct File header to ## @filelgao42010-02-241-4/+4
* Update SnpDxe to support dynamic media detect.xdu22010-02-123-212/+241
* Coding style fix and minor improvements.rsun32010-02-112-8/+8
* refine the code and add more security check.vanjeff2010-01-082-42/+42
* [Change summary]:tye2009-11-041-3/+5
* update include file to use IndustryStandard/Pci.heric_tian2009-08-111-1/+1
* roll back the changes on replace Pcixx.h with Pci.h due to it's NOT in the sc...eric_tian2009-07-241-1/+1
* if module doesn't explicitly depend on specific Pci spec, it should include I...eric_tian2009-07-241-1/+1
* add security check.vanjeff2009-07-091-2/+2
* add security check.vanjeff2009-07-081-3/+5
* add security check.vanjeff2009-06-291-2/+2
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-301-4/+4
* Changed ID into Id.vanjeff2009-04-201-3/+3
* fixed DMA not be stopped issue when gBS->ExitBootServices called.vanjeff2009-04-103-3/+55
* Remove several unicode in comments.qhuang82009-02-111-4/+4
* Roll back the DEBUG mask change which cause SerialIo read_conf test item fail...niry2009-02-0915-50/+50
* Fix the wrong file comments for SnpDxe.inf driverklu22009-01-181-1/+1
* remove information output in SNP poll function.vanjeff2009-01-121-31/+31
* 1). Fix the debug level for DEBUG macroniry2008-12-2919-313/+345