summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network
AgeCommit message (Expand)AuthorFilesLines
2014-05-21Add 'file not found' debug message to MTFTP.Brendan Jackman1-1/+8
2014-05-15Fix some build issues (ARM toolchain).Olivier Martin3-6/+2
2014-05-071. Mark the network volatile variables as deprecated in code comments and rem...Fu Siyuan14-654/+18
2014-04-10Fix a bug in IP driver that the fragment overlap check may be skipped incorre...Fu Siyuan1-2/+2
2014-03-20Removes MacString Rt attribute in Ip4Config/Mnp driver.Fu Siyuan1-2/+2
2014-03-20Use PXE_OPFLAGS_STATION_ADDRESS_WRITE when setting new MAC address for the NI...Fu Siyuan1-4/+3
2014-01-26Rollback the change 15178. Gao, Liming1-0/+1
2014-01-24Update Module BaseName to avoid the same name. Gao, Liming1-2/+1
2014-01-24Update Module BaseName to avoid the same name. Gao, Liming3-6/+6
2014-01-24Fix following problems about VLAN driver:Fu Siyuan3-39/+66
2014-01-23Re-execute the failed SCSI command if iSCSI driver could reinstates the sessi...Fu Siyuan3-13/+19
2014-01-22Fix CRLF formatTian, Hot2-9/+9
2014-01-131. Update the parsing logic of DHCP message in PXE driver.Fu Siyuan1-23/+45
2014-01-10Fix bug in unload function: Check if component name protocol exist, only unin...Fu Siyuan3-24/+171
2014-01-06Fix “reconnect -r” ASSERT after VLAN configured.Fu Siyuan1-15/+10
2013-12-23Fix a bug for vlan ping failure.Wu Jiaxin3-17/+27
2013-12-17Fix a bug in TCP driver’s component name print function.Fu Siyuan1-2/+2
2013-12-101. Add ISCSI iBFT CHAP types to IScsiBootFirmwareTable.h.Fu Siyuan1-3/+10
2013-10-29Fix a K9 error.Result of GetVariable2() function that may return NULL will be...Wu Jiaxin1-2/+1
2013-10-25Fix a bug about the iSCSI DHCP dependency issue.Wu Jiaxin3-14/+125
2013-10-18Fix an issue that execute "map -r" in UEFI shell cannot reinstate iSCSI sessi...Ye Ting1-2/+3
2013-10-01Fix spelling typo in the NIC_IP4_CONFIG_INFO.Permanent variable name, which w...Samer El-Haj-Mahmoud elhaj3-6/+6
2013-09-18Fix a bug in Ip4 driver that Ip4.Transmit() interface may return EFI_INVALID_...Fu Siyuan1-2/+4
2013-09-16Create PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_TABLE_ID/OEM_REVISION/C...Star Zeng1-7/+1
2013-08-20Update the structure of EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL, PXE_HW_UND...Qian Ouyang1-1/+6
2013-07-25Roll back the changes in revision 14296 since it will cause iSCSI security au...Fu Siyuan1-1/+1
2013-05-14Add Copyright notices and comments for Red Hat contributor.sfu52-6/+11
2013-05-13Update Code to pass EBC compiler.lgao41-2/+4
2013-05-09Skip PXE prompt/menu/discover if PXE_DISCOVERY_CONTROL tag bit 3 set.sfu52-3/+13
2013-04-25Fix ping command issue in IP4 driver.sfu52-21/+48
2013-04-25Get ParentDevicePath by using attribute EFI_OPEN_PROTOCOL_GET_PROTOCOL instea...sfu51-12/+2
2013-04-23Remove unused [Guids] section from PXE inf file.sfu51-4/+1
2013-04-19Add transit bit check for detecting partial response in iSCSI stack.tye11-2/+2
2013-03-11Fix a bug in IP4 driver which may cause “reconnect –r” hang.sfu52-19/+48
2013-03-11Initialize DefaultInfo before using it.sfu51-0/+1
2013-03-11Fix a bug in IP4 driver that the broadcast/multicast mac address is overrided...sfu51-36/+30
2013-02-01Removes a useless condition in PxeBcImpl.c.sfu51-4/+1
2013-02-01Fix a bug in snp driver binding Start() that it may return incorrect status c...sfu51-7/+14
2012-12-241. Fix buffer overflow bugs in SNP, MNP and IP6 driver.sfu52-5/+5
2012-12-17Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu59-10/+19
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu547-424/+2088
2012-11-14Fix issue that node is still reachable after executing ifconfig –c.tye14-6/+27
2012-11-08Refine code to make it more safely.ydong102-5/+48
2012-11-01Fix build fail.ydong101-8/+8
2012-11-01Add more check to make code more safely.ydong106-1/+11
2012-10-29Fix issue that ifconfig –c cannot clear IP address details.tye11-3/+3
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu517-86/+86
2012-10-11Add missing braces around initializer.lzeng141-5/+13
2012-09-29MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian2-7/+0
2012-08-29Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ...erictian1-5/+5