summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-2826-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-2813-135/+249
* Append the terminating null character at the end of the string to avoid buffe...Qiu Shumin2014-08-252-3/+7
* The pointer argument should be set to NULL if not used not FALSE.Harry Liebel2014-08-041-2/+2
* Update code to support VS2013 tool chain.Eric Dong2014-07-281-0/+2
* Fixed typos: hanlder should be handler.Chen Fan2014-07-091-1/+1
* Fix a bug in IP4 driver when computing the network broadcast adress.Fu, Siyuan2014-06-301-2/+3
* Refine code to make it more safely.Eric Dong2014-06-268-7/+15
* Add 'file not found' debug message to MTFTP.Brendan Jackman2014-05-211-1/+8
* Fix some build issues (ARM toolchain).Olivier Martin2014-05-153-6/+2
* 1. Mark the network volatile variables as deprecated in code comments and rem...Fu Siyuan2014-05-0714-654/+18
* Fix a bug in IP driver that the fragment overlap check may be skipped incorre...Fu Siyuan2014-04-101-2/+2
* Removes MacString Rt attribute in Ip4Config/Mnp driver.Fu Siyuan2014-03-201-2/+2
* Use PXE_OPFLAGS_STATION_ADDRESS_WRITE when setting new MAC address for the NI...Fu Siyuan2014-03-201-4/+3
* Rollback the change 15178. Gao, Liming2014-01-261-0/+1
* Update Module BaseName to avoid the same name. Gao, Liming2014-01-241-2/+1
* Update Module BaseName to avoid the same name. Gao, Liming2014-01-243-6/+6
* Fix following problems about VLAN driver:Fu Siyuan2014-01-243-39/+66
* Re-execute the failed SCSI command if iSCSI driver could reinstates the sessi...Fu Siyuan2014-01-233-13/+19
* Fix CRLF formatTian, Hot2014-01-222-9/+9
* 1. Update the parsing logic of DHCP message in PXE driver.Fu Siyuan2014-01-131-23/+45
* Fix bug in unload function: Check if component name protocol exist, only unin...Fu Siyuan2014-01-103-24/+171
* Fix “reconnect -r” ASSERT after VLAN configured.Fu Siyuan2014-01-061-15/+10
* Fix a bug for vlan ping failure.Wu Jiaxin2013-12-233-17/+27
* Fix a bug in TCP driver’s component name print function.Fu Siyuan2013-12-171-2/+2
* 1. Add ISCSI iBFT CHAP types to IScsiBootFirmwareTable.h.Fu Siyuan2013-12-101-3/+10
* Fix a K9 error.Result of GetVariable2() function that may return NULL will be...Wu Jiaxin2013-10-291-2/+1
* Fix a bug about the iSCSI DHCP dependency issue.Wu Jiaxin2013-10-253-14/+125
* Fix an issue that execute "map -r" in UEFI shell cannot reinstate iSCSI sessi...Ye Ting2013-10-181-2/+3
* Fix spelling typo in the NIC_IP4_CONFIG_INFO.Permanent variable name, which w...Samer El-Haj-Mahmoud elhaj2013-10-013-6/+6
* Fix a bug in Ip4 driver that Ip4.Transmit() interface may return EFI_INVALID_...Fu Siyuan2013-09-181-2/+4
* Create PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_TABLE_ID/OEM_REVISION/C...Star Zeng2013-09-161-7/+1
* Update the structure of EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL, PXE_HW_UND...Qian Ouyang2013-08-201-1/+6
* Roll back the changes in revision 14296 since it will cause iSCSI security au...Fu Siyuan2013-07-251-1/+1
* Add Copyright notices and comments for Red Hat contributor.sfu52013-05-142-6/+11
* Update Code to pass EBC compiler.lgao42013-05-131-2/+4
* Skip PXE prompt/menu/discover if PXE_DISCOVERY_CONTROL tag bit 3 set.sfu52013-05-092-3/+13
* Fix ping command issue in IP4 driver.sfu52013-04-252-21/+48
* Get ParentDevicePath by using attribute EFI_OPEN_PROTOCOL_GET_PROTOCOL instea...sfu52013-04-251-12/+2
* Remove unused [Guids] section from PXE inf file.sfu52013-04-231-4/+1
* Add transit bit check for detecting partial response in iSCSI stack.tye12013-04-191-2/+2
* Fix a bug in IP4 driver which may cause “reconnect –r” hang.sfu52013-03-112-19/+48
* Initialize DefaultInfo before using it.sfu52013-03-111-0/+1
* Fix a bug in IP4 driver that the broadcast/multicast mac address is overrided...sfu52013-03-111-36/+30
* Removes a useless condition in PxeBcImpl.c.sfu52013-02-011-4/+1
* 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-242-5/+5
* Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu52012-12-179-10/+19
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-1347-424/+2088
* Fix issue that node is still reachable after executing ifconfig –c.tye12012-11-144-6/+27