summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/Tcp4Dxe
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-26NetLib:tye6-23/+45
2009-07-11Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney3-2/+3
2009-06-29add security check.vanjeff1-2/+5
2009-05-20Update modules to show real dependencies on the BaseMemoryLib and MemoryAlloc...mdkinney2-0/+4
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy1-4/+4
2009-03-26Fix coding style issue.niry2-6/+6
2009-03-25Fixing coding style issue.niry1-2/+2
2009-02-25Remove unreferenced library classklu21-2/+0
2009-01-16Insert comments for functions/macros and add the file headers.niry12-8/+201
2008-12-29Fix the IN OUT modifier for parameters.niry13-142/+139
2008-12-26Remove a goto statement.niry3-6/+11
2008-12-25EFI_SIGNATURE_32 has been replaced by SIGNATURE_32vanjeff2-2/+2
2008-12-24Fixing function headers.niry12-95/+100
2008-12-17MdeModulePkg/Universal/Network/IScsiDxe/IScsiImpl.h:jljusten2-0/+4
2008-12-16Clean up to update the reference of the these macros:qhuang82-2/+2
2008-12-16Fix several syntax issue to pass build.qhuang82-4/+4
2008-12-16Add comments for functions.niry19-778/+2015
2008-12-05Add comments for functions and fix some coding style issue.niry12-367/+329
2008-12-041)Global variables have been moved backward ahead of functions.jji41-0/+4
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy1-3/+0
2008-11-28Fix coding style issues for Tcp4Dxe driver.niry13-116/+224
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji410-40/+1
2008-10-27Make use of correct format String:qwang124-51/+51