summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/Tcp4Dxe/SockInterface.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg:TcpDriver need to use EFI_D_NET for DEBUG maessage.Zhang Lubo2016-10-091-1/+1
* MdeModulePkg: Fix incorrect status check for SockProcessRcvTokenJiaxin Wu2016-05-261-6/+2
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-131-4/+4
* 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52012-10-171-1/+1
* 1. Update error handling code if failing attach socket with new PCB.tye12011-10-281-2/+2
* Update the copyright notice formathhtian2010-04-241-2/+2
* Update network drivers to use FreePool() instead of gBS->FreePool().xdu22009-11-131-1/+1
* [Change summary]:tye2009-11-041-6/+6
* Insert comments for functions/macros and add the file headers.niry2009-01-161-0/+1
* Fix the IN OUT modifier for parameters.niry2008-12-291-3/+4
* Fixing function headers.niry2008-12-241-2/+2
* Add comments for functions.niry2008-12-161-10/+3
* Add comments for functions and fix some coding style issue.niry2008-12-051-8/+6
* Fix coding style issues for Tcp4Dxe driver.niry2008-11-281-3/+1
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-1/+0
* Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff2008-02-141-51/+53
* Sync the bug that list node is free before it is removed from the list. That ...vanjeff2008-01-291-14/+1
* Fixed EBC build issues.vanjeff2007-07-251-1/+1
* Import SnpDxe, Tcp4Dxe, Udp4Dxe and MnpDxe.vanjeff2007-07-241-0/+980