summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network
AgeCommit message (Expand)AuthorFilesLines
2016-01-08MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.Fu Siyuan5-113/+348
2016-01-08MdeModulePkg: update SNP.GetStatus to handle multiple recycled TX buffer.Fu Siyuan3-18/+89
2016-01-06MdeModulePkg IScsiDxe: Fix a typo in function descriptionHao Wu1-1/+1
2015-12-17MdeModulePkg: Correct usage gEfiIp4Config2ProtocolGuid in Ip4DxeLiming Gao1-1/+1
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen27-0/+0
2015-10-16MdeModulePkg: reset DHCP child when leaving PXE LoadFile.Fu Siyuan1-0/+5
2015-09-30MdeModulePkg Ip4Dxe: Ip4Config2 to request DHCP Option6 DNS server IPSamer El-Haj-Mahmoud2-94/+168
2015-09-15MdeModulePkg: Change the algorithm in SNP to use the first found BAR index.Fu Siyuan1-4/+14
2015-09-10MdeModulePkg: PXE Driver's LoadFile protocol should check FilePathZhang Lubo2-0/+5
2015-08-31MdeModulePkg/NetworkPkg: Locate IpSec on IP packet processing only if it's in...Samer El-Haj-Mahmoud3-0/+46
2015-08-20MdeModulePkg: Fix default router table and interface missing errorJiaxin Wu4-33/+49
2015-08-18MdeModulePkg: IP4 should re-initiate a DHCP if it detects network reconnectionJiaxin Wu4-6/+133
2015-08-11MdeModulePkg: Fix issue about current Ip4Dxe implementation for DHCP DORA pro...Jiaxin Wu3-22/+22
2015-08-11MdeModulePkg: Change the macro name to fit coding stylefanwang22-2/+2
2015-07-29MdeModulePkg: Fix the issue cannot boot to UEFI Network after resetZhang Lubo6-6/+92
2015-07-26MdeModulePkg: Add old IPv4_DEVICE_PATH support for new IScsiDxefanwang22-10/+24
2015-07-26MdeModulePkg: Fix the issue EfiPxeBcDhcp() may return wrong status.Zhang Lubo1-2/+2
2015-07-26MdeModulePkg: Remove TransmitReceive() and ActiveChild dependencyJiaxin Wu2-5/+13
2015-07-10MdeModulePkg: Code logic optimization for Ip4Dxe driverfanwang21-4/+4
2015-07-10MdeModulePkg: Fix a bug that return type differs from the left one when assig...Zhang Lubo1-24/+37
2015-07-10MdeModulePkg: Remove Ip4ConfigDxe and related guid definitionJiaxin Wu14-3562/+0
2015-07-08fix the problem that data type conversion may loss data.Zhang Lubo1-2/+2
2015-07-08MdeModulePkg: Replace unsafe string functions.Zhang Lubo11-47/+57
2015-07-07MdeModulePkg: Update Ip4Dxe driver to support Ip4Config2 protocol, jiaxinwu18-574/+4141
2015-06-19MdeModulePkg: Remove two instances of 'DHCP_SERVICE *DhcpSb'Ard Biesheuvel1-4/+0
2015-06-18MdeModulePkg: Fix DHCP4 driver hang issue in some case. Wu Jiaxin1-1/+14
2015-06-18MdeModulePkg: Remove DHCP4.TransmitReceive()and DORA process dependency.Wu Jiaxin1-10/+23
2015-05-21Remove Framework HII "class\subclass" in all VFRDandan Bi2-4/+0
2015-04-17Fix some grammar and converge formatting of the two versions of TcpInput.cBALATON Zoltan1-14/+15
2015-04-13Save initial TSVal from TCP connection initiation packets.BALATON Zoltan1-1/+3
2015-03-13MdeModulePkg: Fix typo.Shumin Qiu1-3/+3
2015-02-05Open default Tcp child via BY_CHILD_CONTROLLER.Wu Jiaxin1-1/+32
2015-02-04Enhance the parameter check to avoid potential issue in negotiation.Ye Ting1-14/+26
2015-02-04Initialize data and correct faulty logic in TcpComponentNameGetControllerName...Wu Jiaxin1-2/+3
2015-02-04Verified ChildHandle, and correct the name for a child. Wu Jiaxin1-7/+119
2015-02-03Update the code not require optional parameters include DataPDUInOrder and Da...Roy Franz1-10/+19
2014-12-04MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell4-16/+20
2014-12-02Fix memory leak in Ip4Config.Samer El-Haj-Mahmoud1-1/+2
2014-10-31Fix a bug introuduced by r16104, not all NIC device implement both memory and...Fu Siyuan1-6/+7
2014-10-21Clean up the code. Action statement should not have text two opcode.Eric Dong2-2/+0
2014-09-24Enhance TargetName check when save iSCSI configuration.Ye Ting1-0/+17
2014-09-18Add more check for the code to make it more safely.Eric Dong2-2/+4
2014-09-151. Use the PciIo->GetBarAttributes to find the logical bar index of the memor...Fu, Siyuan3-631/+75
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming13-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star26-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star13-135/+249
2014-08-25Append the terminating null character at the end of the string to avoid buffe...Qiu Shumin2-3/+7
2014-08-04The pointer argument should be set to NULL if not used not FALSE.Harry Liebel1-2/+2
2014-07-28Update code to support VS2013 tool chain.Eric Dong1-0/+2
2014-07-09Fixed typos: hanlder should be handler.Chen Fan1-1/+1