summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network
AgeCommit message (Expand)AuthorFilesLines
2017-05-09MdeModulePkg: Addressing TCP Window Retraction when window scale factor is used.Fu Siyuan3-11/+44
2017-05-09MdeModulePkg: Add wnd scale check before shrinking window.Fu Siyuan1-5/+24
2017-05-02MdeModulePkg: Fix issue the iSCSI client can not send reset packet correctly.Zhang, Lubo1-9/+9
2017-04-25MdeModulePkg/Ip4Dxe: Refine the IPv4 configuration help infoJiaxin Wu2-3/+4
2017-04-21MdeModulePkg/Mtftp4Dxe: Add invalid ServerIp check during MTFTP configurationJiaxin Wu1-1/+5
2017-04-21MdeModulePkg/Ip4Dxe: Fix the incorrect RemoveEntryListJiaxin Wu1-2/+2
2017-03-23MdeModulePkg/Network: Fix potential ASSERT if NetIp4IsUnicast is calledJiaxin Wu5-12/+16
2017-03-17MdeModulePkg: Fix service binding issue in TCP4 and Ip4 dxe.Zhang Lubo7-77/+96
2017-03-17MdeModulePkg/Ip4Dxe: Add Ip/Netmask pair check for Ip4Config2Jiaxin Wu5-71/+94
2017-03-06MdeModulePkg: Refine casting expression result to bigger sizeHao Wu1-3/+3
2017-03-02MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu1-3/+11
2017-02-27MdeModulePkg/Ip4Dxe: Ignore duplicated DNS address checkJiaxin Wu1-10/+0
2017-02-23MdeModulePkg: Update the Ethernet interface name.Zhang Lubo1-1/+1
2017-02-20MdeModulePkg:Generate the correct operational state of the interface.Zhang Lubo1-5/+6
2017-02-08MdeModulePkg: Fix some typos of "according"Liming Gao1-1/+1
2017-01-04MdeModulePkg/Ip4Dxe: Fix the potential NULL pointer freeJiaxin Wu1-3/+7
2016-12-22MdeModulePkg/UefiPxeBcDxe: Refine the CvtNum function logicHao Wu1-3/+2
2016-12-19MdeModulePkg: Replace ASSERT with error return code in PXE driver.Fu Siyuan2-36/+68
2016-12-07MdeModulePkg: Fix assert in iSCSI.Zhang Lubo1-0/+1
2016-11-18MdeModulePkg: Check for the max DHCP packet length before use it.Fu Siyuan2-1/+24
2016-11-17MdeModulePkg/Ip4Dxe: Correct the return statusJiaxin Wu1-7/+3
2016-11-17MdeModulePkg/Ip4Dxe: Add wrong/invalid subnet checkJiaxin Wu2-6/+12
2016-10-31MdeModulePkg: Check for NULL pointer before dereference it.Fu Siyuan1-4/+8
2016-10-31MdeModulePkg: Fix the wrong Timer event checkJiaxin Wu1-1/+1
2016-10-28MdeModulePkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan12-75/+72
2016-10-27MdeModulePkg/Tcp4Dxe: rebase to ARRAY_SIZE()Laszlo Ersek1-1/+1
2016-10-27MdeModulePkg/Universal: Fix typos in commentsGary Lin7-7/+7
2016-10-09MdeModulePkg:TcpDriver need to use EFI_D_NET for DEBUG maessage.Zhang Lubo5-47/+47
2016-09-26MdeModulePkg: Clean the previous address since the policy changedJiaxin Wu1-31/+31
2016-09-06MdeModulePkg: Support classless IP for DHCPv4 TransmitReceive()Jiaxin Wu1-8/+20
2016-08-18MdeModulePkg: Fix potential failure if UseDefaultAddress configuredJiaxin Wu1-1/+0
2016-08-18MdeModulePkg: Refine codes of iSCSI driverZhang Lubo1-15/+20
2016-08-01MdeModulePkg: Add missed character in copyright.Fu Siyuan1-1/+1
2016-07-18MdeModulePkg: Fix bug in TCP which not sending out ACK in certain circumstance.Fu Siyuan1-1/+1
2016-07-12MdeModulePkg: Fix build error in the PXE driver.Fu Siyuan1-1/+1
2016-07-12MdeModulePkg: Update PXE driver to follow edk2 coding standards.Fu Siyuan2-4/+4
2016-07-11MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru16-34/+34
2016-07-07MdeModulePkg: Fix IPv4 stack potential disappeared issueJiaxin Wu3-1/+16
2016-07-06MdeModulePkg UefiPxeBcDxe: Fix build error for lastest VS2015 compilerHao Wu1-1/+1
2016-06-23MdeModulePkg: Fix the wrong IpSb->State updateJiaxin Wu1-1/+1
2016-06-23MedmodulePkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.Zhang Lubo13-343/+192
2016-06-08MdeModulePkg: Fix IPv4 UseDefaultAddress failure case.Jiaxin Wu1-2/+5
2016-06-02MdeModulePkg: Fix SNP.Initialize() spec conformance issueJiaxin Wu1-6/+27
2016-05-31MdeModulePkg: Stop the timer before clean IP service.Fu, Siyuan1-9/+9
2016-05-26MdeModulePkg: Fix incorrect status check for SockProcessRcvTokenJiaxin Wu1-6/+2
2016-05-06MdeModulePkg: Ignore BootFileName if it is overloaded.Heyi Guo1-3/+7
2016-05-06MdeModulePkg: Refine SNP driver's media status check logic.Fu Siyuan4-16/+64
2016-05-05MdeModulePkg: Do not use hard coded TTL/ToS in PXE driver.Fu Siyuan3-11/+21
2016-04-22MdeModulePkg: Fix GCC code build error of iSCSI driver.Zhang Lubo1-1/+3
2016-04-22MdeModulePkg: refine codes of iSCSI driver.Zhang Lubo3-18/+40