summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network
AgeCommit message (Expand)Author
2016-07-11MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru
2016-07-07MdeModulePkg: Fix IPv4 stack potential disappeared issueJiaxin Wu
2016-07-06MdeModulePkg UefiPxeBcDxe: Fix build error for lastest VS2015 compilerHao Wu
2016-06-23MdeModulePkg: Fix the wrong IpSb->State updateJiaxin Wu
2016-06-23MedmodulePkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.Zhang Lubo
2016-06-08MdeModulePkg: Fix IPv4 UseDefaultAddress failure case.Jiaxin Wu
2016-06-02MdeModulePkg: Fix SNP.Initialize() spec conformance issueJiaxin Wu
2016-05-31MdeModulePkg: Stop the timer before clean IP service.Fu, Siyuan
2016-05-26MdeModulePkg: Fix incorrect status check for SockProcessRcvTokenJiaxin Wu
2016-05-06MdeModulePkg: Ignore BootFileName if it is overloaded.Heyi Guo
2016-05-06MdeModulePkg: Refine SNP driver's media status check logic.Fu Siyuan
2016-05-05MdeModulePkg: Do not use hard coded TTL/ToS in PXE driver.Fu Siyuan
2016-04-22MdeModulePkg: Fix GCC code build error of iSCSI driver.Zhang Lubo
2016-04-22MdeModulePkg: refine codes of iSCSI driver.Zhang Lubo
2016-04-11MdeModulePkg: Add new macros and refine codesZhang Lubo
2016-04-01MdeModulePkg: Check received packet size before use it.Fu Siyuan
2016-03-04MdeModulePkg: Fix IPv4 double freeSamer El-Haj-Mahmoud
2016-03-02MdeModulePkg: Change the default IPv4 config policyJiaxin Wu
2016-02-29MdeModulePkg:Fix a robustness issue of Mnp DriverZhang Lubo
2016-02-17MdeModulePkg: SNP should check Cdb.StatCode with PXE_STATCODE_SUCCESS.Fu Siyuan
2016-02-17MdeModulePkg: Make the DEBUG info consistent in SNP driver.Fu Siyuan
2016-02-03MdeModulePkg: Correct one return status code in SNP Transmit function.Fu Siyuan
2016-02-03MdeModulePkg: Update the default size of MNP TX buffer pool.Fu Siyuan
2016-02-03MdeModulePkg: Update DBsize in SNP GetStatus command.Fu Siyuan
2016-01-08MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.Fu Siyuan
2016-01-08MdeModulePkg: update SNP.GetStatus to handle multiple recycled TX buffer.Fu Siyuan
2016-01-06MdeModulePkg IScsiDxe: Fix a typo in function descriptionHao Wu
2015-12-17MdeModulePkg: Correct usage gEfiIp4Config2ProtocolGuid in Ip4DxeLiming Gao
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen
2015-10-16MdeModulePkg: reset DHCP child when leaving PXE LoadFile.Fu Siyuan
2015-09-30MdeModulePkg Ip4Dxe: Ip4Config2 to request DHCP Option6 DNS server IPSamer El-Haj-Mahmoud
2015-09-15MdeModulePkg: Change the algorithm in SNP to use the first found BAR index.Fu Siyuan
2015-09-10MdeModulePkg: PXE Driver's LoadFile protocol should check FilePathZhang Lubo
2015-08-31MdeModulePkg/NetworkPkg: Locate IpSec on IP packet processing only if it's in...Samer El-Haj-Mahmoud
2015-08-20MdeModulePkg: Fix default router table and interface missing errorJiaxin Wu
2015-08-18MdeModulePkg: IP4 should re-initiate a DHCP if it detects network reconnectionJiaxin Wu
2015-08-11MdeModulePkg: Fix issue about current Ip4Dxe implementation for DHCP DORA pro...Jiaxin Wu
2015-08-11MdeModulePkg: Change the macro name to fit coding stylefanwang2
2015-07-29MdeModulePkg: Fix the issue cannot boot to UEFI Network after resetZhang Lubo
2015-07-26MdeModulePkg: Add old IPv4_DEVICE_PATH support for new IScsiDxefanwang2
2015-07-26MdeModulePkg: Fix the issue EfiPxeBcDhcp() may return wrong status.Zhang Lubo
2015-07-26MdeModulePkg: Remove TransmitReceive() and ActiveChild dependencyJiaxin Wu
2015-07-10MdeModulePkg: Code logic optimization for Ip4Dxe driverfanwang2
2015-07-10MdeModulePkg: Fix a bug that return type differs from the left one when assig...Zhang Lubo
2015-07-10MdeModulePkg: Remove Ip4ConfigDxe and related guid definitionJiaxin Wu
2015-07-08fix the problem that data type conversion may loss data.Zhang Lubo
2015-07-08MdeModulePkg: Replace unsafe string functions.Zhang Lubo
2015-07-07MdeModulePkg: Update Ip4Dxe driver to support Ip4Config2 protocol, jiaxinwu
2015-06-19MdeModulePkg: Remove two instances of 'DHCP_SERVICE *DhcpSb'Ard Biesheuvel
2015-06-18MdeModulePkg: Fix DHCP4 driver hang issue in some case. Wu Jiaxin