summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-30Fix compilation errors detected with GCC 4.4svn/branches/EADKlpleahy4-34/+37
2011-09-30Merged changes from trunk, revision 12369lpleahy23-185/+928
2011-09-30Merged changes from trunk revision 12369lpleahy1-2/+3
2011-09-30Merge with changes in trunk revision 12322lpleahy7-0/+11174
2011-09-30* Add data structure synchronization documentation.lpleahy4-9/+62
2011-09-29* Change EBADF to ENOSOCK for NULL pSocketProtocol pointer.lpleahy1-18/+15
2011-09-28Merge more of the OptionGet and OptionSet routines into socket.c.lpleahy5-191/+213
2011-09-27Add fixes to get the sockets library to pass the conformance tests.lpleahy5-130/+320
2011-09-26Add support for the O_NONBLOCK file option.lpleahy3-9/+17
2011-09-26Fixes for Auber's test cases:lpleahy6-134/+336
2011-09-23Add initial set of release noteslpleahy1-0/+31
2011-09-23Check-in the first portion of the code review comments.lpleahy7-362/+829
2011-09-22Update the receive engine to use multiple buffers instead of a single buffer.lpleahy6-1075/+553
2011-09-19Merge the receive routines.lpleahy6-815/+634
2011-09-17Merge the RxComplete routines.lpleahy5-404/+258
2011-09-16Merge the RxStart routines.lpleahy5-1778/+563
2011-09-15Fix abort of pending receive for UDP4 and IP4 ports. This fixes the GetHostB...lpleahy4-17/+81
2011-09-15Separate out the LocalAddressSet function.lpleahy6-203/+444
2011-09-14Merged common code from ConnectStart, GetLocalAddress and GetRemoteAddress in...lpleahy5-1120/+773
2011-09-14Merge the bind routines.lpleahy7-1147/+230
2011-09-13Merge the PortAllocate code.lpleahy5-593/+530
2011-09-12Switch the DEBUG_ flags to better match the EfiSocketLib.lpleahy1-6/+6
2011-09-12Move the rest of the PortClose state machine into Socket.c as common code.lpleahy7-1077/+580
2011-09-12Move common code from IP4.c, TCP4.c and UDP4.c into Socket.c for PortCloseTxD...lpleahy5-730/+679
2011-09-09Update the Doxygen comments for the common transmit completion processing.lpleahy5-45/+47
2011-09-09Combine the transmit completion code between IP, TCP and UDP.lpleahy5-341/+180
2011-09-09Update the Doxygen comments for the SocketDxe driver.lpleahy4-28/+71
2011-09-09Update to revision 12303 of trunklpleahy27-1317/+4266
2011-09-09Update to revision 12303 of trunklpleahy1-17/+22
2011-09-09Update to revision 12303 of trunklpleahy0-0/+0
2011-09-09Finish the Doxygen comment updates for EfiSocketLib and UseSocketDxe.lpleahy11-144/+251
2011-09-08Update the Doxygen comments for the IP layer which supports SOCK_RAW sockets....lpleahy3-149/+394
2011-09-08Fix the endless loops reported by Janet CC Kuo.lpleahy3-0/+3
2011-09-08Update the Doxygen comments for the UDP layer which supports SOCK_DGRAM socke...lpleahy3-508/+752
2011-09-07Add comments to better describe the duplication of GUIDs and socket redirecti...lpleahy2-0/+21
2011-09-07Include patches from Olivier Martinlpleahy3-5/+3
2011-09-07Update the Doxygen comments for the TCP layer which supports SOCK_STREAM and ...lpleahy3-271/+653
2011-09-06Update the routine prefixes to be consistent with the module names.lpleahy5-234/+225
2011-08-31Add multi-buffering to the UDP (SOCK_DGRAM) layer.lpleahy4-139/+97
2011-08-31Use sockets by defaultlpleahy1-7/+6
2011-08-30Add multi-buffering to the IP (SOCK_RAW) layer.lpleahy4-331/+315
2011-08-30Create a common routine to handle the release of the ESL_IO_MGMT structure du...lpleahy3-43/+110
2011-08-30Add multi-buffering support to TCP (SOCK_STREAM).lpleahy3-203/+516
2011-08-29Change DT_ prefix to ESL_ prefix to eliminate SourceInsight conflict with DT_...lpleahy10-614/+650
2011-08-27* Update the Doxygen comments for the EfiSocketLib interface.lpleahy14-788/+1029
2011-08-25Update the Doxygen comments for the BsdSocketLiblpleahy24-99/+191
2011-08-24Code cleanup to better match coding standardlpleahy22-244/+231
2011-08-24Code cleanup to better match coding standardlpleahy11-145/+125
2011-08-20Add support for the IPPROTO_IP option IP_HDRINCL.lpleahy5-10/+344
2011-08-20Add the PortScan application.lpleahy16-0/+1486