summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/Tcp4Dxe
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Delete Tcp4Dxe in MdeModulePkg.Siyuan Fu2018-12-2422-12846/+0
* MdeModulePkg/Tcp4Dxe: Remove the trailing white space in one line.Jiaxin Wu2018-10-091-3/+3
* MdeModulePkg/Tcp4Dxe: Add the clarification compared to TcpDxe in NetworkPkg.Jiaxin Wu2018-09-271-1/+11
* MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-061-1/+1
* MdeModulePkg Tcp4Dxe: Remove redundant functionsshenglei2018-08-215-151/+0
* MdeModulePkg: Clean up source filesLiming Gao2018-06-2819-454/+454
* MdeModulePkg/Network: Typo fixJiaxin Wu2017-06-141-3/+3
* MdeModulePkg: Addressing TCP Window Retraction when window scale factor is used.Fu Siyuan2017-05-093-11/+44
* MdeModulePkg: Add wnd scale check before shrinking window.Fu Siyuan2017-05-091-5/+24
* MdeModulePkg: Fix issue the iSCSI client can not send reset packet correctly.Zhang, Lubo2017-05-021-9/+9
* MdeModulePkg/Network: Fix potential ASSERT if NetIp4IsUnicast is calledJiaxin Wu2017-03-231-2/+3
* MdeModulePkg: Fix service binding issue in TCP4 and Ip4 dxe.Zhang Lubo2017-03-174-65/+86
* MdeModulePkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan2016-10-281-3/+3
* MdeModulePkg/Tcp4Dxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-1/+1
* MdeModulePkg/Universal: Fix typos in commentsGary Lin2016-10-272-2/+2
* MdeModulePkg:TcpDriver need to use EFI_D_NET for DEBUG maessage.Zhang Lubo2016-10-095-47/+47
* MdeModulePkg: Fix bug in TCP which not sending out ACK in certain circumstance.Fu Siyuan2016-07-181-1/+1
* MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru2016-07-113-6/+6
* MdeModulePkg: Fix incorrect status check for SockProcessRcvTokenJiaxin Wu2016-05-261-6/+2
* MdeModulePkg: Check received packet size before use it.Fu Siyuan2016-04-011-2/+12
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* Fix some grammar and converge formatting of the two versions of TcpInput.cBALATON Zoltan2015-04-171-14/+15
* Save initial TSVal from TCP connection initiation packets.BALATON Zoltan2015-04-131-1/+3
* Initialize data and correct faulty logic in TcpComponentNameGetControllerName...Wu Jiaxin2015-02-041-2/+3
* MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell2014-12-041-4/+5
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-031-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-282-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-8/+12
* Fix some build issues (ARM toolchain).Olivier Martin2014-05-152-5/+0
* 1. Mark the network volatile variables as deprecated in code comments and rem...Fu Siyuan2014-05-075-240/+5
* Fix a bug in TCP driver’s component name print function.Fu Siyuan2013-12-171-2/+2
* Get ParentDevicePath by using attribute EFI_OPEN_PROTOCOL_GET_PROTOCOL instea...sfu52013-04-251-12/+2
* Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu52012-12-171-1/+2
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-136-27/+233
* Add more check to make code more safely.ydong102012-11-012-0/+3
* 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52012-10-173-6/+6
* MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian2012-09-292-7/+0
* 1. Update error handling code if failing attach socket with new PCB.tye12011-10-282-3/+4
* Adopt new IPv4/IPv6 device path for network modules.niruiyu2011-10-261-1/+3
* Remove CONST modifier to be spec complianceerictian2011-08-243-17/+17
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-063-7/+7
* Refine soma code to make code run safely.ydong102010-09-153-2/+4
* The patch acknowledges the TCP zero window probe message, either the format w...tye12010-08-275-14/+24
* Add a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4/6_PROTOCOL and change ...qianouyang2010-06-132-8/+8
* add security check.vanjeff2010-05-191-2/+5
* Update the copyright notice formathhtian2010-04-2420-40/+40
* Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a2010-04-164-0/+4
* 1. Correct File header to ## @filelgao42010-02-241-4/+4
* refine the code and add more security check.vanjeff2010-01-081-8/+8
* Code clean up in NetLib:xdu22009-12-302-3/+7