summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/Tcp4Dxe
Commit message (Expand)AuthorAgeFilesLines
* sync patch r10831 from main trunk.vanjeff2010-11-175-14/+24
* Sync patch r9413 from main trunk.lgao42010-07-301-3/+3
* Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney2009-07-113-2/+3
* add security check.vanjeff2009-06-291-2/+5
* Update modules to show real dependencies on the BaseMemoryLib and MemoryAlloc...mdkinney2009-05-202-0/+4
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-301-4/+4
* Fix coding style issue.niry2009-03-262-6/+6
* Fixing coding style issue.niry2009-03-251-2/+2
* Remove unreferenced library classklu22009-02-251-2/+0
* Insert comments for functions/macros and add the file headers.niry2009-01-1612-8/+201
* Fix the IN OUT modifier for parameters.niry2008-12-2913-142/+139
* Remove a goto statement.niry2008-12-263-6/+11
* EFI_SIGNATURE_32 has been replaced by SIGNATURE_32vanjeff2008-12-252-2/+2
* Fixing function headers.niry2008-12-2412-95/+100
* MdeModulePkg/Universal/Network/IScsiDxe/IScsiImpl.h:jljusten2008-12-172-0/+4
* Clean up to update the reference of the these macros:qhuang82008-12-162-2/+2
* Fix several syntax issue to pass build.qhuang82008-12-162-4/+4
* Add comments for functions.niry2008-12-1619-778/+2015
* Add comments for functions and fix some coding style issue.niry2008-12-0512-367/+329
* 1)Global variables have been moved backward ahead of functions.jji42008-12-041-0/+4
* Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy2008-12-031-3/+0
* Fix coding style issues for Tcp4Dxe driver.niry2008-11-2813-116/+224
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-3010-40/+1
* Make use of correct format String:qwang122008-10-274-51/+51
* clean up the un-suitable ';' location when declaring the functions.vanjeff2008-09-041-2/+1
* remove the unused msa files in MdeModulePkg.lgao42008-08-251-91/+0
* Update some module INF files in MdeModulePkg to "UEFI_DRIVER"qhuang82008-08-181-1/+1
* edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/Socket.h:jljusten2008-03-111-1/+1
* edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Option.c:jljusten2008-03-111-10/+10
* Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff2008-02-1417-292/+297
* remove the wrong comments. vanjeff2008-01-311-1/+0
* Sync the bug that list node is free before it is removed from the list. That ...vanjeff2008-01-296-161/+217
* Sync the latest version from R8.vanjeff2007-12-185-91/+68
* 1. Add DPC protocol and DpcLib library in MdeModulePkg.vanjeff2007-11-208-23/+43
* Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent static unicod...qhuang82007-10-111-1/+1
* Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent component nam...qhuang82007-10-091-4/+4
* Update to support to produce Component Name and & Component Name 2 protocol ...qhuang82007-09-309-1826/+1975
* Clear up network stack to use R9 MdeLib:qhuang82007-09-283-3/+4
* Update Mde/MdeModulePkg to support ICC build for IA32/X64.yshang12007-09-191-1/+1
* 1. Fixed one bug in Undi driver. vanjeff2007-08-301-0/+2
* 1. Sync the latest network stack. Add NetLibCreateIPv4DPathNode () in netlib ...vanjeff2007-08-276-5/+156
* Make MdeModulePkg GCC clean.qwang122007-08-273-4/+5
* 1. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 ...vanjeff2007-08-233-3/+5
* Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe.vanjeff2007-07-306-26/+24
* Fix the wrong copyright statements.qhuang82007-07-262-8/+8
* Fixed EBC build issues.vanjeff2007-07-2511-59/+72
* Import SnpDxe, Tcp4Dxe, Udp4Dxe and MnpDxe.vanjeff2007-07-2421-0/+11106