summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/Tcp4Dxe
AgeCommit message (Expand)AuthorFilesLines
2018-06-28MdeModulePkg: Clean up source filesLiming Gao19-454/+454
2017-06-14MdeModulePkg/Network: Typo fixJiaxin Wu1-3/+3
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-03-23MdeModulePkg/Network: Fix potential ASSERT if NetIp4IsUnicast is calledJiaxin Wu1-2/+3
2017-03-17MdeModulePkg: Fix service binding issue in TCP4 and Ip4 dxe.Zhang Lubo4-65/+86
2016-10-28MdeModulePkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan1-3/+3
2016-10-27MdeModulePkg/Tcp4Dxe: rebase to ARRAY_SIZE()Laszlo Ersek1-1/+1
2016-10-27MdeModulePkg/Universal: Fix typos in commentsGary Lin2-2/+2
2016-10-09MdeModulePkg:TcpDriver need to use EFI_D_NET for DEBUG maessage.Zhang Lubo5-47/+47
2016-07-18MdeModulePkg: Fix bug in TCP which not sending out ACK in certain circumstance.Fu Siyuan1-1/+1
2016-07-11MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru3-6/+6
2016-05-26MdeModulePkg: Fix incorrect status check for SockProcessRcvTokenJiaxin Wu1-6/+2
2016-04-01MdeModulePkg: Check received packet size before use it.Fu Siyuan1-2/+12
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2-0/+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-02-04Initialize data and correct faulty logic in TcpComponentNameGetControllerName...Wu Jiaxin1-2/+3
2014-12-04MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell1-4/+5
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-8/+12
2014-05-15Fix some build issues (ARM toolchain).Olivier Martin2-5/+0
2014-05-071. Mark the network volatile variables as deprecated in code comments and rem...Fu Siyuan5-240/+5
2013-12-17Fix a bug in TCP driver’s component name print function.Fu Siyuan1-2/+2
2013-04-25Get ParentDevicePath by using attribute EFI_OPEN_PROTOCOL_GET_PROTOCOL instea...sfu51-12/+2
2012-12-17Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu51-1/+2
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu56-27/+233
2012-11-01Add more check to make code more safely.ydong102-0/+3
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu53-6/+6
2012-09-29MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian2-7/+0
2011-10-281. Update error handling code if failing attach socket with new PCB.tye12-3/+4
2011-10-26Adopt new IPv4/IPv6 device path for network modules.niruiyu1-1/+3
2011-08-24Remove CONST modifier to be spec complianceerictian3-17/+17
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu3-7/+7
2010-09-15Refine soma code to make code run safely.ydong103-2/+4
2010-08-27The patch acknowledges the TCP zero window probe message, either the format w...tye15-14/+24
2010-06-13Add a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4/6_PROTOCOL and change ...qianouyang2-8/+8
2010-05-19add security check.vanjeff1-2/+5
2010-04-24Update the copyright notice formathhtian20-40/+40
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a4-0/+4
2010-02-241. Correct File header to ## @filelgao41-4/+4
2010-01-08refine the code and add more security check.vanjeff1-8/+8
2009-12-30Code clean up in NetLib:xdu22-3/+7
2009-12-25Add check before free DevicePath (TCP child sock will have no device path ins...xdu21-7/+9
2009-11-13Update network drivers to use FreePool() instead of gBS->FreePool().xdu25-19/+19
2009-11-111. Add Link MTU support to IP4 and TCP4 driver.tye2-6/+4
2009-11-04[Change summary]:tye10-215/+202
2009-10-301. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye4-6/+6